CONTROL -> CTRL

Aly Raffauf 2024-06-19 22:06:50 -04:00
parent 0619ae4dca
commit 69058b39f6

@ -27,11 +27,11 @@
- SUPER + T: Open Terminal. - SUPER + T: Open Terminal.
### Screenshots ### Screenshots
- PRINT // CONTROL + F12: Take screenshot of monitor. - PRINT // CTRL + F12: Take screenshot of monitor.
- SUPER + PRINT // SUPER CONTROL + F12: Take screenshot of selected area. - SUPER + PRINT // SUPER CTRL + F12: Take screenshot of selected area.
### Session Control ### Session Control
- SUPER CONTROL + L: Lock screen. - SUPER CTRL + L: Lock screen.
- SUPER + M: Logout/shutdown dialog. - SUPER + M: Logout/shutdown dialog.
### Workspaces ### Workspaces
@ -44,16 +44,16 @@
- TOUCHPAD: 3 Finger Swipe Left/Right. - TOUCHPAD: 3 Finger Swipe Left/Right.
#### Multi-Monitor Workspace Management #### Multi-Monitor Workspace Management
- SUPER CONTROL SHIFT + Down: Move current workspace to monitor below. - SUPER CTRL SHIFT + Down: Move current workspace to monitor below.
- SUPER CONTROL SHIFT + Up: Move current workspace to monitor above. - SUPER CTRL SHIFT + Up: Move current workspace to monitor above.
- SUPER CONTROL SHIFT + Left: Move current workspace to monitor left. - SUPER CTRL SHIFT + Left: Move current workspace to monitor left.
- SUPER CONTROL SHIFT + Right: Move current workspace to monitor right. - SUPER CTRL SHIFT + Right: Move current workspace to monitor right.
--- ---
- SUPER CONTROL SHIFT + J: Move current workspace to monitor below. - SUPER CTRL SHIFT + J: Move current workspace to monitor below.
- SUPER CONTROL SHIFT + K: Move current workspace to monitor above. - SUPER CTRL SHIFT + K: Move current workspace to monitor above.
- SUPER CONTROL SHIFT + H: Move current workspace to monitor left. - SUPER CTRL SHIFT + H: Move current workspace to monitor left.
- SUPER CONTROL SHIFT + L: Move current workspace to monitor right. - SUPER CTRL SHIFT + L: Move current workspace to monitor right.
### Window Management ### Window Management
- SUPER + C: Kill focused window. - SUPER + C: Kill focused window.
@ -126,10 +126,10 @@ These suubmaps provide special modes where you are free to use various key binds
- Left: Move window left. - Left: Move window left.
- Right: Move window right. - Right: Move window right.
--- ---
- CONTROL + Down: Move current workspace to monitor below. - CTRL + Down: Move current workspace to monitor below.
- CONTROL + Up: Move current workspace to monitor above. - CTRL + Up: Move current workspace to monitor above.
- CONTROL + Left: Move current workspace to monitor left. - CTRL + Left: Move current workspace to monitor left.
- CONTROL + Right: Move current workspace to monitor right. - CTRL + Right: Move current workspace to monitor right.
--- ---
@ -138,10 +138,10 @@ These suubmaps provide special modes where you are free to use various key binds
- H: Move window left. - H: Move window left.
- L: Move window right. - L: Move window right.
--- ---
- CONTROL + J: Move current workspace to monitor below. - CTRL + J: Move current workspace to monitor below.
- CONTROL + K: Move current workspace to monitor above. - CTRL + K: Move current workspace to monitor above.
- CONTROL + H: Move current workspace to monitor left. - CTRL + H: Move current workspace to monitor left.
- CONTROL + L: Move current workspace to monitor right. - CTRL + L: Move current workspace to monitor right.
- ESCAPE: Exit move mode. - ESCAPE: Exit move mode.