View Single Post
  #2   (View Single Post)  
Old 7th May 2011
backrow backrow is offline
Real Name: Anthony J. Bentley
Shell Scout
 
Join Date: Jul 2009
Location: Albuquerque, NM
Posts: 136
Default

Quote:
Originally Posted by Daffy View Post
and fixed the bug in the symbols with

Code:
cd /etc/X11/xkb/symbols/pc/
sudo ln -s gr el
After creating these links and running the following, I can switch between Greek and English with Ctrl-Shift. Works fine in an xterm.

$ setxkbmap -layout us,gr -option grp:ctrl_shift_toggle

This command translates identically to the config snippet you posted.
__________________
Many thanks to the forum regulars who put time and effort into helping others solve their problems.

Last edited by backrow; 7th May 2011 at 05:39 PM.
Reply With Quote