Show live menu accelerators from keybinds

This commit is contained in:
2026-06-10 15:57:23 -06:00
parent 900066b9d4
commit 9f839579e2
3 changed files with 151 additions and 5 deletions

View File

@@ -35,5 +35,6 @@ int key_handle_key_press (GtkWidget * wid, GdkEventKey * evt, session *sess);
int key_action_insert (GtkWidget * wid, GdkEventKey * evt, char *d1, char *d2,
session *sess);
void key_check_replace_on_change (GtkEditable *editable, gpointer data);
gboolean key_get_menu_accel (const char *name, guint *keyval, GdkModifierType *mod);
#endif