jgoogs

K8 Mic Remap

Jan 7th, 2022
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #SingleInstance, Force
  2.  
  3. SetNumLockState, On                
  4. SetScrollLockState, AlwaysOff
  5.  
  6. F24::SendInput ^{+}         ;f24 = zoom IN  "^{+}"
  7. ;                           ;give it space to think
  8. CapsLock::LShift            ;no capslock around these parts    
  9. ScrollLock::F24             ;SCRLK = f24
  10. Home::^-                    ;zoom OUT hotkey
  11. End::^0                     ;Restore Default Zoom key hotkey
Advertisement
Add Comment
Please, Sign In to add comment