1
0
Fork 0

Overriding switch-to-workspace-n to <Alt><Shift>n in org.gnome.desktop.wm.keybindings for 1-10.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 21:35:54 +02:00
parent 7ce961eb54
commit 40387b1410
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

View file

@ -61,3 +61,13 @@ maximum-age=30
[org.gnome.desktop.wm.keybindings]
panel-main-menu = ['<Alt>F1']
switch-to-workspace-1=['<Alt><Shift>1']
switch-to-workspace-2=['<Alt><Shift>2']
switch-to-workspace-3=['<Alt><Shift>3']
switch-to-workspace-4=['<Alt><Shift>4']
switch-to-workspace-5=['<Alt><Shift>5']
switch-to-workspace-6=['<Alt><Shift>6']
switch-to-workspace-7=['<Alt><Shift>7']
switch-to-workspace-8=['<Alt><Shift>8']
switch-to-workspace-9=['<Alt><Shift>9']
switch-to-workspace-10=['<Alt><Shift>0']