Hi all. Just compiled & installed 1.5.3 and I'm back to not being able to use the compose key. Compose is defined:
... keycode 115 = Super_L keycode 116 = Multi_key keycode 117 = Menu ... as shown by xmodmap -v -pke (116 is the right WinKey) It works in most places (even in the rxvt-unicode terminal). In LyX, pressing the key has no effect at all. Running with -dbg 4, I get: virtual void lyx::frontend::GuiWorkArea::keyPressEvent(QKeyEvent*) count=1 text= isAutoRepeat=0 key=16781600 Setting key to 16781600, KeySym is isOK is 1 isMod is 0 void lyx::LyXFunc::processKeySym(lyx::KeySymbolPtr, lyx::key_modifier::state) action first set to [-1] void lyx::LyXFunc::processKeySym(lyx::KeySymbolPtr, lyx::key_modifier::state) action now set to [-1] void lyx::LyXFunc::processKeySym (lyx::KeySymbolPtr, lyx::key_modifier::state) Key [action=-1][ោ�] text_ empty, isText() == false Unknown, !isText() - giving up It seems lyx doesn't recognize the key at all. Do I have to define it somewhere? Thanks in advance... John