pages*: mark keys according to the guideline (#11907)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
- Detach from a session:
|
||||
|
||||
`Ctrl + \`
|
||||
`<Ctrl> + \`
|
||||
|
||||
- [A]ttach to a session in [r]ead-only mode:
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Navigate the piece horizontally:
|
||||
|
||||
`{{Left|Right}} arrow key`
|
||||
`{{Left|Right arrow key}}`
|
||||
|
||||
- Rotate the piece clockwise or counterclockwise:
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
- Soft drop the piece:
|
||||
|
||||
`Down arrow key`
|
||||
`{{Down arrow key}}`
|
||||
|
||||
- Hard drop the piece:
|
||||
|
||||
`Enter`
|
||||
`<Enter>`
|
||||
|
||||
- Pause the game:
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
|
||||
- Quit the game:
|
||||
|
||||
`Ctrl + C`
|
||||
`<Ctrl> + C`
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Quit elinks:
|
||||
|
||||
`Ctrl + C`
|
||||
`<Ctrl> + C`
|
||||
|
||||
- Dump output of webpage to console, colorizing the text with ANSI control codes:
|
||||
|
||||
|
@@ -30,8 +30,8 @@
|
||||
|
||||
- Save a file in Emacs:
|
||||
|
||||
`Ctrl + X, Ctrl + S`
|
||||
`<Ctrl> + X, <Ctrl> + S`
|
||||
|
||||
- Quit Emacs:
|
||||
|
||||
`Ctrl + X, Ctrl + C`
|
||||
`<Ctrl> + X, <Ctrl> + C`
|
||||
|
@@ -14,11 +14,11 @@
|
||||
|
||||
- Escape insert mode, to go back to normal mode:
|
||||
|
||||
`<Escape>`
|
||||
`<Esc>`
|
||||
|
||||
- Replace all instances of "foo" in the current file with "bar":
|
||||
|
||||
`%s{{foo}}<Enter>c{{bar}}<Escape>`
|
||||
`%s{{foo}}<Enter>c{{bar}}<Esc>`
|
||||
|
||||
- Unselect all secondary selections, and keep only the main one:
|
||||
|
||||
|
@@ -10,24 +10,24 @@
|
||||
|
||||
- Save a file:
|
||||
|
||||
`Ctrl + S`
|
||||
`<Ctrl> + S`
|
||||
|
||||
- Cut the entire line:
|
||||
|
||||
`Ctrl + K`
|
||||
`<Ctrl> + K`
|
||||
|
||||
- Search for a pattern in the file (press `Ctrl + N`/`Ctrl + P` to go to next/previous match):
|
||||
|
||||
`Ctrl + F "{{pattern}}" <Enter>`
|
||||
`<Ctrl> + F "{{pattern}}" <Enter>`
|
||||
|
||||
- Execute a command:
|
||||
|
||||
`Ctrl + E {{command}} <Enter>`
|
||||
`<Ctrl> + E {{command}} <Enter>`
|
||||
|
||||
- Perform a substitution in the whole file:
|
||||
|
||||
`Ctrl + E replaceall "{{pattern}}" "{{replacement}}" <Enter>`
|
||||
`<Ctrl> + E replaceall "{{pattern}}" "{{replacement}}" <Enter>`
|
||||
|
||||
- Quit:
|
||||
|
||||
`Ctrl + Q`
|
||||
`<Ctrl> + Q`
|
||||
|
@@ -21,4 +21,4 @@
|
||||
|
||||
- Save and Quit:
|
||||
|
||||
`Ctrl + X`
|
||||
`<Ctrl> + X`
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
- Quit mplayer:
|
||||
|
||||
`<Escape>`
|
||||
`<Esc>`
|
||||
|
||||
- Seek backward or forward 10 seconds:
|
||||
|
||||
|
@@ -34,4 +34,4 @@
|
||||
|
||||
- Show all ORCA operators inside of ORCA:
|
||||
|
||||
`Ctrl + g`
|
||||
`<Ctrl> + g`
|
||||
|
@@ -29,4 +29,4 @@
|
||||
|
||||
- Go to the menu of the interactive device monitor:
|
||||
|
||||
`Ctrl + T`
|
||||
`<Ctrl> + T`
|
||||
|
@@ -29,4 +29,4 @@
|
||||
|
||||
- Quit:
|
||||
|
||||
`Ctrl + D`
|
||||
`<Ctrl> + D`
|
||||
|
@@ -26,11 +26,11 @@
|
||||
|
||||
- Detach from inside a screen:
|
||||
|
||||
`Ctrl + A, D`
|
||||
`<Ctrl> + A, D`
|
||||
|
||||
- Kill the current screen session:
|
||||
|
||||
`Ctrl + A, K`
|
||||
`<Ctrl> + A, K`
|
||||
|
||||
- Kill a detached screen:
|
||||
|
||||
|
@@ -9,28 +9,28 @@
|
||||
|
||||
- Copy the result of the most recent calculation:
|
||||
|
||||
`Ctrl + R`
|
||||
`<Ctrl> + R`
|
||||
|
||||
- Open the formula book:
|
||||
|
||||
`Ctrl + 1`
|
||||
`<Ctrl> + 1`
|
||||
|
||||
- Clear the calculator of recent calculations:
|
||||
|
||||
`Ctrl + N`
|
||||
`<Ctrl> + N`
|
||||
|
||||
- Wrap highlighted in parentheses (defaults to wrapping all if nothing selected):
|
||||
|
||||
`Ctrl + P`
|
||||
`<Ctrl> + P`
|
||||
|
||||
- Load a speedcrunch session:
|
||||
|
||||
`Ctrl + L`
|
||||
`<Ctrl> + L`
|
||||
|
||||
- Save a speedcrunch session:
|
||||
|
||||
`Ctrl + S`
|
||||
`<Ctrl> + S`
|
||||
|
||||
- Toggle keypad:
|
||||
|
||||
`Ctrl + K`
|
||||
`<Ctrl> + K`
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
- Emit the default escape character combination for terminating the session:
|
||||
|
||||
`Ctrl + ]`
|
||||
`<Ctrl> + ]`
|
||||
|
||||
- Start `telnet` with "x" as the session termination character:
|
||||
|
||||
|
@@ -23,15 +23,15 @@
|
||||
|
||||
- Detach from the current session (inside a tmux session):
|
||||
|
||||
`Ctrl-B d`
|
||||
`<Ctrl>-B d`
|
||||
|
||||
- Create a new window (inside a tmux session):
|
||||
|
||||
`Ctrl-B c`
|
||||
`<Ctrl>-B c`
|
||||
|
||||
- Switch between sessions and windows (inside a tmux session):
|
||||
|
||||
`Ctrl-B w`
|
||||
`<Ctrl>-B w`
|
||||
|
||||
- Kill a session by name:
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
- Enter normal mode and undo the last operation:
|
||||
|
||||
`<ESC>u`
|
||||
`<Esc>u`
|
||||
|
||||
- Search for a pattern in the file (press `n`/`N` to go to next/previous match):
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
- Move the cursor to the window on the left|right:
|
||||
|
||||
`Ctrl + w {{h|l}}`
|
||||
`<Ctrl> + w {{h|l}}`
|
||||
|
||||
- Jump to the previous difference:
|
||||
|
||||
|
@@ -18,12 +18,12 @@
|
||||
|
||||
- Open a new browser tab:
|
||||
|
||||
`Shift + T`
|
||||
`<Shift> + T`
|
||||
|
||||
- Display your browser history:
|
||||
|
||||
`Ctrl + H`
|
||||
`<Ctrl> + H`
|
||||
|
||||
- Quit w3m:
|
||||
|
||||
`'q' followed by 'y'`
|
||||
`q + y`
|
||||
|
@@ -13,4 +13,4 @@
|
||||
|
||||
- Show the menu:
|
||||
|
||||
`Alt + M`
|
||||
`<Alt> + M`
|
||||
|
@@ -13,12 +13,12 @@
|
||||
|
||||
- Send an HTTP request:
|
||||
|
||||
`Ctrl + R`
|
||||
`<Ctrl> + R`
|
||||
|
||||
- Switch to the next view:
|
||||
|
||||
`Ctrl + J, Tab`
|
||||
`<Ctrl> + J, <Tab>`
|
||||
|
||||
- Switch to the previous view:
|
||||
|
||||
`Ctrl + K, Shift + Tab`
|
||||
`<Ctrl> + K, <Shift> + <Tab>`
|
||||
|
@@ -18,8 +18,8 @@
|
||||
|
||||
- Open a new pane (inside a zellij session):
|
||||
|
||||
`Alt + N`
|
||||
`<Alt> + N`
|
||||
|
||||
- Detach from the current session (inside a zellij session):
|
||||
|
||||
`Ctrl + O, D`
|
||||
`<Ctrl> + O, D`
|
||||
|
@@ -14,4 +14,4 @@
|
||||
|
||||
- Quit alpine:
|
||||
|
||||
`'q' then 'y'`
|
||||
`q + y`
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Navigate the piece horizontally:
|
||||
|
||||
`{{A|D}} OR {{Left|Right arrow key}}`
|
||||
`{{A|D|Left arrow key|Right arrow key}}`
|
||||
|
||||
- Turn the piece:
|
||||
|
||||
|
@@ -13,16 +13,16 @@
|
||||
|
||||
- Open a new tab:
|
||||
|
||||
`Ctrl+Shift+T`
|
||||
`<Ctrl> + <Shift> +T`
|
||||
|
||||
- Close the terminal:
|
||||
|
||||
`Super+X`
|
||||
`<Super> + X`
|
||||
|
||||
- Go to the previous tab:
|
||||
|
||||
`Ctrl+PageUp`
|
||||
`<Ctrl> + <PageUp>`
|
||||
|
||||
- Search the selected text in the browser:
|
||||
|
||||
`Shift+Ctrl+L`
|
||||
`<Shift> + <Ctrl> + L`
|
||||
|
@@ -9,24 +9,24 @@
|
||||
|
||||
- Open a new terminal window:
|
||||
|
||||
`Super + Return`
|
||||
`<Super> + <Return>`
|
||||
|
||||
- Create a new workspace:
|
||||
|
||||
`Super + Shift + {{number}}`
|
||||
`<Super> + <Shift> + {{number}}`
|
||||
|
||||
- Switch to workspace number `n`:
|
||||
|
||||
`Super + {{n}}`
|
||||
`<Super> + {{n}}`
|
||||
|
||||
- Open new window horizontally:
|
||||
|
||||
`Super + h`
|
||||
`<Super> + h`
|
||||
|
||||
- Open new window vertically:
|
||||
|
||||
`Super + v`
|
||||
`<Super> + v`
|
||||
|
||||
- Open application (type out application name after executing command):
|
||||
|
||||
`Super + D`
|
||||
`<Super> + D`
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
- Switch to thumbnail mode or open selected image in image mode:
|
||||
|
||||
`Return`
|
||||
`<Return>`
|
||||
|
||||
- Count images forward in image mode:
|
||||
|
||||
|
@@ -17,8 +17,8 @@
|
||||
|
||||
- Increase/decrease the font size:
|
||||
|
||||
`Ctrl + Shift + {{Page Up|Page Down}}`
|
||||
`<Ctrl> + <Shift> + {{Page Up|Page Down}}`
|
||||
|
||||
- Copy/paste from the clipboard:
|
||||
|
||||
`Ctrl + Shift + {{C|V}}`
|
||||
`<Ctrl> + <Shift> + {{C|V}}`
|
||||
|
@@ -17,8 +17,8 @@
|
||||
|
||||
- Clear text on both terminal screens:
|
||||
|
||||
`Ctrl+D`
|
||||
`<Ctrl>+D`
|
||||
|
||||
- Exit the talk session:
|
||||
|
||||
`Ctrl+C`
|
||||
`<Ctrl>+C`
|
||||
|
@@ -13,12 +13,12 @@
|
||||
|
||||
- Split terminals horizontally:
|
||||
|
||||
`Ctrl + Shift + O`
|
||||
`<Ctrl> + <Shift> + O`
|
||||
|
||||
- Split terminals vertically:
|
||||
|
||||
`Ctrl + Shift + E`
|
||||
`<Ctrl> + <Shift> + E`
|
||||
|
||||
- Open new tab:
|
||||
|
||||
`Ctrl + Shift + T`
|
||||
`<Ctrl> + <Shift> + T`
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
- Navigate left/up/down/right:
|
||||
|
||||
`{{H|J|K|L}} OR {{arrow keys}}`
|
||||
`{{H|J|K|L|arrow keys}}`
|
||||
|
||||
- Rotate:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
- Invert Colors:
|
||||
|
||||
`Ctrl + R`
|
||||
`<Ctrl> + R`
|
||||
|
||||
- Search for text by a given string:
|
||||
|
||||
|
@@ -13,11 +13,11 @@
|
||||
|
||||
- Save a file:
|
||||
|
||||
`Ctrl + X, Ctrl + S`
|
||||
`<Ctrl> + X, <Ctrl> + S`
|
||||
|
||||
- Quit:
|
||||
|
||||
`Ctrl + X, Ctrl + C`
|
||||
`<Ctrl> + X, <Ctrl> + C`
|
||||
|
||||
- Open a file at a specified line number:
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
|
||||
- Undo changes:
|
||||
|
||||
`Ctrl + X, U`
|
||||
`<Ctrl> + X, U`
|
||||
|
Reference in New Issue
Block a user