But see here what it does.

Code: Select all
; how to write scripts: http://www.autohotkey.com/docs/
^Backspace::
Send ^+{Left}{Backspace}
; source and context: http://superuser.com/a/636973/124606
; relevant documentation links:
; writing hotkeys
; http://www.autohotkey.com/docs/Hotkeys.htm
; list of key codes (including Backspace)
; http://www.autohotkey.com/docs/KeyList.htm
; the #IfWinActive directive
; http://www.autohotkey.com/docs/commands/_IfWinActive.htm
; the Send command
; http://www.autohotkey.com/docs/commands/Send.htm
Users browsing this forum: No registered users and 6 guests