Search found 3 matches

by rbhall52
03 Mar 2022, 14:28
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 523442

Re: Setup Notepad++ for AutoHotkey

Your syntax for the registry to make notepad++ the default editor for autohotkey has an error in it - REG ADD HKCR\AutoHotkeyScript\Shell\Edit\Command /ve /t REG_SZ /d ^%SystemRoot^%"\Program Files\Notepad++\notepad++.exe %1" /f should be REG ADD HKCR\AutoHotkeyScript\Shell\Edit\Command /ve /t REG_S...
by rbhall52
24 Feb 2021, 11:25
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 523442

Re: Setup Notepad++ for AutoHotkey

Default Editor Set Notepad++ as default Editor for AutoHotkey Scripts (right click -> edit script) Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command] @="C:\\Program Files (x86)\\Notepad++\\notepad++.exe %1" RegWrite REG_SZ, HKCR, AutoHotkeyScript\Shell\Edit...
by rbhall52
08 Jan 2021, 12:36
Forum: Ask for Help (v1)
Topic: Do things using the edge Topic is solved
Replies: 34
Views: 2048

Re: Do things using the edge Topic is solved

I tried your code line, "browsers = chrome|firefox", changing it to "browsers = msedge|firefox" as the first line in my code that inserts text I select into a browser edit box, and it worked like a charm with the newest version edge browser! I could not believe the fix could be that simple, because ...

Go to advanced search