diff --git a/Cargo.lock b/Cargo.lock index 6699ff04..e8fe2f71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,7 +983,7 @@ dependencies = [ [[package]] name = "cosmic-settings-config" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-settings-daemon#2753b60609a07abb9db6eab3c0f36a52d8347df4" +source = "git+https://github.com/pop-os/cosmic-settings-daemon#ef024bfd06bf9fbd57246a25c91d1fdd28153d05" dependencies = [ "cosmic-config", "ron", @@ -1004,7 +1004,7 @@ dependencies = [ [[package]] name = "cosmic-settings-daemon-config" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-settings-daemon#2753b60609a07abb9db6eab3c0f36a52d8347df4" +source = "git+https://github.com/pop-os/cosmic-settings-daemon#ef024bfd06bf9fbd57246a25c91d1fdd28153d05" dependencies = [ "cosmic-config", "cosmic-theme", diff --git a/data/keybindings.ron b/data/keybindings.ron index 64136a4d..2991f897 100644 --- a/data/keybindings.ron +++ b/data/keybindings.ron @@ -91,6 +91,7 @@ (modifiers: [Super], key: "r"): Resizing(Outwards), (modifiers: [Super, Shift], key: "r"): Resizing(Inwards), + (modifiers: [Super, Alt], key: "s"): System(ScreenReader), (modifiers: [Super], key: "equal"): ZoomIn, (modifiers: [Super], key: "minus"): ZoomOut, (modifiers: [Super], key: "period"): ZoomIn,