keybindings: Import keybinding files from Metacity

Fallback mode is going away, so we should stop depending on Metacity
for keybinding files for common bindings.

https://bugzilla.gnome.org/show_bug.cgi?id=687672
This commit is contained in:
Florian Müllner
2012-11-05 14:55:15 +01:00
parent daac778f16
commit bdf47aeac4
7 changed files with 133 additions and 4 deletions

View File

@ -167,9 +167,7 @@ static guint display_signals [LAST_SIGNAL] = { 0 };
static MetaDisplay *the_display = NULL;
/* By default, the GNOME keybindings capplet should include both the Mutter
* and Metacity keybindings */
static const char *gnome_wm_keybindings = "Mutter,Metacity";
static const char *gnome_wm_keybindings = "Mutter";
static const char *net_wm_name = "Mutter";
#ifdef WITH_VERBOSE_MODE