File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments