diff --git a/doc/amo.md b/doc/amo.md index 4d0be245..b133254d 100644 --- a/doc/amo.md +++ b/doc/amo.md @@ -11,8 +11,8 @@ Replace Firefox's control mechanism with one modelled on VIM. This is a "Firefox - Notice that this tab is rubbish and you want to close it? `d`. - Regret that decision? `u` restores it. - Want to write something in Vim? `Ctrl-i` in a text box opens it in Vim, if you have `:native` working. -- Temporarily disable all that magic because you can't stand it? `Shift-Insert`. -- But how do you use your browser now? `Shift-Insert` again and we're back on. +- Temporarily disable all that magic because you can't stand it? `Shift-Insert` or `Ctrl-Alt-Escape`. +- But how do you use your browser now? `Shift-Insert` or `Ctrl-Alt-Escape` again and we're back on. The list could go on a bit here, but I guess you'll get the point. If you feel lost sometimes `:help` might help you a lot, and there's always `:tutor`. diff --git a/src/static/clippy/1-tutor.md b/src/static/clippy/1-tutor.md index 68d90ff6..58226c7c 100644 --- a/src/static/clippy/1-tutor.md +++ b/src/static/clippy/1-tutor.md @@ -26,7 +26,7 @@ The idea behind Tridactyl is to allow you to navigate the web more efficiently w - You can enter this mode with `:` and exit it with `Escape` or `Enter`. - Ignore mode - 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-Backtick`, or `Shift-Esc`. + - 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 `` followed by the keys for the binding. 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. diff --git a/src/static/newtab.md b/src/static/newtab.md index 7cff100c..f0573a35 100644 --- a/src/static/newtab.md +++ b/src/static/newtab.md @@ -23,7 +23,7 @@ REPLACE_ME_WITH_THE_CHANGE_LOG_USING_SED ## Highlighted features: - `f`/`F` — enter the "hint mode" to select a link to follow. `F` to open it in a background tab. (Note: hint characters should be typed in lowercase.) -- `Shift` + `Insert` — enter "ignore mode" to send all key presses to the web page you are on. Press `Shift` + `Insert` again to return to the highly productive "normal mode". +- `Shift` + `Insert` or `Ctrl-Alt-Escape` — enter "ignore mode" to send all key presses to the web page you are on. Press `Shift` + `Insert` or `Ctrl-Alt-Escape` again to return to the highly productive "normal mode". - `H`/`L` — go back/forward in the history. - `o`/`O` — open a URL in this tab (`O` to pre-load current URL). - `t`/`T` — open a URL in a new tab (`T` to pre-load current URL).