Add keybinds for all screenshot commands (unset by default)

This commit is contained in:
Alexander Babikov
2026-01-12 22:20:36 +05:00
parent 8752656949
commit 987f11ecf2
30 changed files with 370 additions and 85 deletions

View File

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