-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Repeating previous actions #67
Comments
Implemented, will be released in next version. You could try it by loading unpacked extension, after you clone this repository. Any comments is welcomed. |
Released in 0.5.3. |
I looked at the referenced commit but I can't understand how to use repeat for hints. Also, if I'm not mistaken the repeat just works with hint-letters, not the actual dom element that was clicked? If something is clicked and the dom changes in a major way, wouldn't the hint be different next time (on repeat)? |
How is this supposed to work? I guess it keeps some queue of actions for the current tab? Example for
|
The dot |
I'm confused. Following a link has multiple key strokes, e.g. mapkey('B', '#4Go one tab history back', function() {
RUNTIME("historyTab", {backward: true});
}, {repeatIgnore: true}); |
Let's say there is a carousel, to advance the carousel you do:
is there any easy way to repeat this action? Such as '.' in vim? The link doesn't change but i need to follow that link multiple times on that page. This happens quite often on different websites. I thought at first "mapkey" would be helpful, would this be the correct route to take? (I would prefer "temporary" mapkeys in a sense, as the second step in following those links can change site to site or after reloading the page).
The text was updated successfully, but these errors were encountered: