diff --git a/config/src/keymap/key.rs b/config/src/keymap/key.rs index 5bbe48bf..51397bdd 100644 --- a/config/src/keymap/key.rs +++ b/config/src/keymap/key.rs @@ -40,7 +40,7 @@ impl From for Key { // Unix : => Char("~") + NULL // Windows : => Char("~") + SHIFT // - // So we detect `Char("`") + Shift`, and change it to `Char("~") + NULL` + // So we detect `Char("~") + SHIFT`, and change it to `Char("~") + NULL` // for consistent behavior between OSs. let shift = match (value.code, value.modifiers) {