mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Improve Ctrl-V docs: fix #4337
This commit is contained in:
parent
fa4a234718
commit
23d344a299
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ The idea behind Tridactyl is to allow you to navigate the web more efficiently w
|
|||
- This mode passes all keypresses through to the web page. It is useful for websites that have their own keybinds, such as games and Gmail.
|
||||
- You can toggle the mode with `Shift-Insert`, `Ctrl-Alt-Escape`, `Ctrl-Alt-Backtick`, or `Shift-Esc`.
|
||||
- While in ignore mode, you can execute a single normal mode binding by pressing `<C-o>` followed by the keys for the binding.
|
||||
- While in normal mode, you can enter ignore mode for one keypress / key combination by pressing `<C-v>`.
|
||||
- Tridactyl can be configured to enter ignore mode for specified URLs. Run `:blacklistadd [url]` to put Tridactyl in ignore mode on the provided URL. Use the command `:blacklistremove [url]` to remove the URL from the blacklist.
|
||||
|
||||
Almost all of the modes are controlled by series of keypresses. In this tutorial, a sequence of keys such as `zz` should be entered by pressing the key `z`, letting go, and then pressing the key `z`. There is no need to hold both keys at once, if that were even possible. (`zz` resets the zoom level to the default, so it probably didn't seem to do anything). Sometimes `help` refers to a command that must be entered in command mode; it should hopefully always be clear from context which we mean.
|
||||
|
|
|
@ -35,7 +35,7 @@ REPLACE_ME_WITH_THE_CHANGE_LOG_USING_SED
|
|||
- `yy` — copy the current page URL to your clipboard.
|
||||
- `[[`/`]]` — navigate forward/backward though paginated pages.
|
||||
- `ZZ` — close all tabs and windows, but it will only "save" them if your about:preferences are set to "show your tabs and windows from last time".
|
||||
- `<C-v>` – send a single keystroke to the current website, bypassing bindings
|
||||
- `<C-v>` – send a single keystroke to the current website, bypassing bindings by entering ignore mode temporarily
|
||||
- `<C-o>` – run a single normal mode binding when in ignore mode
|
||||
- [`:help hint`][help-hint] to see all the other useful hint modes (this is the `f` magic. :) ).
|
||||
- `:help <keybinding>` to learn more about what a specific key binding does.
|
||||
|
|
Loading…
Add table
Reference in a new issue