AHK: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
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 20:08, 25 November 2022

Changing default editor

  1. Open Registry Editor (with admin UAC confirmation.)
  2. Add key to HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command
  3. 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")