lcl: gtk2: debug altgr

git-svn-id: trunk@57838 -
This commit is contained in:
mattias 2018-05-08 08:31:28 +00:00
parent 050d765ab5
commit 333a8e95d4

View File

@ -2362,7 +2362,7 @@ begin
if AHandleDown then
begin
{$IFDEF VerboseKeyboard}
DebugLn('[HandleGTKKeyUpDown] GDK_KEY_PRESS VKey=',dbgs(VKey),' SysKey=',dbgs(SysKey));
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));
{$ENDIF}
Msg.CharCode := VKey;