x11: handle X11's multi-key, a.k.a compose key.

This commit is contained in:
Emilio Cobos Álvarez 2016-07-04 16:20:18 -07:00
parent 1a3f2e031a
commit 952ca7cfed
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 4 additions and 1 deletions

View file

@ -220,6 +220,9 @@ pub enum VirtualKeyCode {
/// The space bar.
Space,
/// The "Compose" key on Linux.
Compose,
Numlock,
Numpad0,
Numpad1,