-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Triggering on shift-cmd-b #1362
Comments
Don't completely understand this, but you can unmap (or remap) any keys you like via Custom key mappings on the options page: This doesn't sound like something for which Excluded URLs and keys is appropriate. (But, perhaps I'm misunderstanding you.) |
I think @jmound means that when he triggers browser native shortcut What's interesting through, is that I cannot reproduce that on both Windows and Kubuntu, with the latest code from |
Exactly what @z0rch said (although I haven't looked on other OSes besides OSX). |
Not seeing this on Linux. (Edit: Debian.) |
@smblott-github It definitely may be OS-specific. Would screenshots or anything else like that help? |
Yes, this happens on OS X and would be fairly annoying if a person were to show/hide the bookmark bar a lot. |
Yeah, it's annoying to see the Vomnibox whenever I press |
I remember reading somewhere that the command key isn't a modifier in javascript; its only effect is firing keyup/keydown events. Can anybody confirm this (or point to how to detect it being held during other events)? |
command key is signaled via vimium/content_scripts/vimium_frontend.coffee Lines 465 to 480 in 471b6a2
|
Can somebody on OS X check what shows up in the background page console when you press To show the background page console:
|
|
Is that just pressing This will still have issues (eg. #1411), but I don't think it would make any situations any worse then they already are. |
Yes, this is only |
I also tried to type other shortcuts to find key combinations with similar problems, but so far haven't identified any other Then I put a breakpoint in the extension and looked at the call stack for Too bad, I can't see the vimium content_scripts in the background page. :-( |
The b should be from the |
yes, I can confirm. The additional |
Several other questions need answering, so we know we're not breaking things (and maybe even some fixes for other issues may arise):
Basically, I would like to know whether we can read the keys pressed, the character generated, both, or some unhelpful combination of parts from both. This will inform us of whether we can/how we should handle this (and related) case(s). |
Is this still an issue? For me it doesn't occur anymore |
@deiga... Are you saying you experienced this issue previously, but at some point it resolved itself? In which case, we'd close this issue, yes? |
@smblott-github Yeah, I was able to repro the issue earlier. But now I can't get it to bug out anymore. I'd kinda wait for @jmound to tell us if he still experiences the issue before closing |
The issue seemed to be that |
The issue is resolved. I tested with OSX 10.11.1, Chrome 47.0, Vimium 1.53, |
I could not figure it out how to map CMD key, what is the correct format? |
Shift-cmd-b is the keystroke for "always show bookmarks bar", it also triggers the Vomnibox / "open bookmark" via the 'b'
I think the Vomnibox shouldn't be triggered on that keystroke. If there is a way to disable that keystroke via Vimium's options > excluded URLs and keys, let me know.
OS: OSX 10.10.1
Chrome: 39.0.2171.95
Vimium: 1.49
The text was updated successfully, but these errors were encountered: