Linux: Fix numpad arrow keys not working when num lock is off

Fixes #857
This commit is contained in:
Kovid Goyal
2018-09-05 07:31:55 +05:30
parent b1a5e98630
commit 547959c1ef
2 changed files with 13 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ Changelog
font fallback for all subsequent characters that cannot be rendered in the
main font to fail (:iss:`799`)
- Linux: Fix numpad arrow keys not working when num lock is off (:iss:`857`)
- Allow mapping shortcuts using the raw key code from the OS (:iss:`848`)
- Allow mapping of individual keypresses without modifiers as shortcuts