Skip to content

Custom keyboard shortcuts

Martin Zurowietz edited this page Feb 10, 2020 · 8 revisions

In the examples below, replace <shortcut-name> with the actual name of the keyboard shortcuts. Available shortcuts are:

Name Default Description
workspace-overview-toggle <Super>+w Keybinding to open the workspace overview.
workspace-overview-right Right Keybinding to move to the right in the workspace overview.
workspace-overview-left Left Keybinding to move to the left in the workspace overview.
workspace-overview-up Up Keybinding to move up in the workspace overview.
workspace-overview-down Down Keybinding to move down in the workspace overview.
workspace-overview-confirm Return, Escape Keybinding to confirm and close the workspace overview.

Show the current keyboard shortcut:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de/schemas/ \
   get org.gnome.shell.extensions.wsmatrix-keybindings <shortcut-name>

Set the keyboard shortcut:

gsettings --schemadir ~/.local/share/gnome-shell/extensions/wsmatrix@martin.zurowietz.de/schemas/ \
   set org.gnome.shell.extensions.wsmatrix-keybindings <shortcut-name> ['<Shift><Super>o']
Clone this wiki locally