mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
feat(windows): address review comments
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
bc927bc4c3
commit
2d800b2008
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#keymanx64
|
||||
#
|
||||
# Shared configuration for all meson-based builds
|
||||
#
|
||||
# This file has the master location /resources/build/meson/standard.meson.build,
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ type
|
|||
procedure RecreateTaskbarIcons;
|
||||
function StartKeymanEngine: Boolean;
|
||||
procedure StartKeymanHPX64;
|
||||
procedure StartKeymanHParm64; // TODO could combine this function
|
||||
procedure StartKeymanHParm64; // TODO-WIN-ARM: could combine this function
|
||||
procedure OpenTextEditor;
|
||||
//function GetCachedKeymanID(hkl: DWORD): DWORD;
|
||||
procedure ShowLanguageSwitchForm;
|
||||
|
|
@ -1327,7 +1327,7 @@ begin
|
|||
kmint.KeymanEngineControl.RestartEngine; // I1486
|
||||
|
||||
StartKeymanHPX64;
|
||||
StartKeymanHPARM64
|
||||
StartKeymanHPARM64;
|
||||
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue