Add keybind for fast forward

This commit is contained in:
Alexander Babikov
2026-01-13 04:02:39 +05:00
parent 987f11ecf2
commit e8d473af23
30 changed files with 95 additions and 1 deletions

View File

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