Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single key trigger guistart and temporary disable with hotkey function #157

Open
sine-w opened this issue Feb 29, 2020 · 0 comments
Open

Comments

@sine-w
Copy link

sine-w commented Feb 29, 2020

I have been searching for method to resolve that, here I would like to share my result.

As I have stated that, I cannot use capslock as the guistart trigger key, but I want to trigger the main window with single key press instead of pressing two or more keys.
I here added my own script inside the lintalist.ahk
under the line

Hotkey, %StartSearchHotkey%, GUIStart

and my added scripts are:

Hotkey, , GUIStart
!::
Hotkey, , Toggle
return

For users who would like to do the same thing like me could copy this code.
briefly explain that.
I set \ as the trigger key.
but in case you need to type , (like what I am doing now) then I just press alt and \ to temporary disable \ as the hotkey.
after I finish typing , I press alt \ again to activate the hotkey again.

I suggest this can be included in the main configuration as well.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant