Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Requires AutoHotkey v2.0
- InstallKeybdHook
- *f2::Reload ; just reload script
- *esc::ExitApp ; just close script
- hotIf(hk => winActive('Transformice'))
- hotkey('e', hk => Send('{CapsLock}{Shift down}{blind}{vk45sc012}{Shift up}{CapsLock}'))
- hotkey('f1', hk => Send('{blind}{vk45sc012}'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement