-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
Request command to toggle "Disable for once" #113
Comments
`enterInsertMode` may help.
Or add `map <f7> openUrl url="vimium://status toggle ^ <f7>"` (Vimium C should auto-convert some spaces in `"..."` into `\u0020`).
|
thanks!, both works |
Um, the content from mail looks too ugly, so I've updated. If Note that the sub-string of " BTW, |
Oops, on v1.80.1 released yesterday, the usage of |
I'm tried |
It should with Shift+Z.
Next to "^" is a list of keys, which is separated by " " (exact one space). So "Z" means Shift+Z.
V1.80.1 has a bug when parsing "<...>" in this list, so long keys and a-/c-/m- keys won't work. I've fixed it in master branch, but a publish process on Chrome Web Store is very long and I can not begin to publish v1.80.2 until v1.80.1 has passed their reviews.
…---Original---
From: "ww7"<notifications@github.com>
Date: Sun, Feb 2, 2020 03:06 AM
To: "gdh1995/vimium-c"<vimium-c@noreply.github.com>;
Cc: "State change"<state_change@noreply.github.com>;"Dahan Gong"<gdh1995@qq.com>;
Subject: Re: [gdh1995/vimium-c] Request command to toggle "Disable for once" (#113)
I'm tried map Z openUrl url="vimium://status toggle ^ Z" – for me it's only disable or enable once, not toggle (macos Firefox)
It's should works with Shift+Z in toggle mode?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sorry, after a new test, I found the usage has been totally broken...
Here's a test version for this issue: vimium_c-1.80.1-fx-3962e51.zip |
* `abcdef.` should mean a search text * `oldString` should ignore the double quotes * `"vimium://***"` should not be treated as vimium URLs * `vimium://status` should not be converted to lower-case ones so early This may solve #113 (comment) .
V1.80.2 has been published on Firefox Add-ons, and you may have a try. |
Web applications often use keyboard shortcuts. Command for toggle Vimium-C would be helpful.
The text was updated successfully, but these errors were encountered: