From f2f68a97cc7c5c31f27d49b3bd2c91ce9a168c5c Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Sat, 18 Apr 2020 05:36:48 +0800 Subject: [PATCH] Update keyboard shortcuts --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79f0ad6..8fca75b 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,9 @@ Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a complete li **Keyboard Shortcuts**: +- Unity: https://cheatography.com/sapemeg/cheat-sheets/ubuntu-unity-16-04/ - GNOME: https://wiki.gnome.org/Design/OS/KeyboardShortcuts -- Linux Mint: https://community.linuxmint.com/tutorial/view/47 +- KDE: https://community.linuxmint.com/tutorial/view/47 ## Swipe Gesture Templates @@ -152,15 +153,20 @@ Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a complete li up3 = super+s ``` -1. Show desktop ([setup](https://www.itsupportguides.com/knowledge-base/ubuntu/ubuntu-how-to-make-windows-d-show-desktop/)) +1. Show desktop ([setup manually](https://www.itsupportguides.com/knowledge-base/ubuntu/ubuntu-how-to-make-windows-d-show-desktop/)) ```bash - # Ubuntu, KDE, Gnome + # Ubuntu + down3 = ctrl+super+d + ``` + + ```bash + # GNOME down3 = super+d ``` ```bash - # Linux Mint + # KDE down3 = ctrl+alt+d ```