all repos — openbox @ 78424735f31644d7adc16ab09d90602b08c0c52b

openbox fork - make it a bit more like ryudo

bind C-g for the rset key
Dana Jansens danakj@orodu.net
commit

78424735f31644d7adc16ab09d90602b08c0c52b

parent

4f101c1fb450b6d39f6284262ffe25c2c75cfb5c

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M plugins/keyboard/keyboard.cplugins/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(); }