ubuntu:keyboard:get_keyboard_shortcut_used_to_display_overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:keyboard:get_keyboard_shortcut_used_to_display_overview [2020/11/17 17:19] – created peterubuntu: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:**  This can also be checked using the **Gnome Tweak Tool**, select Keyboard and Mouse from the side menu, and checkwhat it says next to Switch between overview and desktop.+**NOTE:**  This can also be checked using the **Gnome Tweak Tool**, select Keyboard and Mouse from the side menu, and check what it says next to Switch between overview and desktop.
 </WRAP> </WRAP>
  
  
 +----
 +
 +===== To Disable the Windows key =====
 +
 +<code bash>
 +gsettings set org.gnome.mutter overlay-key ''
 +</code>
 +
 +----
 +
 +===== 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 "['Super_L']"
 +</code>
 +
 +----
 +
 +This may work if the above does not.
 +
 +<code bash>
 +gsettings set org.gnome.desktop.wm.keybindings panel-main-menu "['Super_L']"
 +</code>
 +
 +----
 +
 +===== To set the key to launch the dash to your preference =====
 +
 +<code bash>
 +gsettings set org.gnome.mutter overlay-key 'Alt_R'
 +</code>
 +
 +
 +----
 +
 +====== To revert to the default ======
 +
 +<code bash>
 +gsettings reset org.gnome.mutter overlay-key
 +
 +gsettings reset org.gnome.shell.keybindings toggle-overview
 +</code>
ubuntu/keyboard/get_keyboard_shortcut_used_to_display_overview.1605633596.txt.gz · Last modified: 2020/11/17 17:19 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki