Posts: 80
kwstas
Joined: 14 Feb 2011
#1
i found how to do this from the cc>change keyboard layout but is it possible to be done like usually(for me) with alt+shift?
Last edited by kwstas on 22 Feb 2011, 17:51, edited 1 time in total.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
The quickest way is to edit /etc/default/keyboard file (as root user)

Mine is like this to toggle US Engliash and Greek

Code: Select all

XKBMODEL="pc105"
XKBLAYOUT="us,gr"
XKBVARIANT=","
XKBOPTIONS="grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
If you want your applications and menus to be in a locale other than default US English, see my last 2 posts here:

antix-system-t2970.html
Posts: 80
kwstas
Joined: 14 Feb 2011
#3
thanks!
exactly what i needed! __{{emoticon}}__