diff 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> |