Updated gnome-keybindings.dconf fixing things
This commit is contained in:
parent
0d3f2dffb6
commit
5cfd987176
1 changed files with 17 additions and 0 deletions
|
@ -11,10 +11,27 @@ activate-window-menu=@as []
|
|||
cycle-panels=@as []
|
||||
cycle-panels-backward=@as []
|
||||
maximize=@as []
|
||||
move-to-monitor-down=['<Control><Alt><Super>Down']
|
||||
move-to-monitor-left=['<Control><Alt><Super>Left']
|
||||
move-to-monitor-right=['<Control><Alt><Super>Right']
|
||||
move-to-monitor-up=['<Control><Alt><Super>Up']
|
||||
move-to-workspace-1=['<Shift><Control><Alt>Home']
|
||||
move-to-workspace-down=@as []
|
||||
move-to-workspace-last=['<Shift><Control><Alt>End']
|
||||
move-to-workspace-left=['<Shift><Control><Alt>Left']
|
||||
move-to-workspace-right=['<Shift><Control><Alt>Right']
|
||||
move-to-workspace-up=@as []
|
||||
switch-group=@as []
|
||||
switch-group-backward=@as []
|
||||
switch-to-workspace-up=@as []
|
||||
switch-to-workspace-down=@as []
|
||||
switch-to-workspace-left=['<Super><Alt>Left']
|
||||
switch-to-workspace-right=['<Super><Alt>Right']
|
||||
switch-input-source=@as []
|
||||
switch-input-source-backward=@as []
|
||||
unmaximize=['<Control><Alt>BackSpace']
|
||||
|
||||
|
||||
[org/gnome/desktop/wm/preferences]
|
||||
button-layout='close,minimize,maximize:appmenu'
|
||||
|
||||
|
|
Loading…
Reference in a new issue