Advertisement
congdantoancau

Double press Shift to rename

Dec 12th, 2017
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. ~Shift::
  3. if (A_PriorHotkey <> "~Shift" or A_TimeSincePriorHotkey > 400)
  4. {
  5.     ; Too much time between presses, so this isn't a double-press.
  6.     KeyWait, Shift
  7.     return
  8. }
  9. send {F2}
  10. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement