From 1158a74a669f7cd9aaad541ff4570667ded0a1c3 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Wed, 26 Feb 2025 14:49:02 +0100 Subject: [PATCH] feat: add shortcut for input source switch --- Cargo.lock | 10 +++++----- data/keybindings.ron | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc54c29b8..d5f97201a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,7 +920,7 @@ dependencies = [ [[package]] name = "cosmic-settings-config" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-settings-daemon#58ff27f9723cd68b6e143b7acadcfe20324ea83c" +source = "git+https://github.com/pop-os/cosmic-settings-daemon#e2aa1056900d6f8c9c7555c0401aa7c99281eb06" dependencies = [ "cosmic-config", "ron", @@ -1466,7 +1466,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4385,7 +4385,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4985,7 +4985,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -5958,7 +5958,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/data/keybindings.ron b/data/keybindings.ron index 4d28914f6..84981e6f1 100644 --- a/data/keybindings.ron +++ b/data/keybindings.ron @@ -75,6 +75,7 @@ (modifiers: [Super], key: "b"): System(WebBrowser), (modifiers: [Super], key: "f"): System(HomeFolder), + (modifiers: [Super], key: "space"): System(InputSourceSwitch), (modifiers: [Super], key: "t"): System(Terminal), (modifiers: [Super], key: "a"): System(AppLibrary),