fix key map open apple

This commit is contained in:
April Ayres-Griffiths 2019-04-15 23:12:36 +10:00
parent 7dd9d908a6
commit 975d674e5f
2 changed files with 2 additions and 2 deletions

View File

@ -2954,7 +2954,7 @@ begin
code := MapKeyCode(Key,Shift);
if code <> 0 then
SendKey( code, 0, 1, MapShiftState(Key, Shift) );
StatusBar1.SimpleText := 'keycode = '+IntToStr(code);
//StatusBar1.SimpleText := 'keycode = '+IntToStr(code);
end;
procedure TGUIForm.FormKeyPress(Sender: TObject; var Key: char);

View File

@ -2954,7 +2954,7 @@ begin
code := MapKeyCode(Key,Shift);
if code <> 0 then
SendKey( code, 0, 1, MapShiftState(Key, Shift) );
//StatusBar1.SimpleText := 'keycode = '+IntToStr(code);
StatusBar1.SimpleText := 'keycode = '+IntToStr(code);
end;
procedure TGUIForm.FormKeyPress(Sender: TObject; var Key: char);