x11: Support numpad arrows/Home/End/PageUp/PageDown/Insert/Delete (#396)

This commit is contained in:
forbjok
2018-03-23 10:36:04 +01:00
committed by Pierre Krieger
parent bbcd3019e8
commit 7a1946589c
2 changed files with 12 additions and 10 deletions

View File

@@ -6,6 +6,8 @@
`with_title_hidden`, `with_titlebar_buttons_hidden`,
`with_fullsize_content_view`.
- Mapped X11 numpad keycodes (arrows, Home, End, PageUp, PageDown, Insert and Delete) to corresponding virtual keycodes
# Version 0.11.2 (2018-03-06)
- Impl `Hash`, `PartialEq`, and `Eq` for `events::ModifiersState`.