mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
oops forgot to compile test the fix !
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5328 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f907bf7ba5
commit
a610cde867
@ -31,8 +31,8 @@ bool q_is_modifier(int qkey)
|
||||
case Qt::Key_Alt:
|
||||
return true;
|
||||
|
||||
// AltGr becomes Key_Unknown on at least one keyboard
|
||||
case Qt::Key_Unknown:
|
||||
// AltGr becomes Key_unknown on at least one keyboard
|
||||
case Qt::Key_unknown:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user