Sven Hoexter <[EMAIL PROTECTED]> writes: | diff -Nuar lyx-1.3.6_orig/src/frontends/qt2/QContentPane.C lyx-1.3.6/src/frontends/qt2/QContentPane.C | --- lyx-1.3.6_orig/src/frontends/qt2/QContentPane.C 2005-07-14 09:42:47.000000000 +0100 | +++ lyx-1.3.6/src/frontends/qt2/QContentPane.C 2005-12-18 02:46:59.000000000 +0000 | @@ -36,7 +36,7 @@ | k |= key_modifier::ctrl; | if (state & Qt::ShiftButton) | k |= key_modifier::shift; | - if (state & Qt::AltButton) | + if (state & Qt::AltButton || state & Qt::MetaButton) | k |= key_modifier::alt; | return k; | }
I see no drawback in doing this? J-M, Abdel, others? Will this have any issues? -- Lgb