mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
parent
a065b481f3
commit
f1ec0ba467
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
const auto KBKEY = xkb_keysym_from_name(k.key.c_str(), XKB_KEYSYM_CASE_INSENSITIVE);
|
||||||
|
|
||||||
if (KBKEY == 0) {
|
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
|
// This happens for names such as `switch:off:Lid Switch` as well as some keys
|
||||||
// (such as yen and ro).
|
// (such as yen and ro).
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue