- Oct 12, 2017
-
-
Joshua Horton authored
Refactors KeymanWeb sample & test pages.
-
- Oct 11, 2017
-
-
Joshua Horton authored
-
Joshua Horton authored
-
- Oct 10, 2017
-
-
Marc Durdin authored
Additional fix to wix file for Keyman Developer
-
Marc Durdin authored
-
Darcy Wong authored
Refactor longpress text when it's generated by Id
-
- Oct 09, 2017
-
-
Marc Durdin authored
Fix build issue with hyphen in identifier in kmdev.wxs
-
darcywong00 authored
Currently on the touch layout, longpress for K_SPACE causes the app to crash because it is attempting to parse `K_SPACE` as an int for generating the longpress text. - Clean up when key text is empty how it is parsed from Id -Change Unicode hex string delimiter from `,0x` to `\\u` which makes it easier to read `executePopupKey()` in the logs.
-
Marc Durdin authored
-
- Oct 05, 2017
-
-
Marc Durdin authored
Show all keyboard icons on toolbar in Keyman visual keyboard
-
Marc Durdin authored
Chirality support in Developer touch layout editor
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
-
Tom Bogle authored
Clarify macOS setup instructions
-
Tom Bogle authored
Re-capitalized Terminal, since it is the proper name of the program.
-
- Oct 04, 2017
-
-
Marc Durdin authored
-
Marc Durdin authored
-
Darcy Wong authored
Android modifier chirality
-
darcywong00 authored
Remove chirality test keyboard from main kmapro app Fix KMSample2 compilation
-
Joshua Horton authored
-
Joshua Horton authored
-
darcywong00 authored
-
darcywong00 authored
-
darcywong00 authored
Fix onKeyboardChanged signature
-
darcywong00 authored
Revert to original onKeyboardChanged() signature
-
darcywong00 authored
Cleanup code after moving chirality test to KMW event handler
-
darcywong00 authored
Attempt to move to JS handler in KMManager
-
darcywong00 authored
-
darcywong00 authored
Updates to new onKeyboardChanged signature Also incorporated external keyboard support to KMSample2
-
darcywong00 authored
- Update In-app keyboard `isChiral` property when the OSK is shown - Update System keyboard `isChiral` property on the event onKeyboardChanged() This implementation comes out of the complication when in-app or system keyboard is changed, KMManager.setKeyboard is changing both keyboards
-
darcywong00 authored
Addresses PR comment of not using a timeout that assumes keyboard is ready in preference of KMW event (keyboard loaded or changed) This is still wip
-
darcywong00 authored
* Document shift states and lock states in kmembedded.js, and standardize `lstates` parameter name * Leave getActiveKeyboard() refactor as a TODO
-
darcywong00 authored
Per review comments * Rename chirality to keyboardHarness * Change namespace to com.keyman.android.tests.keyboardHarness * Add readme.md for info
-
darcywong00 authored
Refactor KMManager.getActiveKeyboard() Move modifierCodes to separate class Clean up .gitignore
-
darcywong00 authored
-Update KMEA to copy keyman-engine.aar to Tests/ for future test apps to consume.
-
darcywong00 authored
-
darcywong00 authored
This is follow-on to #300 for adding chirality modifiers to KMEA. Add support for L/R Ctrl, Alt, caps lock, num lock, and scroll lock for external keyboard - temporarily adding test chriality.js keyboard
-
Joshua Horton authored
[Windows] Points the offline help file's history section to help.keyman.com's history page.
-
Joshua Horton authored
[Web] Implementation of modifier chirality
-