Ok,

looks like the situation improves. However, I am struggling with a keyboard problem now.

_Every_ keystroke is treated like Alt+a/b/c/d/...

This is the console output for a simple 'a':

void __thiscall lyx::frontend::GuiWorkArea::keyPressEvent(class QKeyEvent *) count=1 text=a isAutoRepeat=0 key=65
 Setting key to 65, a
 KeySym is a
 isOK is 1
 isMod is 0
void __thiscall lyx::LyXFunc::processKeySym(class boost::shared_ptr<class lyx::LyXKeySym>,enum lyx::key_modifier::state) action first set to [1] void __thiscall lyx::LyXFunc::processKeySym(class boost::shared_ptr<class lyx::LyXKeySym>,enum lyx::key_modifier::state)action now set to [1] void __thiscall lyx::LyXFunc::processKeySym(class boost::shared_ptr<class lyx::LyXKeySym>,enum lyx::key_modifier::state) Key [action=1][Alt+A]

For backspace, I get

void __thiscall lyx::frontend::GuiWorkArea::keyPressEvent(class QKeyEvent *) count=1 text isAutoRepeat=0 key=16777219 Setting key to 16777219,
 KeySym is BackSpace
 isOK is 1
 isMod is 0
void __thiscall lyx::LyXFunc::processKeySym(class boost::shared_ptr<class lyx::LyXKeySym>,enum lyx::key_modifier::state) action first set to [-1] void __thiscall lyx::LyXFunc::processKeySym(class boost::shared_ptr<class lyx::LyXKeySym>,enum lyx::key_modifier::state)action now set to [-1] void __thiscall lyx::LyXFunc::processKeySym(class boost::shared_ptr<class lyx::LyXKeySym>,enum lyx::key_modifier::state) Key [action=-1][Alt+Backspace]
 isText() is true, inserting.
 SelfInsert arg[']

Any idea???

Michael

Reply via email to