Increase the maximum key number to be able to simulate multimedia keys, e.g. XF86AudioRecord.
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#define JOYMIN -32767
|
||||
|
||||
//maximum number of defined keys
|
||||
#define MAXKEY 123
|
||||
#define MAXKEY 255
|
||||
|
||||
//fastest the mouse can go. Completely arbitrary.
|
||||
#define MAXMOUSESPEED 5000
|
||||
|
Reference in New Issue
Block a user