home/dconf: switch windows instead of applications
This commit is contained in:
parent
3592c33514
commit
0220ed173b
1 changed files with 6 additions and 4 deletions
|
@ -15,12 +15,14 @@
|
|||
panel-main-menu = [];
|
||||
panel-run-dialog = ["<Shift><Alt>space"];
|
||||
raise-or-lower = ["<Super>h"];
|
||||
switch-group = ["<Alt>Escape"];
|
||||
switch-group-backward = ["<Shift><Alt>Escape"];
|
||||
switch-group = [];
|
||||
switch-group-backward = [];
|
||||
switch-panels = [];
|
||||
switch-panels-backward = [];
|
||||
switch-windows = ["<Primary><Alt>Tab"];
|
||||
switch-windows-backward = ["<Primary><Shift><Alt>Tab"];
|
||||
switch-applications = [];
|
||||
switch-applications-backward = [];
|
||||
switch-windows = ["<Super>Tab" "<Alt>Tab"];
|
||||
switch-windows-backward = ["<Shift><Super>Tab" "<Shift><Alt>Tab"];
|
||||
toggle-fullscreen = ["<Alt><Super>f"];
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
|
|
Loading…
Reference in a new issue