opt: not convert kb layout exclude us layout

This commit is contained in:
DreamMaoMao 2025-08-07 11:34:14 +08:00
parent 3ca40b49f5
commit 3efb82fd7b

View file

@ -462,14 +462,6 @@ xkb_keysym_t normalize_keysym(xkb_keysym_t sym) {
case XKB_KEY_parenright:
return XKB_KEY_0; // )
// 其他布局可能需要的变体(如欧洲键盘)
case XKB_KEY_quotedbl:
return XKB_KEY_2; // "
case XKB_KEY_section:
return XKB_KEY_6; // §
case XKB_KEY_degree:
return XKB_KEY_0; // °
default:
return sym;
}