jgoogs

StartUp_ahk

Jan 7th, 2022
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ->Startup Script:
  2. #SingleInstance, Force
  3. SetNumLockState, On
  4. SetScrollLockState, AlwaysOff
  5.  
  6. CapsLock::LShift ;no capslock around these parts
  7. ScrollLock::^= ;zoom IN
  8. Home::^- ;zoom OUT
  9. End::^0 ;Restore Default Zoom key hotkey
Advertisement
Add Comment
Please, Sign In to add comment