lcl: gtk2: pass KF_ALTDOWN even if key is not a SysKey

git-svn-id: trunk@58214 -
This commit is contained in:
mattias 2018-06-10 08:37:56 +00:00
parent 8151d8b64c
commit 335bdd17cd

View File

@ -2367,7 +2367,7 @@ begin
end;
end;
if SysKey then
if SysKey or (ssAlt in ShiftState) then
Flags := Flags or KF_ALTDOWN;
CommonKeyData := KeyCode shl 16; // Not really scancode, but will do