@cygnusEd
Quote:
Dead keys are not working under AmiCygnix, sorry. Seems to be a problem of the X server. I'm working on it.
Another possibility is to use xmodmap.
I use it for other stuff than dead keys, here's what I execute on user startup:
Quote:
18.AOS4.1:> tail -n 1 Work:AmiCygnix/home/jack/.cygnixrc
xmodmap /home/.xmodmaprc
18.AOS4.1:> type home:.xmodmaprc
keycode 80 = Page_Up
keycode 81 = Page_Down
keycode 83 = F11
keycode 119 = F12
keycode 120 = Home
keycode 121 = End
Use xev to get keycode. Function keys can be reusable.
The trick will be to find out how to define the desire character.
one can expertiment using commands:
xmodmap -e "keycode 96 = F9 some-keycode-for-shift-F9"
Try keycodes values >=224 for starters.
Jack