mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 23:29:19 +02:00
lcl: gtk2: comments
git-svn-id: trunk@57872 -
This commit is contained in:
parent
80848f9dfb
commit
dcc5f5b47a
@ -2362,7 +2362,7 @@ begin
|
||||
if AHandleDown then
|
||||
begin
|
||||
{$IFDEF VerboseKeyboard}
|
||||
DebugLn('[HandleGTKKeyUpDown] GDK_KEY_PRESS VKey=',dbgs(VKey),' SysKey=',dbgs(SysKey),' Shift=',dbgs(Shift),' KCInfo=Key1=',KCInfo.VKey1,',Key2=',KCInfo.VKey2,',Flags=',hexstr(KCInfo.Flags,2));
|
||||
DebugLn(['[HandleGTKKeyUpDown] GDK_KEY_PRESS VKey=',dbgs(VKey),' SysKey=',dbgs(SysKey),' ShiftState=',dbgs(ShiftState),' KCInfo=Key1=',KCInfo.VKey1,',Key2=',KCInfo.VKey2,',Flags=',hexstr(KCInfo.Flags,2)]);
|
||||
{$ENDIF}
|
||||
|
||||
Msg.CharCode := VKey;
|
||||
|
Loading…
Reference in New Issue
Block a user