fix backspace key

This commit is contained in:
April Ayres-Griffiths 2019-04-18 12:11:36 +10:00
parent 2d5cc156f0
commit 566cec6cc3
5 changed files with 2 additions and 8 deletions

View File

@ -2338,7 +2338,7 @@ begin
Respo := TStringStream.Create('');
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
S := Respo.DataString;
//self.StatusBar1.SimpleText:=S;
self.StatusBar1.SimpleText:=S;
Respo.Destroy;
end;
@ -2750,9 +2750,6 @@ begin
{$ENDIF}
//StatusBar1.SimpleText := 'App is refocussing';
lastShowTime := Now();
lastFocusLostTime:=Now();
//SimpleGet( baseUrl + '/api/control/mouse/buttonclick' );
SendKey( $e05d, 0, 1, 0 );
end;
ReposWindow;

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2338,7 +2338,7 @@ begin
Respo := TStringStream.Create('');
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
S := Respo.DataString;
//self.StatusBar1.SimpleText:=S;
self.StatusBar1.SimpleText:=S;
Respo.Destroy;
end;
@ -2898,9 +2898,6 @@ begin
end;
case Key of
VK_BACK:
if isCtrl and isShift then
Result := 0;
VK_RETURN: begin
if not isAlt then
Result := 13