mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
Fix description, focus the desktop, not desktop backgroung (Closes bug
2009-02-03 Luca Ferretti <elle.uca@libero.it> * src/include/all-keybindings.h: Fix description, focus the desktop, not desktop backgroung (Closes bug #569649) svn path=/trunk/; revision=4112
This commit is contained in:
parent
21416f453a
commit
00192b019c
@ -1,3 +1,8 @@
|
|||||||
|
2009-02-03 Luca Ferretti <elle.uca@libero.it>
|
||||||
|
|
||||||
|
* src/include/all-keybindings.h: Fix description, focus the
|
||||||
|
desktop, not desktop backgroung (Closes bug #569649)
|
||||||
|
|
||||||
2009-02-02 Matt Kraai <kraai@ftfbs.org>
|
2009-02-02 Matt Kraai <kraai@ftfbs.org>
|
||||||
|
|
||||||
* src/core/schema-bindings.c: Wrap g_error calls in braces.
|
* src/core/schema-bindings.c: Wrap g_error calls in braces.
|
||||||
|
@ -188,7 +188,7 @@ keybind (cycle_panels_backward, handle_cycle, META_TAB_LIST_DOCKS,
|
|||||||
/***********************************/
|
/***********************************/
|
||||||
|
|
||||||
keybind (show_desktop, handle_show_desktop, 0, 0, "<Control><Alt>d",
|
keybind (show_desktop, handle_show_desktop, 0, 0, "<Control><Alt>d",
|
||||||
_("Hide all normal windows and set focus to the desktop background"))
|
_("Hide all normal windows and set focus to the desktop"))
|
||||||
keybind (panel_main_menu, handle_panel,
|
keybind (panel_main_menu, handle_panel,
|
||||||
META_KEYBINDING_ACTION_PANEL_MAIN_MENU, 0, "<Alt>F1",
|
META_KEYBINDING_ACTION_PANEL_MAIN_MENU, 0, "<Alt>F1",
|
||||||
_("Show the panel's main menu"))
|
_("Show the panel's main menu"))
|
||||||
|
Loading…
Reference in New Issue
Block a user