Help please, easy command - how to remap keys? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
vladimir25
Posts: 5
Joined: 01 Feb 2019, 10:32

Help please, easy command - how to remap keys?

24 May 2019, 05:25

There is a hotkey shortcut in windows ctrl+backspace = delete word. What's the script command for ahk to make this ctrl+backspace command on backspace, so i can delete whole word by just pressing backspace.

Please really need it.
AviationGuy
Posts: 188
Joined: 17 Jan 2019, 10:13

Re: Help please, easy command - how to remap keys?  Topic is solved

24 May 2019, 05:29

Hi there!
Try,

Code: Select all

Backspace:: send {ctrl down}{Backspace}{ctrl up}
vladimir25
Posts: 5
Joined: 01 Feb 2019, 10:32

Re: Help please, easy command - how to remap keys?

24 May 2019, 05:31

AviationGuy wrote:
24 May 2019, 05:29
Hi there!
Try,

Code: Select all

Backspace:: send {ctrl down}{Backspace}{ctrl up}
thank you so much

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: NinjoOnline and 241 guests