mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
DEL: Removed obsolete workaround for Alt key in QT (fixed in Lazarus SVN 19153).
This commit is contained in:
parent
9e3ce770f5
commit
baed05c8d6
1 changed files with 0 additions and 5 deletions
|
|
@ -116,11 +116,6 @@ begin
|
|||
{$ENDIF}
|
||||
|
||||
{$IF DEFINED(UNIX) and DEFINED(LCLQT)}
|
||||
// Lazarus uses QtMetaModifier for Alt, but QT docs state it's QtAltModifier.
|
||||
// On Windows QtMetaModifier is supposedly mapped to Windows Key.
|
||||
if (QApplication_keyboardModifiers and QtAltModifier) > 0 then
|
||||
Include(Result,ssAlt);
|
||||
|
||||
// QtGroupSwitchModifier is only recognized on X11.
|
||||
if (QApplication_keyboardModifiers and QtGroupSwitchModifier) > 0 then
|
||||
Include(Result,ssAltGr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue