x11: handle X11's multi-key, a.k.a compose key.
This commit is contained in:
parent
1a3f2e031a
commit
952ca7cfed
2 changed files with 4 additions and 1 deletions
|
|
@ -220,6 +220,9 @@ pub enum VirtualKeyCode {
|
|||
/// The space bar.
|
||||
Space,
|
||||
|
||||
/// The "Compose" key on Linux.
|
||||
Compose,
|
||||
|
||||
Numlock,
|
||||
Numpad0,
|
||||
Numpad1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue