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`
|
||||
|
Reference in New Issue
Block a user