From f1ec0ba4670edbacfded296c849f0c2bcd64f69c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 13 Mar 2024 00:26:42 +0900 Subject: [PATCH] keybinds: Fix typo (#5081) minor fix --- src/managers/KeybindManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). //