Commit graph

470 commits

Author SHA1 Message Date
Darcy Wong
5905e95ba5 Fix vibrate
Apply 500ms vibrate
2018-10-02 15:19:28 +07:00
Darcy Wong
c2fe6197db Change system keyboard to "numeric" layer for numeric text fields
Fixes #289

When changing to a digit/phone number text field, set the OSK to "numeric" layer if it exists. 

This will occur after `resetContext()`.
2018-09-27 13:14:25 +07:00
Marc Durdin
8c119d3ea7 [web] Fixes #1055. If a layer has lower row count to default layer in embedded mode, then Keyman throws an error. 2018-07-06 10:27:04 +07:00
Marc Durdin
1d0bccde55 Fixes #999. Nextlayer property not transferred from base to prepended popup key. 2018-06-26 14:05:38 +07:00
Marc Durdin
1d3ec12172 Fixes #863. Pressing between keys gives wrong result because calculation is based on wrong element. 2018-06-25 10:48:53 +07:00
Marc Durdin
08f282e550 Fixes #992. Cancel attempt to cancel a touchcancel event that can't be cancelled. Enough cancels there for ya? 2018-06-20 13:32:33 +07:00
Marc Durdin
42804bf63a Fix missing Edge browser test 2018-06-11 21:44:12 +07:00
Marc Durdin
27c565b0e2 Reworked several aspects of platform constraints esp. regarding unknown constraints. Rewrote keyboard and spreadsheet to facilitate testing more reliably. 2018-06-11 15:07:55 +07:00
Marc Durdin
ff8658edd5 Fixes #966. Platform tests are now more consistent for KeymanWeb 2018-06-08 15:47:24 +07:00
Marc Durdin
6291ad83fc Fixes #968. Platform tests on Android now give correct results for hardware keyboard. Partial fix for #966 (hardware keyboard in Chrome emulator). 2018-06-08 13:30:32 +07:00
Joshua A. Horton
bee50cf3a0 Tidied things up a bit, updated BrowserStack setting for CI Safari test. 2018-05-09 10:49:35 +07:00
Joshua A. Horton
9097499148 Addresses CAPS_LOCK behavior for mnemonics. 2018-05-09 10:31:32 +07:00
Joshua A. Horton
9ba7ebf069 Corrects handling of physically-typed spacebar for mnemonics. 2018-05-09 09:44:53 +07:00
Joshua A. Horton
a5f5035d79 Fixes lowercase character matching, removes legacy check. 2018-05-09 09:35:19 +07:00
Joshua A. Horton
ca801284f5 Fixed symbol output for mnenomic OSK input. 2018-05-08 14:50:35 +07:00
Joshua A. Horton
8e76720a68 Performs basic US-layout mnemonic mapping for the OSK. 2018-05-08 14:36:38 +07:00
Joshua A. Horton
cf87c39fe6 Fixes hardware-based mnemonic input for the sil_ipa keyboard w US layout 2018-05-08 14:02:01 +07:00
Joshua A. Horton
2e249bbbb6 Merge branch 'beta' into web-733-beep-stores 2018-05-08 08:20:19 +07:00
Joshua A. Horton
90d49c120d Minor tweaks to changes in kmwcallback.ts. 2018-05-08 08:18:38 +07:00
Joshua A. Horton
024c38d02b Merges store typing information for a cleaner solution. 2018-05-07 15:34:35 +07:00
Joshua A. Horton
a893768716 Incorporates Developer and corrects the application of the KMW side. 2018-05-07 14:39:12 +07:00
Joshua A. Horton
e40a4eaacb Adds support for 'beep' in stores to KMW. Nothing for Developer yet. 2018-05-07 14:12:11 +07:00
Joshua A. Horton
3fb90728a8 Fixes #162, treating virtual keys case-insensitively. 2018-05-07 10:02:31 +07:00
Joshua A. Horton
a2fa2ea0dd Adds a warning to ambiguous AltGr emulation cases, defaulting to 'on.' 2018-04-30 13:41:00 +07:00
Joshua A. Horton
06e5efdba3 Mostly fixes chiral AltGr emulation detection. 2018-04-30 10:21:39 +07:00
Joshua Horton
8e8b3f5947
Merge pull request #772 from keymanapp/web-763-default-key-error-guards
Default output null guarding
2018-04-25 10:11:30 +07:00
Joshua A. Horton
fe9f648a40 Fixes display of longpress special keys. 2018-04-24 13:59:56 +07:00
Joshua A. Horton
859c20eb12 Added shift-state warning. 2018-04-24 13:28:29 +07:00
Joshua A. Horton
807dd7c6be Adds JS warnings in case of bad defaultKeyOutput parameters. 2018-04-24 13:24:55 +07:00
Joshua A. Horton
86929af567 Fixes a comment's text. 2018-03-26 10:01:47 +07:00
Joshua A. Horton
8eaa3eb39c Fixes subkey nextLayer application in case of output + subkey. 2018-03-26 09:27:04 +07:00
Joshua A. Horton
f7ee5ba0b4 Allows embedded KMW to retrieve the nextlayer subkey property. 2018-03-26 09:12:10 +07:00
darcywong00
fc64395d8b Include non-chiral layer special key definitions
Per PR review comment, add to `osk.modifierSpecials`
2018-03-21 12:52:41 +07:00
darcywong00
57f450fddd Fixes #643
Ensure shift key always has some text. `osk.modifierSpecials` doesn't have text defined for basic `shift` so the *shift* key on the shift layer was previously getting `undefined` for text.
2018-03-20 23:44:44 +07:00
Marc Durdin
48f067cca4 Fixes #676: keyboard state cookie overwritten by first keyboard registration 2018-03-20 08:24:28 +07:00
Joshua Horton
cd35335a06
Merge pull request #651 from keymanapp/web-testing-robustness
Web automated testing robustness
2018-03-09 10:49:48 +07:00
Joshua A. Horton
b61277cfb8 Resets context (including deadkeys) upon any control's loss of focus. 2018-03-09 08:57:31 +07:00
Joshua A. Horton
70244c52d6 Forgot to embedded-check a new _BlurKeyboardSettings call. 2018-03-09 08:21:42 +07:00
Joshua A. Horton
a9ed228346 Merge branch 'master' into web-testing-robustness 2018-03-08 14:37:21 +07:00
Joshua A. Horton
80087aa92d Adds tracking to facilitate event handling termination during shutdown. 2018-03-08 14:36:17 +07:00
Joshua A. Horton
2b6ce9bb18 Fixed a shutdown bug that was the source of IE troubles. 2018-03-08 14:02:30 +07:00
darcywong00
5bafbec132 Fix PInternalName on embedded
#637 cleaned up keyboard activation for KMW, but broke embedded because the internal keyboard name is namespaced packageID::Keyboard_keyboardID.
2018-03-08 13:38:18 +07:00
Joshua A. Horton
4aa0476470 The <select> element of the recorder now always tracks the keyboard. 2018-03-07 12:45:48 +07:00
Joshua A. Horton
96c32a5803 Allows recorder to directly load stub JSON files. 2018-03-07 12:36:45 +07:00
Joshua Horton
81071ab95e
Merge pull request #627 from keymanapp/developer-281-web-deadkeys
10.0 Deadkey compilation for Web
2018-03-07 12:08:38 +07:00
Joshua A. Horton
300447150c Cleans up shared state information shutdown ,tweaks timeouts. 2018-03-07 10:07:20 +07:00
Joshua A. Horton
2e2bde5365 Addresses change noted by #652. 2018-03-07 09:36:07 +07:00
Joshua A. Horton
b9bae9f8a5 Prevents use of independent keyboard management on embedded paths. 2018-03-07 09:12:44 +07:00
Joshua - Leisure
c44150808a Cleans up 'lastActiveElement' and 'setActiveKeyboard' behaviors. 2018-03-07 01:02:12 +07:00
Joshua A. Horton
207ce107e4 Heavily enhances the attachment test suite, includes related bug fixes. 2018-03-06 10:56:50 +07:00