Skip to content

Instantly share code, notes, and snippets.

@Lokno
Created June 22, 2015 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lokno/1c1a4907f16f495ffe48 to your computer and use it in GitHub Desktop.
Save Lokno/1c1a4907f16f495ffe48 to your computer and use it in GitHub Desktop.
AutoHotkey script that deactivates a direct delete key press
; Deactivates a direct delete key press
; Shift + Delete required to send delete
^Del::Send Del
Del::return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment