Skip to content

Commit

Permalink
improv (pop-key-shortcuts): Improve wording & symbol consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgkau committed Aug 14, 2024
1 parent e4d0616 commit 9d454d2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions content/pop-keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ Directional actions can use either the standard arrow keys or their Vim equivale

### Manage workspaces and displays

| Shortcut | Action |
| ------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| <kbd>SUPER</kbd> + <kbd>Ctrl</kbd> + <kbd>↑</kbd>/<kbd>↓</kbd> | Navigate between workspaces |
| <kbd>SUPER</kbd> + <kbd>Home</kbd>/<kbd>End</kbd> | Navigate to first/last workspace |
| <kbd>SUPER</kbd> + <kbd>Shift</kbd> + <kbd>Direction keys</kbd> | Move active window between upper and lower workspaces as well as right and left monitors respectively |
| <kbd>SUPER</kbd> + <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>↑</kbd>/<kbd>↓</kbd> | Move the active window between upper and lower displays
| <kbd>SUPER</kbd> + <kbd>ESC</kbd> | Lock the screen |
| Shortcut | Action |
| --------------------------------------------------------------------------------- | --------------------------------------------------- |
| <kbd>SUPER</kbd> + <kbd>Ctrl</kbd> + <kbd>↑</kbd>/<kbd>↓</kbd> | Navigate between workspaces |
| <kbd>SUPER</kbd> + <kbd>Home</kbd>/<kbd>End</kbd> | Navigate to first/last workspace |
| <kbd>SUPER</kbd> + <kbd>Shift</kbd> + <kbd>↑</kbd>/<kbd>↓</kbd> | Move active window between upper/lower workspaces |
| <kbd>SUPER</kbd> + <kbd>Shift</kbd> + <kbd>←</kbd>/<kbd>→</kbd> | Move active window between left/right displays |
| <kbd>SUPER</kbd> + <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>↑</kbd>/<kbd>↓</kbd> | Move the active window between upper/lower displays |
| <kbd>SUPER</kbd> + <kbd>ESC</kbd> | Lock the screen |

### Use the launcher

Expand Down

0 comments on commit 9d454d2

Please sign in to comment.