core: layout: mark layout switcher for Greek math as non-text
The "switch_greekmath" key doesn't emit text. The Shift modifier shouldn't make the key label uppercase. Mark it as a key that doesn't emit text.
This commit is contained in:
parent
7994a2594b
commit
9ebd4ed7c5
1 changed files with 2 additions and 0 deletions
|
|
@ -283,6 +283,8 @@ impl Part {
|
||||||
KeyValue(Keysym::Meta_L, _) => false,
|
KeyValue(Keysym::Meta_L, _) => false,
|
||||||
KeyValue(Keysym::XF86_Fn, _) => false,
|
KeyValue(Keysym::XF86_Fn, _) => false,
|
||||||
|
|
||||||
|
KeyValue(Keysym::Scroll_Lock, _) => false,
|
||||||
|
|
||||||
KeyValue(_, l) => l != "",
|
KeyValue(_, l) => l != "",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue