mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
Add missing rawkey codes
This commit is contained in:
parent
3e852daaf4
commit
d1c1392601
@ -100,6 +100,9 @@
|
|||||||
#define RAWKEY_CRSRRIGHT 0x4E
|
#define RAWKEY_CRSRRIGHT 0x4E
|
||||||
#define RAWKEY_CRSRLEFT 0x4F
|
#define RAWKEY_CRSRLEFT 0x4F
|
||||||
#define RAWKEY_F5 0x54
|
#define RAWKEY_F5 0x54
|
||||||
|
#define RAWKEY_F8 0x57
|
||||||
|
#define RAWKEY_F9 0x58
|
||||||
|
#define RAWKEY_F10 0x59
|
||||||
#define RAWKEY_HELP 0x5F
|
#define RAWKEY_HELP 0x5F
|
||||||
#define RAWKEY_HOME 0x70
|
#define RAWKEY_HOME 0x70
|
||||||
#define RAWKEY_END 0x71
|
#define RAWKEY_END 0x71
|
||||||
|
Loading…
Reference in New Issue
Block a user