-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
More global shortcuts? #55
Comments
Update: Sorry I didn't understand it well. I'll take a try and if it's possible, it may be added in Vimium C v1.76.2. But I have to prompt you that
|
Add all commands to chrome.commands. This allows to trigger commands with highest priority using the keyboard shortcuts defined in chrome://extensions/shortcuts This closes gdh1995#55
Compared with #56, here're my some ideas:
If there're more needs than 4+2+2 global commands, let's discuss here again. |
Added:
|
Well, the roadmap looks promising! Custom commands are definitely a great idea, because you can assign multiple shortcuts to a single command.
I think it should be at least 1:1 or maaybe 1:1.5 so we can assign every available custom command to a shortcut, and still have some space to make use of "assigning multiple shortcuts to a single command". |
Will it be OKay if I creates a new extension to hold such tons of global mappings, and make it forward all command requests to Vimium C? |
Sure, whatever works 👍 BTW, thank you for the awesome work on this extension! EDIT: Seems like it works on .jpg and .svg pages but not on |
|
I've created a base version of "many customized shortcuts", and 3rd-party extensions may use Current limits:
|
so a same key may be used to "disable" Vimium C and then re-enable it. * here the action "disable" will set passKeys to the "only-hooked" mode as said in point #2 of #55 (comment)
Update: v1.76.2 is being reviewed by WebStore and has a serious bug, so I'll replace it with v1.76.3 today. |
Works like a charm! |
Oh well, |
Um, sorry I forgot a tip: currently if you want to trigger "any background command", you need to execute When I add more safety checks, then this hidden option might be removed (in months?) . Update: this limitation will be removed in v1.77 . |
…ds cPort and then remove the check for "acceptAllShortcuts" - see #55 . note: the old usage of `>>` is wrong (right op num must <= 31)
I've published a new extension: https://chrome.google.com/webstore/detail/shortcut-forwarding-tool/clnalilglegcjmlgenoppklmfppddien . Although it will work well with Vimium C v1.77+, you may take a try with Vimium C v1.76.3 - it should still work then (please ignore some errors on its options page). |
Quoting this page:
https://developer.chrome.com/apps/commands
Could you please add more commands? I really want "goBack" and "goForward" to be global (I will map them to
<C-o>
and<C-i>
, like the jump list in Vim).The text was updated successfully, but these errors were encountered: