diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 18:05:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 18:05:40 +0000 |
| commit | fdc52e879f11166186014ebb2bac7121edf08e79 (patch) | |
| tree | c49c8a50579133286e40785ce06cd662fbbc49db /openbox/config.h | |
| parent | 83705e52c469444de38bb676c097d175e66928a7 (diff) | |
add the chainQuitKey option to teh <keyboard> section of the rc3
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
