-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Cursor remains as if suspending on the link after clicking it #325
Comments
Does Escape work and make it hide? |
Neither |
The card shows because when you switch back, the page finds the link of To work around it, use |
BTW, |
In the tutorial you provided,
there are plenty of parameters and commands, like <c-j:i> and So I think there must be more interesting commands that worth leanring, that I didn't know and can't find in normal ways. |
Um I haven't written a help page friendly to non programmers. Up to now, there's only raw source code declaring them. I've updated the wiki page of https://github.com/gdh1995/vimium-c/wiki/List-of-all-commands , and you can take a look at types/messages.d.ts#CmdOptions and background/typed_commands.d.ts. |
Meaning of |
My lines. ↑
Neither did these. ↑
But |
Update: https://github.com/gdh1995/vimium-c/wiki/Map-a-key-to-different-commands-on-different-websites has been updated.
The value of That is to say, corrected mappings may be:
As for Currently there's no command which works exactly as the key |
I'd like to make In practice, |
This comment has been minimized.
This comment has been minimized.
Sorry, the last commit is wrong. Please try:
|
As for this specific requirement, I have a different idea: I use AutoHotKey to map keys in system level: !CapsLock:: CapsLock
CapsLock:: Escape The code means |
These didn't work neither ↑
These were really confusing to me and I pasted them into Shortcut Customization only to get an error message: |
The second is code for |
This sentence itself is inconsistent. When an input box gets focused, Vimium C auto enters an Insert Mode. |
The Insert Mode I meant is |
Or you may use https://github.com/gdh1995/vimium-c/wiki/Enable-or-Disable-all-frames-by-a-shortcut . |
Though I still can't figure out what does
is exactly what I need. Thank you for your help! |
What I expect is, As a result, I once added a limit to this option: Sorry for my mistake. Do you think it's a common requirement to allow such printable characters as |
Every user of this extension must be one who cannot tolerate the hand movement between mouse and keyboard, though it just takes about 0.1s, because even 0.1s is forever long. I can even describe this fetish as sensitive and idle, but I was not being negative about it, because technology's existence, to some extent, attributes to human's idleness to saving labor. So users would like to have all kinds of action done as few hand movements as possible. I think it's uncommon, really, but when geeks' right forefinger is on |
well, but English users might need to type ' many times. This is why I refuse "printable characters" in `key`.
according to what you said, I think it's better to only exclude 0-9, A-Z and a-z. Will it be enough?
…---Original---
From: ***@***.***>
Date: Sun, Apr 11, 2021 19:29 PM
To: ***@***.***>;
Cc: "Dahan ***@***.******@***.***>;
Subject: Re: [gdh1995/vimium-c] Cursor remains as if suspending on the link after clicking it (#325)
Every user of this extension must be one who cannot tolerate the hand movement between mouse and keyboard, though it just take about 0.1s, because even 0.1s is forever long.
I can even describe this fetish as sensitive and idle, but I was not be negative about it, because technology's existence, to some extent, attributes to human's idleness to saving labor.
So users would like doing all kinds of action with as less hand movements as possible.
I think it's uncommon, really, but when geeks' right forefinger is on J, isn't ' just the nearest key from little finger, if not ; (like the majority, my handedness is the right)?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Add |
In 1.89.1,
|
|
My codes are the same as when in 1.89.0 |
This comment has been minimized.
This comment has been minimized.
Confirmed that This bug should only exist in the developing code, but not released versions. And this can be worked around by adding a new option of |
1.89.1 is from #328.
For your words, I'll wait until the next release. |
for #325 (comment) key mappings: make all instructions accept `$if`, to reduce mental burden
Reopen this issue for one dilemma: |
Got. I'd like to update And add |
I'll update the action for long-pressed |
Next release, right? |
I was directed to here from release v1.93.0. |
if Updated: if You may use pre-mode |
Before getting your advice, I have
and it's still the case. |
what did you mean by |
What is |
for macOS: option + enter |
But |
OK. sorry but I just find a bug. When you press |
Sorry, that's a typo, I mean |
Solved to the 2nd term of release note 1.95.0 |
↑↑↑↑ New page, new tab ↑↑↑↑
↑↑↑↑ Then turn back, and the Wikipedia Page Preview emerged (my cursor wasn't on it). ↑↑↑↑
I have to use LinkHints.activateModeToLeave to remove it.
Nasty, though trivial.
The text was updated successfully, but these errors were encountered: