maestrith / AHK-Studio

Created with AHK Studio
http://www.maestrith.com
365 stars 68 forks source link

Disable Keyboard Steal Focus while within AHKStudio #184

Closed FearlessPotatoKing closed 5 years ago

FearlessPotatoKing commented 6 years ago

I've been trying to search through settings to see if I can find a toggle to disable the default state of stealing keyboard focus and using it only for AHKStudio.

Example: I have my f3 key mapped to launch Search Everything. But it does not function while i'm within AHKStudio.

I also have other ahk scripts like RadialMenu or ClipJump that will not function while I have AHKStudio activated.

Is there any way to disable this feature? It really interrupts my workflow and navigation habits.

maestrith commented 6 years ago

I have not heard of Studio doing that to anyone. I'd be happy to have a chat on Discord, Skype, Hangouts, Team Viewer, or whatever screen sharing/voice chat software you like just let me know. Alt+M EH {Enter} for Edit Hotkeys which I am sure you already found and disabling any associated hotkeys should free them up away from AHK Studio. Alt+M DH {Enter} (Display Hotkeys) will show you what keys Studio has reserved.

FearlessPotatoKing commented 6 years ago

I removed the hotkeys that weren't working for me that normally worked outside of AhkStudio and that fixed my issue.

And then for RadialMenu (also written in AutoHotKey) it turned out that it wasn't displaying because it was checking to see if "ahk_class AutoHotkeyGUI" existed already, and if it did, not display the menu.

Since both programs are written in AutoHotKey they both share the same ahk_class. Your software is working perfectly and it was user error all the way.

Thanks for your help.

maestrith commented 6 years ago

Ah, yea. Not too sure why RadialMenu wasn't looking for itself rather than a blanket AutoHotkeyGUI :( Glad to hear you got it figured out!