mirror of
https://github.com/paleotronic/microm8-gui.git
synced 2024-11-25 17:42:21 +00:00
fix backspace key
This commit is contained in:
parent
2d5cc156f0
commit
566cec6cc3
@ -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.
5
main.pas
5
main.pas
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user