Key remapping

Does it do remap to multi key?

Example off the link:
CODE: ^x::^c
Makes Ctrl+X produce Ctrl+C.

so you'd have something like

del::!key (! = Alt)

List of keys here
https://www.autohotkey.com/docs/KeyList.htm

It's a great bit of software and I've barely touched the surface of it, mainly use it for basic text replacement or macro work.

You can install Autohotkey and Sciite for Autohotkey. Create a new page and save as a .ahk file.

Enter the text and you can add it to the startup so it starts on launch, then each time your pc starts the script will start and sit in the icon tray
 
Back
Top Bottom