keybindings: Fix whitespace and alignment
https://bugzilla.gnome.org/show_bug.cgi?id=688779
This commit is contained in:
parent
6139bc77ec
commit
2fcbc467e8
@ -3912,7 +3912,7 @@ init_builtin_key_bindings (MetaDisplay *display)
|
|||||||
handle_cycle, META_TAB_LIST_DOCKS);
|
handle_cycle, META_TAB_LIST_DOCKS);
|
||||||
|
|
||||||
|
|
||||||
/* These two are special pseudo-bindings that are provided for allowing
|
/* These two are special pseudo-bindings that are provided for allowing
|
||||||
* custom handlers, but will never be bound to a key. While a tab
|
* custom handlers, but will never be bound to a key. While a tab
|
||||||
* grab is in effect, they are invoked for releasing the primary modifier
|
* grab is in effect, they are invoked for releasing the primary modifier
|
||||||
* or pressing some unbound key, respectively.
|
* or pressing some unbound key, respectively.
|
||||||
@ -3931,7 +3931,7 @@ init_builtin_key_bindings (MetaDisplay *display)
|
|||||||
META_KEYBINDING_ACTION_TAB_POPUP_CANCEL,
|
META_KEYBINDING_ACTION_TAB_POPUP_CANCEL,
|
||||||
handle_tab_popup_cancel, 0);
|
handle_tab_popup_cancel, 0);
|
||||||
|
|
||||||
/***********************************/
|
/***********************************/
|
||||||
|
|
||||||
add_builtin_keybinding (display,
|
add_builtin_keybinding (display,
|
||||||
"show-desktop",
|
"show-desktop",
|
||||||
@ -3963,9 +3963,9 @@ init_builtin_key_bindings (MetaDisplay *display)
|
|||||||
|
|
||||||
#undef REVERSES_AND_REVERSED
|
#undef REVERSES_AND_REVERSED
|
||||||
|
|
||||||
/************************ PER WINDOW BINDINGS ************************/
|
/************************ PER WINDOW BINDINGS ************************/
|
||||||
|
|
||||||
/* These take a window as an extra parameter; they have no effect
|
/* These take a window as an extra parameter; they have no effect
|
||||||
* if no window is active.
|
* if no window is active.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user