diff options
| author | Michael Rawson <michaelrawson76@gmail.com> | 2012-03-12 14:26:30 -0400 |
|---|---|---|
| committer | Tarmac <> | 2012-03-12 14:26:30 -0400 |
| commit | defa463e9a3c7d6cc33e13dea9beb31c6d5e0b49 (patch) | |
| tree | 9a621e951b9cb9aa2b7ccf4b900781badf87737b /plugins | |
| parent | b05603fa274cf5dd6a25b1645a6417245a1d4791 (diff) | |
| parent | 70cb97e1328f7a571616d99149b39208c4b92ce8 (diff) | |
Fixes bug #877382 (no long description on hover for CCSM).. Fixes: https://bugs.launchpad.net/bugs/877382. Approved by Tim Penhey.
(bzr r2084)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/unityshell.xml.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/unityshell/unityshell.xml.in b/plugins/unityshell/unityshell.xml.in index 576688105..7c65d6818 100644 --- a/plugins/unityshell/unityshell.xml.in +++ b/plugins/unityshell/unityshell.xml.in @@ -111,70 +111,70 @@ <_short>Switcher</_short> <option name="alt_tab_timeout" type="bool"> <_short>Automatically grid windows on timer in switcher</_short> - <_long>fixme</_long> + <_long>After a short time, spread multiple windows of the same application out into a grid</_long> <default>true</default> </option> <option name="alt_tab_bias_viewport" type="bool"> <_short>Bias alt-tab to prefer windows on the current viewport</_short> - <_long>fixme</_long> + <_long>Bias the switcher to windows which are placed on the current viewport</_long> <default>true</default> </option> <option name="alt_tab_forward" type="key"> <_short>Key to start the switcher</_short> - <_long>fixme</_long> + <_long>Start switching between windows</_long> <default><Alt>Tab</default> </option> <option name="alt_tab_prev" type="key"> <_short>Key to start the switcher in reverse</_short> - <_long>fixme</_long> + <_long>Start switching between windows in reverse order</_long> <default><Alt><Shift>Tab</default> </option> <option name="alt_tab_forward_all" type="key"> <_short>Key to start the switcher for all viewports</_short> - <_long>fixme</_long> + <_long>Start switching between windows on all viewports</_long> <default><Control><Alt>Tab</default> </option> <option name="alt_tab_prev_all" type="key"> <_short>Key to start the switcher in reverse for all viewports</_short> - <_long>fixme</_long> + <_long>Start switching between windows on all viewports, in reverse order</_long> <default><Control><Alt><Shift>Tab</default> </option> <option name="alt_tab_right" type="key"> <_short>Go right in the switcher</_short> - <_long>fixme</_long> + <_long>Navigate one window right in the switcher</_long> <default><Alt>Right</default> <passive_grab>false</passive_grab> <internal/> </option> <option name="alt_tab_left" type="key"> <_short>Go left in the switcher</_short> - <_long>fixme</_long> + <_long>Navigate one window left in the switcher</_long> <default><Alt>Left</default> <passive_grab>false</passive_grab> <internal/> </option> <option name="alt_tab_detail_start" type="key"> <_short>Key to expose the windows in the switcher</_short> - <_long>fixme</_long> + <_long>Display a preview of the selected window; grid if there is multiple windows of that application</_long> <default><Alt>Down</default> <passive_grab>false</passive_grab> <internal/> </option> <option name="alt_tab_detail_stop" type="key"> <_short>Key to collapse windows in the switcher</_short> - <_long>fixme</_long> + <_long>Return the previews to icons in the switcher</_long> <default><Alt>Up</default> <passive_grab>false</passive_grab> <internal/> </option> <option name="alt_tab_next_window" type="key"> <_short>Key to flip through windows in the switcher</_short> - <_long>fixme</_long> + <_long>Flip through all the windows present in the switcher</_long> <passive_grab>false</passive_grab> </option> <option name="alt_tab_prev_window" type="key"> <_short>Key to flip through windows in the switcher backwards</_short> - <_long>fixme</_long> + <_long>Flip through all the windows present in the switcher, in reverse order</_long> <passive_grab>false</passive_grab> </option> <option name="show_minimized_windows" type="bool"> |
