aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <[email protected]>2024-03-13 00:26:42 +0900
committerGitHub <[email protected]>2024-03-12 15:26:42 +0000
commitf1ec0ba4670edbacfded296c849f0c2bcd64f69c (patch)
tree1d6ff86d79908e303263c2e7f9a974aaa3f9f8cc
parenta065b481f32f4297596a9cd9c538794fd4669b1a (diff)
downloadHyprland-f1ec0ba4670edbacfded296c849f0c2bcd64f69c.tar.gz
Hyprland-f1ec0ba4670edbacfded296c849f0c2bcd64f69c.zip
keybinds: Fix typo (#5081)
minor fix
-rw-r--r--src/managers/KeybindManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp
index 5178e848..26326104 100644
--- a/src/managers/KeybindManager.cpp
+++ b/src/managers/KeybindManager.cpp
@@ -530,7 +530,7 @@ bool CKeybindManager::handleKeybinds(const uint32_t modmask, const SPressedKeyWi
const auto KBKEY = xkb_keysym_from_name(k.key.c_str(), XKB_KEYSYM_CASE_INSENSITIVE);
if (KBKEY == 0) {
- // Keysym failed to resolve from the key name of the the currently iterated bind.
+ // Keysym failed to resolve from the key name of the currently iterated bind.
// This happens for names such as `switch:off:Lid Switch` as well as some keys
// (such as yen and ro).
//