Search found 3 matches

by pabristow
03 Jan 2016, 12:18
Forum: Notepad++
Topic: Setup Notepad++ for AutoHotkey
Replies: 167
Views: 518739

Re: Setup Notepad++ for AutoHotkey

Confirm this works for Windows 10 X 64 to make notpad++ as default editor for AHK files.

HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command

"C:\Program Files (x86)\Notepad++\notepad++.exe" "%1"

HTH
by pabristow
03 Jan 2016, 10:49
Forum: Scripts and Functions (v1)
Topic: Microsoft Office Keyboard Scroll Wheel
Replies: 16
Views: 9625

Re: Microsoft Office Keyboard Scroll Wheel

I didn't understand the required location of library files, so file not found. Now I've put the ahkhid.* files in C:\Program Files\AutoHotkey\lib and keywheel.ahk in C:\Program Files\AutoHotkey and created a link to keywheel.ahk that is on my desktop. A double click on the desktop icon starts the ke...

Go to advanced search