proto merge
This commit is contained in:
parent
aa0db150ee
commit
c4ef6885b6
2 changed files with 8 additions and 12 deletions
12
exetoso.ahk
12
exetoso.ahk
|
|
@ -16,7 +16,7 @@ CapsLock & j::
|
|||
CapsLock & k::
|
||||
CapsLock & l::
|
||||
|
||||
MsgBox % "menudo gilipolls"
|
||||
MsgBox % "testt"
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ CapsLock & j::
|
|||
SendInput % ("^+{keyboardActions[""j""]}")
|
||||
return
|
||||
default:
|
||||
MsgBox % "menudo gilipolls"
|
||||
MsgBox % "Fail!"
|
||||
return
|
||||
}
|
||||
return
|
||||
|
|
@ -56,7 +56,7 @@ CapsLock & k::
|
|||
SendInput ^+{Down}
|
||||
return
|
||||
default:
|
||||
MsgBox % "menudo gilipolls"
|
||||
MsgBox % "Fail!"
|
||||
return
|
||||
}
|
||||
return
|
||||
|
|
@ -77,7 +77,7 @@ CapsLock & l::
|
|||
SendInput ^+{Right}
|
||||
return
|
||||
default:
|
||||
MsgBox % "menudo gilipolls"
|
||||
MsgBox % "Fail!"
|
||||
return
|
||||
}
|
||||
return
|
||||
|
|
@ -98,7 +98,7 @@ CapsLock & i::
|
|||
SendInput ^+{Up}
|
||||
return
|
||||
default:
|
||||
MsgBox % "menudo gilipolls"
|
||||
MsgBox % "Fail!"
|
||||
return
|
||||
}
|
||||
return
|
||||
|
|
@ -123,4 +123,4 @@ case 1:
|
|||
*/
|
||||
|
||||
Esc::ExitApp
|
||||
Esc::ExitApp
|
||||
/*Esc::ExitApp*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue