添加快捷键设置

This commit is contained in:
2025-08-19 21:37:57 +08:00
parent bb61bfcd2e
commit 2a7ab324be
8 changed files with 113 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ typedef struct mapping_notify_event_t {
typedef struct key_press_event_t {
event_type_t type;
uint32_t key_symbols;
uint32_t key_symbol;
uint32_t modifiers;
} key_press_event_t;