proto merge
This commit is contained in:
parent
aa0db150ee
commit
c4ef6885b6
2 changed files with 8 additions and 12 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
Merece la pena todo esto?
|
Prototipo con AHK: flechas en letras.
|
||||||
|
|
||||||
Puede que no, mas tampoco OW2
|
Utilizar o compilar con AHKv1.
|
||||||
|
|
||||||
e igualmente se hizo.
|
|
||||||
|
|
||||||
- Gato gamer
|
|
||||||
|
|
|
||||||
12
exetoso.ahk
12
exetoso.ahk
|
|
@ -16,7 +16,7 @@ CapsLock & j::
|
||||||
CapsLock & k::
|
CapsLock & k::
|
||||||
CapsLock & l::
|
CapsLock & l::
|
||||||
|
|
||||||
MsgBox % "menudo gilipolls"
|
MsgBox % "testt"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ CapsLock & j::
|
||||||
SendInput % ("^+{keyboardActions[""j""]}")
|
SendInput % ("^+{keyboardActions[""j""]}")
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
MsgBox % "menudo gilipolls"
|
MsgBox % "Fail!"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
@ -56,7 +56,7 @@ CapsLock & k::
|
||||||
SendInput ^+{Down}
|
SendInput ^+{Down}
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
MsgBox % "menudo gilipolls"
|
MsgBox % "Fail!"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
@ -77,7 +77,7 @@ CapsLock & l::
|
||||||
SendInput ^+{Right}
|
SendInput ^+{Right}
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
MsgBox % "menudo gilipolls"
|
MsgBox % "Fail!"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
@ -98,7 +98,7 @@ CapsLock & i::
|
||||||
SendInput ^+{Up}
|
SendInput ^+{Up}
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
MsgBox % "menudo gilipolls"
|
MsgBox % "Fail!"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
@ -123,4 +123,4 @@ case 1:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Esc::ExitApp
|
Esc::ExitApp
|
||||||
Esc::ExitApp
|
/*Esc::ExitApp*/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue