change all keyboard shortcuts to have spaces around the + sign (#1356)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> Executes commands at a specified time.
|
||||
|
||||
- Open an `at` prompt to create a new set of scheduled commands, press Ctrl+D to save and exit:
|
||||
- Open an `at` prompt to create a new set of scheduled commands, press `Ctrl + D` to save and exit:
|
||||
|
||||
`at {{hh:mm:ss}}`
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
`rdesktop -u Administrator -p passwd123 192.168.1.111:3389`
|
||||
|
||||
- Connect to a remote computer with full screen (press `Ctrl+Alt+Enter` to exist):
|
||||
- Connect to a remote computer with full screen (press `Ctrl + Alt + Enter` to exist):
|
||||
|
||||
`rdesktop -u {{username}} -p {{password}} -f {{host:port}}`
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> X11 selection and clipboard manipulation tool.
|
||||
|
||||
- Use a command's output as input of the clip[b]oard (equivalent to `Ctrl+C`):
|
||||
- Use a command's output as input of the clip[b]oard (equivalent to `Ctrl + C`):
|
||||
|
||||
`echo 123 | xsel -ib`
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
`cat {{file}} | xsel -ib`
|
||||
|
||||
- Output the clipboard's contents into the terminal (equivalent to `Ctrl+V`):
|
||||
- Output the clipboard's contents into the terminal (equivalent to `Ctrl + V`):
|
||||
|
||||
`xsel -ob`
|
||||
|
||||
|
Reference in New Issue
Block a user