Marc Durdin

Results 376 comments of Marc Durdin

Ref: https://community.software.sil.org/t/kmp-does-not-install-directly-into-keyman-for-windows-but-works-everywhere-else/6027/2 This crash happens when the current user selects a file that is not available to the elevated Administrator. Two possible mitigations: 1. Address the crash by testing for...

Good suggestion. We will be wanting to do a review of all of the touch functionality post-release of 10.0 so this comes in at a good time.

> LoadString > FindResource > LoadResource I think these are all related to loading a string for reporting a compiler error. I think we should move these strings from Compiler.rc...

> > I think these are all related to loading a string for reporting a compiler error. I think we should move these strings from Compiler.rc into a .cpp file,...

Note: see if https://community.software.sil.org/t/indonesian-keyboard-inserts-quotes-after-period-space-keystrokes-mac-os/5014/8 is resolved when we replace the engine.

Note: #6981 does not fix this.

> `default-K_*Ctrl*` > `default-K_*Alt*` These two should be impossible to generate, so that smells like something buggy in Keyman.

> Do we need a separate spec for how Developer and Web will handle the LDML spec of additional form-factors by size in mm? > From Feb 2022 planning meetings,...

Most of the KeymanWeb-side infrastructure for multi-tap is implemented in #5989, as a generalized solution with a specialized case for Shift -> Caps in 15.0. Developer-side infrastructure is needed, plus...