-
Notifications
You must be signed in to change notification settings - Fork 34
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
Unable to use browser shortcuts #81
Comments
@zannkukai |
Thank you for reporting the issue 👍 |
@zannkukai |
@omridevk PS : I doesn't have any option to re-open this issue |
sorry wasn't aware that you can't re-open, I re-opened it :) |
@zannkukai |
fixed in versions: |
@zannkukai |
If you enjoy the library, please give it a Star up :) Don't have to of course |
That's right 👍 Thanks for your quick feedback and solution. |
the fix I made seems to cause a small regression, hopefully i'll fix it soon otherwise I might have to revert until I find a proper fix. |
yes I am aware that's the regression I was referring to. |
Not tricky man :) valid complaints, it was my bad for merging the code without verifying this basic regression test. |
@zannkukai |
It's almost perfect. I had still one problem : I use a shortcut At this time to solve my problem, I will change the |
Not nit picking at all, you expected it to work and it should. I'll do my best to resolve all these issues, again your feedback is very welcome :) |
Forgive me if this might take a bit longer to fix, i am a bit busy in work related stuff in the upcoming week/s |
@zannkukai Can you let me know how important this bug affects your current application? I mean can I have some sometime to think of a more generic and bullet-proof solution? |
Not "really" important. Our application is still under development and shortcuts can wait a little bit. For me it's always more interesting to have a generic solution ;-) |
Hi @omridevk. Did you have any feedback about this problem ? I will have a planning meeting about our project in a couple of days and this topic will be addressed. Thx |
Sorry I am a bit busy due to personal reasons, hopefully I'll get to it soon enough. Again sorry the inconvenience |
Describe the bug
Hi
I use a shortcut on
c
key, the linked command is very simple : just navigate on a specific url. The problem is that when I tried to use a copy (Command|CTLR + C), this shortcut is fired and my application navigate to this url, and my clipboard stay empty :'(Is it a way to use « c » as a shortcut and keep the possibility to keep copy/paste behavior ?
It's the same if I defined a shortcut on
s
orq
key. the corresponding "command + S" (save) and "command + q" (quit) are unusable.The text was updated successfully, but these errors were encountered: