This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; hello, this script is made by u/pkip , and the help of tidbit for the last but useful line of code | |
; It allow you to forget the real key name or to code it faster | |
; press Numlock & F1 will send F1 | |
; More usefull for unusual key like AppsKey or Launch_App1 | |
; it also work with the Mouse button and the numpad. | |
; the first 4 lines are there to work around the L or R control thing, don't worry about it, they work like this : | |
; ctrl Space --> Ctrl | |
; since sometime you dont want to differentiate the LCtrl and RCtrl. | |
^space:: Send, {^}{space} ; Ctrl it gives " ^ " so when you press ctrl the symbol is written | |
!space:: Send, {!} ; Alt |