Comment 60 for bug 196277

Revision history for this message
guy_elg (guy-guyel) wrote : Re: [hardy] keyboard layout switching shortcut doesn't work after reboot

work around :

run this script

#!/bin/bash
gconftool-2 -s /desktop/gnome/peripherals/keyboard/kbd/options -t list --list-type=string "[]"
gconftool-2 -s /desktop/gnome/peripherals/keyboard/kbd/options -t list --list-type=string "`echo -e "[grp\tgrp:alt_shift_toggle]"`"

you can add it to session-setting to run automatically