core: layout: add switch_greekmath key
This commit is contained in:
parent
03b6d4509b
commit
14cd2d930b
1 changed files with 2 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ impl Key {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const KEYSYMS: [(&str, Keysym, &str); 23] = [
|
const KEYSYMS: [(&str, Keysym, &str); 24] = [
|
||||||
("\\#", Keysym::numbersign, "#"),
|
("\\#", Keysym::numbersign, "#"),
|
||||||
("\\?", Keysym::question, "?"),
|
("\\?", Keysym::question, "?"),
|
||||||
("\\@", Keysym::at, "@"),
|
("\\@", Keysym::at, "@"),
|
||||||
|
|
@ -463,6 +463,7 @@ const KEYSYMS: [(&str, Keysym, &str); 23] = [
|
||||||
("right", Keysym::Right, "→"),
|
("right", Keysym::Right, "→"),
|
||||||
("shift", Keysym::Shift_L, "⇧"),
|
("shift", Keysym::Shift_L, "⇧"),
|
||||||
("space", Keysym::space, " "),
|
("space", Keysym::space, " "),
|
||||||
|
("switch_greekmath", Keysym::Scroll_Lock, "πλ∇¬"),
|
||||||
("switch_numeric", Keysym::Num_Lock, "123+"),
|
("switch_numeric", Keysym::Num_Lock, "123+"),
|
||||||
("switch_text", Keysym::Caps_Lock, "ABC"),
|
("switch_text", Keysym::Caps_Lock, "ABC"),
|
||||||
("tab", Keysym::Tab, "⭾"),
|
("tab", Keysym::Tab, "⭾"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue