diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-02-13 02:03:07 -0700 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-02-13 02:03:07 -0700 |
commit | d68d2fd397ace7e65707301170d3c552e1e0f431 (patch) | |
tree | 5c5838dc0942baf9869042bb2e6db32c614e85e9 | |
parent | e35b688e9fc614b69dee22e35d283d8af3306a0d (diff) | |
download | compiz-with-glib-mainloop-d68d2fd397ace7e65707301170d3c552e1e0f431.tar.gz compiz-with-glib-mainloop-d68d2fd397ace7e65707301170d3c552e1e0f431.tar.bz2 |
Categorize switcher options.
-rw-r--r-- | plugins/switcher/switcher.xml.in | 139 |
1 files changed, 71 insertions, 68 deletions
diff --git a/plugins/switcher/switcher.xml.in b/plugins/switcher/switcher.xml.in index 0446995..c29d2da 100644 --- a/plugins/switcher/switcher.xml.in +++ b/plugins/switcher/switcher.xml.in @@ -9,74 +9,77 @@ </requirement> </deps> <options> - <option name="next_button" type="button"> - <_short>Next window</_short> - <_long>Popup switcher if not visible and select next window</_long> - </option> - <option name="next_key" type="key"> - <_short>Next window</_short> - <_long>Popup switcher if not visible and select next window</_long> - <default><Alt>Tab</default> - </option> - <option name="prev_button" type="button"> - <_short>Prev window</_short> - <_long>Popup switcher if not visible and select previous window</_long> - </option> - <option name="prev_key" type="key"> - <_short>Prev window</_short> - <_long>Popup switcher if not visible and select previous window</_long> - <default><Shift><Alt>Tab</default> - </option> - <option name="next_all_button" type="button"> - <_short>Next window (All windows)</_short> - <_long>Popup switcher if not visible and select next window out of all windows</_long> - </option> - <option name="next_all_key" type="key"> - <_short>Next window (All windows)</_short> - <_long>Popup switcher if not visible and select next window out of all windows</_long> - <default><Control><Alt>Tab</default> - </option> - <option name="prev_all_button" type="button"> - <_short>Prev window (All windows)</_short> - <_long>Popup switcher if not visible and select previous window out of all windows</_long> - </option> - <option name="prev_all_key" type="key"> - <_short>Prev window (All windows)</_short> - <_long>Popup switcher if not visible and select previous window out of all windows</_long> - <default><Shift><Control><Alt>Tab</default> - </option> - <option name="next_no_popup_button" type="button"> - <_short>Next window (No popup)</_short> - <_long>Select next window without showing the popup window.</_long> - </option> - <option name="next_no_popup_key" type="key"> - <_short>Next window (No popup)</_short> - <_long>Select next window without showing the popup window.</_long> - </option> - <option name="prev_no_popup_button" type="button"> - <_short>Prev window (No popup)</_short> - <_long>Select previous window without showing the popup window.</_long> - </option> - <option name="prev_no_popup_key" type="key"> - <_short>Prev window (No popup)</_short> - <_long>Select previous window without showing the popup window.</_long> - </option> - <option name="next_panel_button" type="button"> - <_short>Next Panel</_short> - <_long>Select next panel type window.</_long> - </option> - <option name="next_panel_key" type="key"> - <_short>Next Panel</_short> - <_long>Select next panel type window.</_long> - </option> - <option name="prev_panel_button" type="button"> - <_short>Prev Panel</_short> - <_long>Select previous panel type window.</_long> - </option> - <option name="prev_panel_key" type="key"> - <_short>Prev Panel</_short> - <_long>Select previous panel type window.</_long> - </option> + <group> + <_short>Bindings</_short> + <option name="next_button" type="button"> + <_short>Next window</_short> + <_long>Popup switcher if not visible and select next window</_long> + </option> + <option name="next_key" type="key"> + <_short>Next window</_short> + <_long>Popup switcher if not visible and select next window</_long> + <default><Alt>Tab</default> + </option> + <option name="prev_button" type="button"> + <_short>Prev window</_short> + <_long>Popup switcher if not visible and select previous window</_long> + </option> + <option name="prev_key" type="key"> + <_short>Prev window</_short> + <_long>Popup switcher if not visible and select previous window</_long> + <default><Shift><Alt>Tab</default> + </option> + <option name="next_all_button" type="button"> + <_short>Next window (All windows)</_short> + <_long>Popup switcher if not visible and select next window out of all windows</_long> + </option> + <option name="next_all_key" type="key"> + <_short>Next window (All windows)</_short> + <_long>Popup switcher if not visible and select next window out of all windows</_long> + <default><Control><Alt>Tab</default> + </option> + <option name="prev_all_button" type="button"> + <_short>Prev window (All windows)</_short> + <_long>Popup switcher if not visible and select previous window out of all windows</_long> + </option> + <option name="prev_all_key" type="key"> + <_short>Prev window (All windows)</_short> + <_long>Popup switcher if not visible and select previous window out of all windows</_long> + <default><Shift><Control><Alt>Tab</default> + </option> + <option name="next_no_popup_button" type="button"> + <_short>Next window (No popup)</_short> + <_long>Select next window without showing the popup window.</_long> + </option> + <option name="next_no_popup_key" type="key"> + <_short>Next window (No popup)</_short> + <_long>Select next window without showing the popup window.</_long> + </option> + <option name="prev_no_popup_button" type="button"> + <_short>Prev window (No popup)</_short> + <_long>Select previous window without showing the popup window.</_long> + </option> + <option name="prev_no_popup_key" type="key"> + <_short>Prev window (No popup)</_short> + <_long>Select previous window without showing the popup window.</_long> + </option> + <option name="next_panel_button" type="button"> + <_short>Next Panel</_short> + <_long>Select next panel type window.</_long> + </option> + <option name="next_panel_key" type="key"> + <_short>Next Panel</_short> + <_long>Select next panel type window.</_long> + </option> + <option name="prev_panel_button" type="button"> + <_short>Prev Panel</_short> + <_long>Select previous panel type window.</_long> + </option> + <option name="prev_panel_key" type="key"> + <_short>Prev Panel</_short> + <_long>Select previous panel type window.</_long> + </option> + </group> <option name="speed" type="float"> <_short>Speed</_short> <_long>Switcher speed</_long> |