diff --git a/src/core/prefs.c b/src/core/prefs.c index cce18200c..363bccd64 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -1815,6 +1815,8 @@ update_binding (MetaKeyPref *binding, binding->name, keysym, keycode, mods); } + binding->bindings = g_slist_reverse (binding->bindings); + return changed; }