Keyboard combinations
Some keyboard combinations in the Sandbox may work slightly differently than usual and could vary depending on if you are using a US, Nordic or another keyboard layout.
Here are the ones that we test with each upgrade:
Key combination | Command |
Ctrl+c/Cmd+c | Copy |
Ctrl+v/Cmd+v | Paste |
Ctrl+a/Cmd+a | Select all |
Ctrl+z/Cmd+z | Undo |
Ctrl+z/Cmd+y | Redo |
Ctrl+w/Cmd+w | Close window |
Ctrl+n/Cmd+n | New window |
In terminal
Key combination | Command |
Ctrl+a/Cmd+a | Move to start of line |
Ctrl+a/Cmd+e | Move to end of line |
Ctrl+a/Cmd+c | Kill process |
Ctrl+a/Cmd+z | Send process to background |
Ctrl+d/Cmd+d | Logout |
Ctrl+k/Cmd+k | Cut from cursor to end of line |
Ctrl+w/Cmd+w | Cut from cursor to start of word |
Ctrl+y/Cmd+y | Paste |
Ctrl+y/Cmd+u | Delete from cursor to start of line |
Ctrl+xx/Cmd+xx | Move between start of line and cursor position |
Ctrl+f/Cmd+f | Move forward one character |
Ctrl+b/Cmd+b | Move backwards one character |
Ctrl+d/Cmd+d | Delete character under cursor |
Ctrl+h/Cmd+h | Delete character in front of cursor |
Ctrl+h/Cmd+t | Swap character under cursor with previous |
Ctrl+r/Cmd+r | Reverse history search |
Ctrl+g/Cmd+g | Exit reverse history search |
Ctrl+p/Cmd+p | Previous command in history |
Ctrl+p/Cmd+n | Next command in history |
Ctrl+l/Cmd+l | Clear screen |
Ctrl+s/Cmd+s | Stop output to the terminal window |
Ctrl+q/Cmd+q | Continue output to the terminal window |
Last updated