Added pause shortcut.

This commit is contained in:
=
2025-04-20 14:28:10 -07:00
parent 24a4ed445e
commit 9febdd1510
3 changed files with 66 additions and 46 deletions

View File

@@ -242,7 +242,7 @@ struct accelKey {
char desc[64];
char seq[64];
};
#define NUM_ACCELS 6
#define NUM_ACCELS 7
extern struct accelKey acc_keys[NUM_ACCELS];
extern struct accelKey def_acc_keys[NUM_ACCELS];
extern int FindAccelerator(const char *name);