]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
add the chainQuitKey option to teh <keyboard> section of the rc3
[chaz/openbox] / openbox / config.h
index b025413557a76b616d6425b1de03f50f0ce0db02..fe4fb605107fb9c61d952f27ccf67ce977cf63a3 100644 (file)
@@ -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
This page took 0.025676 seconds and 4 git commands to generate.