diesdas
This commit is contained in:
parent
47a684d78f
commit
7dd4cb58fe
10 changed files with 53 additions and 23 deletions
|
|
@ -31,13 +31,16 @@
|
|||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys" = {
|
||||
screenreader = [];
|
||||
magnifier = [];
|
||||
magnifier = ["<Super>z"];
|
||||
magnifier-zoom-in = [];
|
||||
magnifier-zoom-out = [];
|
||||
help = [];
|
||||
logout = ["<Super>q"];
|
||||
};
|
||||
"org/gnome/shell/keybindings" = {
|
||||
toggle-quick-settings = ["<Super>comma"];
|
||||
toggle-message-tray = ["<Super>n"];
|
||||
toggle-overview = ["<Super>a"];
|
||||
};
|
||||
"org/gnome/desktop/wm/keybindings" = {
|
||||
move-to-monitor-down = [];
|
||||
|
|
@ -47,6 +50,7 @@
|
|||
move-to-workspace-last = [];
|
||||
switch-applications = ["<Super>Tab"];
|
||||
switch-applications-backward = ["<Shift><Super>Tab"];
|
||||
switch-monitor = [];
|
||||
cycle-panels = [];
|
||||
cycle-panels-backward = [];
|
||||
cycle-group = [];
|
||||
|
|
@ -84,6 +88,8 @@
|
|||
switch-to-application-2 = [];
|
||||
switch-to-application-3 = [];
|
||||
switch-to-application-4 = [];
|
||||
toggle-fullscreen = ["<Shift><Super>f"];
|
||||
begin-resize = ["<Super>r"];
|
||||
};
|
||||
};
|
||||
xdg.configFile."run-or-raise/shortcuts.conf".source = ./run-or-raise.conf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue