-
Notifications
You must be signed in to change notification settings - Fork 8
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
Disable not working #25
Comments
Hi @Int32Overflow, Unfortunately, I've still not succeeded in reproducing the problem that you reported. Could you provide me with a whole of a minimal sample project that can reproduce the issue? By the way, as far as I can read the code fragment you posted above, once the "Disabled" property of the state object is set to true, the browser's default keyboard shortcuts will be available. For example, hitting Ctrl+F will open the search box built into the web browser. Is that your intentional design? |
Hi @jsakamoto , I attach sample project. I hope that it will help you diagnose that problem. |
@geralt18 Sorry for the late reply. Thank you very much for your time and effort. |
@geralt18 If I use the same
|
I would like to activate the HotKeys only for a specific TabPage. To do this, I have used a HotKeyEntryState for several HotKeys. When switching tabs, the "Disabled" property is set correctly, but the HotKeys still trigger (on the hidden tab)
The text was updated successfully, but these errors were encountered: