ubuntu:keyboard:get_keyboard_shortcut_used_to_display_overview
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:keyboard:get_keyboard_shortcut_used_to_display_overview [2020/11/17 17:19] – created peter | ubuntu:keyboard:get_keyboard_shortcut_used_to_display_overview [2020/11/17 17:32] (current) – [To set the Windows key to launch the Overview] peter | ||
---|---|---|---|
Line 8: | Line 8: | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== To Disable the Windows key ===== | ||
+ | |||
+ | <code bash> | ||
+ | gsettings set org.gnome.mutter overlay-key '' | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== To set the Windows key to launch the Overview ===== | ||
+ | |||
+ | <code bash> | ||
+ | gsettings set org.gnome.mutter overlay-key '' | ||
+ | gsettings set org.gnome.shell.keybindings toggle-application-view " | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | This may work if the above does not. | ||
+ | |||
+ | <code bash> | ||
+ | gsettings set org.gnome.desktop.wm.keybindings panel-main-menu " | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== To set the key to launch the dash to your preference ===== | ||
+ | |||
+ | <code bash> | ||
+ | gsettings set org.gnome.mutter overlay-key ' | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ====== To revert to the default ====== | ||
+ | |||
+ | <code bash> | ||
+ | gsettings reset org.gnome.mutter overlay-key | ||
+ | |||
+ | gsettings reset org.gnome.shell.keybindings toggle-overview | ||
+ | </ |
ubuntu/keyboard/get_keyboard_shortcut_used_to_display_overview.1605633596.txt.gz · Last modified: 2020/11/17 17:19 by peter