SHARE
TWEET

Untitled

a guest Nov 20th, 2014 213 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         SetScrollLockState, on ; Scrlock is turned on when the script is first run
  2.                
  3.         PrintScreen::7
  4.         ScrollLock::8
  5.         Pause::9
  6.         Ins::4
  7.         Home::5
  8.         PgUp::6
  9.         Del::1
  10.         End::2
  11.         PgDn::3
  12.         RCtrl::0
  13.  
  14. ^Space:: ; Ctrl+Space toggles the hotkeys and the scrollLock. The Scrlock is toggled to act as a visual notifier when the numpad is active
  15.         Suspend
  16.         Send {ScrollLock}
  17. return
RAW Paste Data
Top