From 78424735f31644d7adc16ab09d90602b08c0c52b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 14:12:30 +0000 Subject: [PATCH] bind C-g for the rset key --- plugins/keyboard/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.2