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

One very small code contribution: Esc closes the Quick Start Guide #100

Closed
schittli opened this issue Jun 8, 2018 · 2 comments
Closed
Milestone

Comments

@schittli
Copy link

schittli commented Jun 8, 2018

Good Afternoon

I've started to recommend Lintalist and I've got three feedbacks - for the 1st one, I've added this code to
Lintalist\include\QuickStart.ahk
so that users can quickly close the dialog but get it the next time again:

; Close the Quick Start Guide by Esc 
Esc::!F4

Maybe you find it useful.
Kind regards,
Thomas

@lintalist
Copy link
Owner

Nice suggestion - I'll add it to include\QuickStart.ahk like so:

#IfWinActive Lintalist Quick Start Guide ahk_class AutoHotkeyGUI
Esc::
Gosub, 55GuiClose
Return
#IfWinActive

For this to work https://github.com/lintalist/lintalist/blob/master/include/QuickStart.ahk#L26 has to be updated by adding a title for the Gui

Gui, 55:Show,,Lintalist Quick Start Guide

@schittli
Copy link
Author

Thanks a lot for fixing my bug!, I noticed that my Esc hotkey closed all windows as soon as I pressed Esc. Very bad ;-)

@lintalist lintalist added this to the v1.9.7 milestone Aug 18, 2018
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

2 participants