Add new move_to_center keybinding, requested by Khanh-Dang Nguyen Thu Lam;

2008-09-01  Thomas Thurman  <tthurman@gnome.org>

        Add new move_to_center keybinding, requested by Khanh-Dang Nguyen
        Thu Lam; closes #549979.

        * src/include/prefs.h (void): add name of new binding
        * src/core/prefs.c: added pref for it
        * src/core/keybindings.c (handle_move_to_center): new function
        * src/metacity.schemas.in: included new binding


svn path=/trunk/; revision=3839
This commit is contained in:
Thomas Thurman
2008-09-01 01:32:39 +00:00
committed by Thomas James Alexander Thurman
parent 5128bd4f28
commit 2095cce3ab
5 changed files with 72 additions and 0 deletions

View File

@ -231,6 +231,7 @@ void meta_prefs_set_compositing_manager (gboolean whether);
#define META_KEYBINDING_MOVE_TO_SIDE_S "move_to_side_s"
#define META_KEYBINDING_MOVE_TO_SIDE_E "move_to_side_e"
#define META_KEYBINDING_MOVE_TO_SIDE_W "move_to_side_w"
#define META_KEYBINDING_MOVE_TO_CENTER "move_to_center"
typedef enum _MetaKeyBindingAction
{