mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: not convert kb layout exclude us layout
This commit is contained in:
parent
3ca40b49f5
commit
3efb82fd7b
1 changed files with 0 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue