Create new file from Keyboard shortcuts on Windows with AutoIt 3
Tested on Windows 10
You can execute the new-file.au3 file the AutoIt running script software.
Or you can compile it to exe, with the Aut2Exe software.
You can launch the exe file on Windows startup :
- Create a shortcut of the exe file (right click: Create shortcut)
- Move the new shortcut in your startup folder : C:\Users%user%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- Et voilà
You can change the keyboard hotkey in this function :
HotKeySet("^+f", "HotKeyPressed") ; Ctrl+Shift+f
You will find how to use other special keys in this documentation