diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog index 98e75ff12..01d86c9df 100644 --- a/capplets/keyboard/ChangeLog +++ b/capplets/keyboard/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Sergey V. Udaltsov + + * The default switchcut (Alt*2) is introduced + 2004-08-20 Frederic Crozat * gnome-keyboard-properties.c: (main): diff --git a/capplets/keyboard/gnome-keyboard-properties-xkblt.c b/capplets/keyboard/gnome-keyboard-properties-xkblt.c index fc34b60c0..4b457061f 100644 --- a/capplets/keyboard/gnome-keyboard-properties-xkblt.c +++ b/capplets/keyboard/gnome-keyboard-properties-xkblt.c @@ -40,7 +40,7 @@ #include "gnome-keyboard-properties-xkb.h" #define GROUP_SWITCHERS_GROUP "grp" -#define DEFAULT_GROUP_SWITCH "grp:alt_shift_toggle" +#define DEFAULT_GROUP_SWITCH "grp:alts_toggle" static GtkTreeIter current1stLevelIter; static const char *current1stLevelId;