diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h index 5f6a7798dd..4efdd67b91 100644 --- a/common/events.h +++ b/common/events.h @@ -78,7 +78,7 @@ enum EventType { , // IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use // this, please talk to tsoliman and/or LordHoto. - EVENT_CUSTOM_BACKEND = 18, + EVENT_CUSTOM_BACKEND_ACTION = 18, EVENT_KEYMAPPER_REMAP = 19 #endif #ifdef ENABLE_VKEYBD |