From fdc52e879f11166186014ebb2bac7121edf08e79 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 18:05:40 +0000 Subject: add the chainQuitKey option to teh section of the rc3 --- openbox/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index b0254135..fe4fb605 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -54,6 +54,11 @@ extern int config_desktops_num; /*! Names for the desktops */ extern GSList *config_desktops_names; +/*! The keycode of the key combo which resets the keybaord chains */ +guint config_keyboard_reset_keycode; +/*! The modifiers of the key combo which resets the keybaord chains */ +guint config_keyboard_reset_state; + /*! Number of pixels a drag must go before being considered a drag */ extern gint config_mouse_threshold; /*! Number of milliseconds within which 2 clicks must occur to be a -- cgit v1.2.3