mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Added the key bind for the new toolbar button, defaults to Ctrl+Alt+I.
This commit is contained in:
@@ -330,7 +330,7 @@ struct accelKey {
|
||||
char desc[64];
|
||||
char seq[64];
|
||||
};
|
||||
#define NUM_ACCELS 9
|
||||
#define NUM_ACCELS 10
|
||||
extern struct accelKey acc_keys[NUM_ACCELS];
|
||||
extern struct accelKey def_acc_keys[NUM_ACCELS];
|
||||
extern int FindAccelerator(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user