Search found 7 matches

by zeta2400
17 Jul 2017, 17:53
Forum: Ask for Help (v1)
Topic: Context sensitivity in multiple windows: #IfWinActive and GroupAdd Topic is solved
Replies: 2
Views: 962

Re: Context sensitivity in multiple windows: #IfWinActive and GroupAdd Topic is solved

Hallo, I have tested your scripts, both work equally well! Windows 7 64Bit Enterprise Thanks for your reply, Rohwedder. It turns out, all I had to do was to move this part of the code to the auto-execution section: ; Define the group: myGroup GroupAdd, myGroup, ahk_exe explorer.exe GroupAdd, myGrou...
by zeta2400
13 Jul 2017, 16:42
Forum: Ask for Help (v1)
Topic: Context sensitivity in multiple windows: #IfWinActive and GroupAdd Topic is solved
Replies: 2
Views: 962

Context sensitivity in multiple windows: #IfWinActive and GroupAdd Topic is solved

Hi I'm trying to make Ctrl+Backspace delete the previous word in Notepad and in Windows Explorer, just like it does in Microsoft Word (and any other application that uses SHAutoComplete; but that's another story). Here's my functioning code: #IfWinActive, ahk_exe explorer.exe ^BackSpace:: ; Ctrl+Bac...
by zeta2400
30 Jun 2017, 13:22
Forum: Scripts and Functions (v1)
Topic: Fix the Alt menu bug in Adobe Photoshop CC
Replies: 1
Views: 1796

Fix the Alt menu bug in Adobe Photoshop CC

In Adobe Photoshop CC 2014, when zooming in/out by holding the Alt key and turning the mouse wheel, the Alt menu gets activated once you release the Alt key. As a result, you will most likely hear a beep sound afterwards or the Alt menu gets in your way, which is very annoying. The following script ...
by zeta2400
30 Jun 2017, 13:12
Forum: SciTE4AutoHotkey
Topic: Bug Report: F5 hotkey for Reload not working (sometimes)
Replies: 3
Views: 4370

Bug Report: F5 hotkey for Reload not working (sometimes)

Hi In SciTE4AutoHotkey, I added the following line to my script: #SingleInstance Force ; When reloading the script, skips the dialog box and replaces the old instance automatically, which is similar in effect to the Reload command. As a result, when I click the Run script button or press the F5 hotk...
by zeta2400
06 Jun 2017, 14:54
Forum: Ask for Help (v1)
Topic: Change the default user directory for SciTE4AutoHotkey (move from My Documents) Topic is solved
Replies: 4
Views: 2210

Re: Change the default user directory from "\Documents\AutoHotkey\Lib" Topic is solved

lexikos, Thanks for your reply. AutoHotkey does not create that directory. It only looks there for scripts. The installer does not create the directory either. Maybe SciTE4AutoHotkey does? Yes, it turns out AutoHotkey didn't have much to do with it. It's SciTE4AutoHotkey that creates that folder eve...
by zeta2400
06 Jun 2017, 14:46
Forum: Ask for Help (v1)
Topic: Change the default user directory for SciTE4AutoHotkey (move from My Documents) Topic is solved
Replies: 4
Views: 2210

Re: Change the default user directory from "\Documents\AutoHotkey\Lib" Topic is solved

Masonjar13, thanks for your reply. SciTE4AutoHotkey is open source, so you may change the directory in the code, manually. I would HIGHLY suggest NEVER changing the environment variable for the user directory, as that would likely break many other aspects of your system.. but it is technically an op...
by zeta2400
05 Jun 2017, 18:12
Forum: Ask for Help (v1)
Topic: Change the default user directory for SciTE4AutoHotkey (move from My Documents) Topic is solved
Replies: 4
Views: 2210

Change the default user directory for SciTE4AutoHotkey (move from My Documents) Topic is solved

Hi Since I installed AutoHotkey, a folder named "AutoHotkey" is created in My Documents, and there is only an empty folder named "Lib" in it. I want to change the default directory to another location. That's what I do with all my applications, because I don't want any irrelevant folders showing up ...

Go to advanced search