AHK: Difference between revisions
iwu Tag: visualeditor |
Tag: visualeditor |
||
Line 3: | Line 3: | ||
# Open Registry Editor (with admin UAC confirmation.) | # Open Registry Editor (with admin UAC confirmation.) | ||
# Add key to HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command | # Add key to HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command | ||
# Change (Default) value to the path to the new editor executable file. | # Change (Default) value to the path to the new editor executable file and %1 parameter (e.g. "C:\Program Files\Vim\vim71\gvim.exe" "%1") |
Latest revision as of 19:08, 25 November 2022
Changing default editor
- Open Registry Editor (with admin UAC confirmation.)
- Add key to HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command
- Change (Default) value to the path to the new editor executable file and %1 parameter (e.g. "C:\Program Files\Vim\vim71\gvim.exe" "%1")