changing the default switchcut to Alt*2

This commit is contained in:
Sergey V. Udaltsov 2004-09-01 19:43:53 +00:00
parent 9493341cc9
commit 6c7f2e7451
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-09-01 Sergey V. Udaltsov <svu@gnome.org>
* The default switchcut (Alt*2) is introduced
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-keyboard-properties.c: (main):

View file

@ -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;