[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Latin-1 characters in X, how?



itz@speakeasy.org wrote:

> On the Linux virtual consoles I can enter Latin-1 characters into any
> program using the Compose key sequences, provided these are defined in
> the loaded keymap.  For example, here's a piece of my
> /etc/console-tools/default.kmap:

> The question is, how can I do the same with X clients?  I know about

i've done it in this way:

some lines from my .bash_profile:

# cat ~/.keymap | loadkeys 
loadkeys /home/hafi/.keymap &> /dev/null 

and the content of .keymap:

$ cat ~/.keymap
shift keycode 100 = Compose
altgr keycode 42 = Compose

cu
-- 
hafi



Reply to: