Skip to content

Commit f2f68a9

Browse files
authored
Update keyboard shortcuts
1 parent cd29704 commit f2f68a9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a complete li
101101

102102
**Keyboard Shortcuts**:
103103

104+
- Unity: https://cheatography.com/sapemeg/cheat-sheets/ubuntu-unity-16-04/
104105
- GNOME: https://wiki.gnome.org/Design/OS/KeyboardShortcuts
105-
- Linux Mint: https://community.linuxmint.com/tutorial/view/47
106+
- KDE: https://community.linuxmint.com/tutorial/view/47
106107

107108
## Swipe Gesture Templates
108109

@@ -152,15 +153,20 @@ Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a complete li
152153
up3 = super+s
153154
```
154155

155-
1. Show desktop ([setup](https://www.itsupportguides.com/knowledge-base/ubuntu/ubuntu-how-to-make-windows-d-show-desktop/))
156+
1. Show desktop ([setup manually](https://www.itsupportguides.com/knowledge-base/ubuntu/ubuntu-how-to-make-windows-d-show-desktop/))
156157

157158
```bash
158-
# Ubuntu, KDE, Gnome
159+
# Ubuntu
160+
down3 = ctrl+super+d
161+
```
162+
163+
```bash
164+
# GNOME
159165
down3 = super+d
160166
```
161167

162168
```bash
163-
# Linux Mint
169+
# KDE
164170
down3 = ctrl+alt+d
165171
```
166172

0 commit comments

Comments
 (0)