mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Added the key bind for the new toolbar button, defaults to Ctrl+Alt+I.
This commit is contained in:
@@ -293,6 +293,11 @@ struct accelKey def_acc_keys[NUM_ACCELS] = {
|
||||
.name="mute",
|
||||
.desc="Toggle mute",
|
||||
.seq="Ctrl+Alt+M"
|
||||
},
|
||||
{
|
||||
.name="force_interpretation",
|
||||
.desc="Force interpretation",
|
||||
.seq="Ctrl+Alt+I"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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