Store the default keybinding handler alongside the custom one.
This allows us to fall back onto it if the custom handler removes itself.
This commit is contained in:
@ -36,6 +36,7 @@ typedef struct
|
||||
{
|
||||
const char *name;
|
||||
MetaKeyHandlerFunc func;
|
||||
MetaKeyHandlerFunc default_func;
|
||||
gint data, flags;
|
||||
gpointer user_data;
|
||||
MetaKeyHandlerDataFreeFunc user_data_free_func;
|
||||
|
Reference in New Issue
Block a user