diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/keyboard/keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index 07a9bd51..cf48b2e9 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -126,6 +126,8 @@ void plugin_startup() { dispatch_register(Event_X_KeyPress, (EventHandler)press, NULL); + translate_key("C-g", &reset_state, &reset_key); + keysrc_parse(); } |
