-
Notifications
You must be signed in to change notification settings - Fork 333
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
"Sticky" shortcuts #127
Comments
Oh just to let you know, F key gets stuck as well. When you press it, it toggles full screen. |
Yeah. All shortcuts should "stick" when this happens. Not sure why yet, but altKey always returns true sometimes. Hmm |
Can't reproduce here in chrome or FF, I remember it happening once or twice a while back, but it never happened repeatedly. |
@dadambickford Can you try https://t.co/7oLbp7NR (written up by @larzconwell)? I believe he's on Ubuntu like you. Those steps don't work for me personally. Also, can you see #133 who is a user on W7? |
…odifier key to false after each successful key shortcut executed.
I could only come up with a half ass fix. I'm setting @larzconwell I could only reproduce what you mentioned on Win7 Firefox. Could you see if the fix which is now in develop also works for your OS and browser? (fingers crossed) |
i was still unable to purposely produce any sticky shortcuts with the steps provided. ctrl+alt+arrows just changes desktops for me, and doesn't have any effect messing with epic editors shortcuts. |
@dadambickford So after switching tabs and going back the shortcuts were still working? |
like a charm, switching tabs in the browser, switching the desktop tabs with the short cuts, minimizing, maximizing, i couldn't get them to fail. my only experience with it was like i said earlier, it happened once or twice months ago and i couldn't reproduce then either, so no clue what caused it. |
Nice, alright, well in that case ill wait for @larzconwell to reopen the issue if it persists after this change. Thanks @dadambickford |
I am in fact running Ubuntu and my ctrl+alt+arrows switch desktops as well. It mostly fixed it, the only time it messes up now is when I change desktops then try to use the S key. the O key is working perfectly in all cases. |
Yep that works perfectly! |
Awesome ill push a fix right now then. Thanks for the help! |
Your welcome! |
…to handle allkey combos including ones that arent shortcuts
I can't reproduce this reliably but the best way to reproduce this, I guess, is to just write a document. Switch tabs, copy random bits, paste them, write, etc. Try to break it. At some point, sometimes, the shortcut keys get sticky. The "modifier" key seems to always return true therefore pressing a shortcut key like
f
will trigger fullscreen oro
will just not show up in the editor (because it's triggering theedit()
method).The text was updated successfully, but these errors were encountered: