Guest User

Bind Insert to Alt+Shift combination

a guest
Aug 20th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Bind Insert to Alt+Shift combination.
  2. Ins::
  3.     Send {Alt Down}{Shift Down}
  4.     Send {Alt Up}{Shift Up}
  5.     Return
Advertisement
Add Comment
Please, Sign In to add comment