; AutoHotkey para HTML, XML, PHP, CSS, JavaScript ; Macros de Gonduana ; www.gonduana.com ; Inserta el código de una página web mínima :*:{Enter}{Enter}{Enter}{Enter} :*: ) :*: AutoHotkey para HTML

CONTENIDO

) ; inserta un párrafo :*c:

{Left 4} return ; inserta encabezados H1, H2, etc. :*:Encabezado{left 5} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return :*:Encabezado{left 5} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return :*:Encabezado{left 5} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return :*:Encabezado{left 5} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return ; inserta un enlace :*:XXXXXXXXXX SendInput {Left 4} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return ; negrita #n:: ; Vacía el Portapapeles clipboard = ;CTRL+C = CONTROL+ C = copia el texto seleccionado Send ^c ClipWait SendRaw %clipboard% return ; cursiva #c:: ; Vacía el Portapapeles clipboard = ;CTRL+C = CONTROL+ C = copia el texto seleccionado Send ^c ClipWait SendRaw %clipboard% return ; subrayado #s:: ; Vacía el Portapapeles clipboard = ;CTRL+C = CONTROL+ C = copia el texto seleccionado Send ^c ClipWait SendRaw %clipboard% return ; superíndice #p:: ; Vacía el Portapapeles clipboard = ;CTRL+C = CONTROL+ C = copia el texto seleccionado Send ^c ClipWait SendRaw %clipboard% return ; subíndice #b:: ; Vacía el Portapapeles clipboard = ;CTRL+C = CONTROL+ C = copia el texto seleccionado Send ^c ClipWait SendRaw %clipboard% return ; comentarios en HTML, XML :*: SendInput {Left 3} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return ; insertar comentario multilínea en CSS, PHP, JavaScript :*:/*:: SendInput /*{Enter}Comentario{Enter}*/ SendInput {Up}{End} SendInput {Shift down} SendInput {Left 10} SendInput {Shift up} return ; inserta código PHP :*c:{Up} ; inserta código JavaScript :*: // Este código JavaScript escribe «Hola, mundo» document.getElementById("demo").innerHTML = "¡Hola, mundo!"; ) ; inserta una tabla de 3×3, cabecera incluida :*: CabeceraXX CabeceraXX CabeceraXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX ) ; inserta un vídeo de YouTube con iframe :*: ) ; inserta un espacio duro igual que en Word CTRL+MAYUS+espacio ^+Space:: SendInput   return ; inserta otras entidades comunes :*:<<::< :*:<>::> :*:€::€ ; Asigna el color rojo #0:: ; Vacía el Portapapeles clipboard = ;CTRL+C = CONTROL+ C = copia el texto seleccionado Send ^c ClipWait SendRaw %clipboard% return ; Inserta cabecera XML :*: return :*: return ; inserta el elemento libro con título, autor, editorial y precio :*: `XXXX `XXXX `XXXX `XXXX )