Advertisement
fludp

Untitled

Apr 30th, 2023
1,859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Requires AutoHotkey v2.0
  2. InstallKeybdHook
  3.  
  4. *f2::Reload     ; just reload script
  5. *esc::ExitApp   ; just close script
  6.  
  7. hotIf(hk => winActive('Transformice'))
  8. hotkey('e', hk => Send('{CapsLock}{Shift down}{blind}{vk45sc012}{Shift up}{CapsLock}'))
  9. hotkey('f1', hk => Send('{blind}{vk45sc012}'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement