mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 05:56:16 +02:00
lcl: gtk2: pass KF_ALTDOWN even if key is not a SysKey
git-svn-id: trunk@58214 -
This commit is contained in:
parent
8151d8b64c
commit
335bdd17cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user