Skip to content
Snippets Groups Projects
Commit a812f922 authored by deuce's avatar deuce
Browse files

Add F11/F12

parent 19e21830
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,8 @@ typedef struct
#define ANSI_KEY_PGDN 0x51<<8
#define ANSI_KEY_INSERT 0x52<<8
#define ANSI_KEY_DELETE 0x53<<8
#define ANSI_KEY_F11 0x85<<8
#define ANSI_KEY_F12 0x86<<8
static tODKeySequence ODaKeySequences[] =
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment