# Description: the gtk_can_change_accels pref which allows to change keyboard shortcuts
# from Gtk+ menus default to false for consistence with the GNOME default
# and other UME apps.
# Origin: vendor, https://launchpad.net/bugs/223840
# Bug-Ubuntu: https://launchpad.net/bugs/223840
# Author: Michael Terry <michael.terry@ubuntu.com>
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -928,7 +928,7 @@
 	{"filtering_debug_log_length", "500", &prefs_common.filtering_debug_loglength, P_INT,
 	 NULL, NULL, NULL},
 
-	{"gtk_can_change_accels", "FALSE", &prefs_common.gtk_can_change_accels, P_BOOL,
+	{"gtk_can_change_accels", "TRUE", &prefs_common.gtk_can_change_accels, P_BOOL,
 	 NULL, NULL, NULL},
 
 	{"color_new", "#0000b3", &prefs_common.color_new, P_COLOR,
