jahorton
|
e1bc6cfdd0
|
refactor(web/engine): starts com.keyman.keyboards TS namespace
|
2020-03-21 13:41:52 +07:00 |
|
jahorton
|
cf7170a179
|
refactor(web/engine): DefaultOutput class now fully headless
|
2020-03-20 22:20:41 +07:00 |
|
jahorton
|
bde823db26
|
refactor(web/engine): better kbd-api reference to device object
|
2020-03-20 21:46:58 +07:00 |
|
jahorton
|
08b7cb937a
|
refactor(web/engine): activeKeyboard tracked on Processor
|
2020-03-20 21:44:25 +07:00 |
|
jahorton
|
19888503c3
|
refactor(web/engine): Processor.installInterface
|
2020-03-20 21:03:21 +07:00 |
|
jahorton
|
fdc09c21b8
|
refactor(web/engine): KeyboardInterface now property of Processor
|
2020-03-20 20:39:53 +07:00 |
|
jahorton
|
9a6e53402e
|
fix(web/engine): more polish, prevents tab-key issue
|
2020-03-20 09:29:45 +07:00 |
|
jahorton
|
57b365cf00
|
fix(web/engine): embedded hardware bksp, cleanup
|
2020-03-20 09:28:49 +07:00 |
|
jahorton
|
9da0faedda
|
refactor(web/engine): remaps mnemonic defaultKeyOutput call
|
2020-03-19 11:18:05 +07:00 |
|
jahorton
|
a994e81b5b
|
refactor(web/engine): reworks defaultOutput, adds defaultRuleOutput
|
2020-03-19 10:49:45 +07:00 |
|
jahorton
|
7ded0f0590
|
refactor(web/engine): commandEmulation -> applyCommand, cleanup
|
2020-03-19 10:24:28 +07:00 |
|
jahorton
|
7dc6fda1a6
|
refactor(web/engine): DefaultOutput.forBaseKeys
|
2020-03-19 10:18:52 +07:00 |
|
jahorton
|
4e50387056
|
refactor(web/engine): DefaultOutput.forUnicodeKeynames
|
2020-03-19 10:18:52 +07:00 |
|
jahorton
|
5440d28683
|
refactor(web/engine): DefaultOutput.forNumpadKeys
|
2020-03-19 10:18:52 +07:00 |
|
jahorton
|
892f2a0d23
|
refactor(web/engine): DefaultOutput, .commandEmulation
|
2020-03-19 10:18:51 +07:00 |
|
jahorton
|
cdf76ec530
|
refactor(web/engine): reworks use of embedded's keyman['oninserttext']
|
2020-03-19 10:17:59 +07:00 |
|
jahorton
|
a3fe70d529
|
fix(web/engine): branch-patch for embedded mode
|
2020-03-18 14:33:08 +07:00 |
|
jahorton
|
615b6e42dc
|
refactor(web/engine): branch cleanup, polish
|
2020-03-18 14:07:41 +07:00 |
|
jahorton
|
5d2e610e53
|
refactor(web/engine): OutputTarget.handleNewlineAtCaret()
|
2020-03-18 13:41:39 +07:00 |
|
jahorton
|
6124036faa
|
refactor(web/engine): outputTarget.isSynthetic
|
2020-03-18 13:41:39 +07:00 |
|
jahorton
|
f5624dce65
|
refactor(web/engine): removes need for Processor 'disableDOM' flag
|
2020-03-18 13:41:39 +07:00 |
|
jahorton
|
8de7893115
|
chore(web/engine): Merge branch 'refactor/web/engine/keyboard-rule-returns' into refactor/web/engine/centralized-output-target
|
2020-03-18 11:55:03 +07:00 |
|
jahorton
|
4aace5dfa5
|
fix(web/engine): fixes branch-introduced predictive text bug
|
2020-03-18 11:51:19 +07:00 |
|
jahorton
|
90c6283de3
|
refactor(web/engine): Polishes notifyKeyboard / doModifier
|
2020-03-18 09:47:28 +07:00 |
|
jahorton
|
bb935b4430
|
change(web/engine): minor cleanup and note-taking
|
2020-03-18 08:57:33 +07:00 |
|
jahorton
|
28e15f5a82
|
change(web/engine): KeyEvent use of outputTarget over HTMLElement
|
2020-03-18 08:16:56 +07:00 |
|
jahorton
|
1865573ed3
|
refactor(web/engine): doModifierPress, notifyKeyboard take outputTarget
|
2020-03-17 00:16:41 +07:00 |
|
jahorton
|
af594585ba
|
refactor(web/engine): better set for DOMEventHandlers.states.changed
|
2020-03-16 14:29:15 +07:00 |
|
jahorton
|
42c1983efa
|
refactor(web/engine): moves set of DOMEventHandlers.states.changed
|
2020-03-16 14:25:27 +07:00 |
|
jahorton
|
cc9b8f7ba3
|
refactor(web/engine): relocates 'beep' feedback code
|
2020-03-16 13:23:05 +07:00 |
|
jahorton
|
0642044028
|
refactor(web/engine): use of new return, relocates TSS_STORE manip
|
2020-03-16 13:06:30 +07:00 |
|
jahorton
|
df26b046e3
|
refactor(web/engine): Processor.processKeystroke returns object
|
2020-03-16 13:06:22 +07:00 |
|
jahorton
|
7938bba74e
|
refactor(web/engine): new interface.processKeystroke return
|
2020-03-16 13:06:14 +07:00 |
|
jahorton
|
215eda7206
|
change(web): more modelManager enablement touch-ups
|
2020-02-13 15:03:07 +07:00 |
|
jahorton
|
6e81d59d59
|
fix(web): blocks fat-finger generation when no model present
|
2020-02-13 13:58:31 +07:00 |
|
jahorton
|
b9d2fa499c
|
fix(web): silences fat-finger console warnings
|
2020-02-13 13:58:10 +07:00 |
|
jahorton
|
acc6f7456a
|
fix(web): default BKSP output targeting
|
2020-01-31 15:33:19 +07:00 |
|
Darcy Wong
|
90c441857d
|
fix(web): Update KMW so it doesn't process K_TAB for embedded
|
2020-01-30 10:30:19 +07:00 |
|
Darcy Wong
|
cbc243e30c
|
fix(android): Move to kmwembedded.ts
|
2020-01-29 11:55:29 +07:00 |
|
Darcy Wong
|
5b7666e104
|
chore(android): add comment
|
2020-01-29 11:38:14 +07:00 |
|
Darcy Wong
|
62dae6bd50
|
fix(android): Fix K_TAB for external keyboard
Fixes #2540
|
2020-01-29 11:20:48 +07:00 |
|
jahorton
|
e9a05af8b8
|
fix(web): Fixes #2516; forgot a few changes in #2477
|
2020-01-23 09:44:30 +07:00 |
|
jahorton
|
19bb5e07d7
|
change(web): api compat with LMLayer SMP fixes
|
2020-01-15 12:24:12 +07:00 |
|
Joshua Horton
|
868c29dc63
|
Merge pull request #2287 from keymanapp/web-2209-mnemonic-code-handling
fix(web): Fixes mnemonic code handling issues
|
2019-11-06 09:53:17 +07:00 |
|
jahorton
|
e448f45a63
|
fix(web): fixes mnemonic code handling issues
|
2019-11-04 14:17:40 +07:00 |
|
Joshua A. Horton
|
ef8c691381
|
fix(web): Adds bounds-check in output targets
|
2019-10-31 10:29:59 +07:00 |
|
Joshua A. Horton
|
35fec0e4f6
|
fix(web): Fixes #2261, filters nul when deleting context
|
2019-10-31 10:16:34 +07:00 |
|
jahorton
|
0a0ab9e1ac
|
Updates notifyKeyboard and uses of KNS
|
2019-10-09 09:52:45 +07:00 |
|
jahorton
|
4c6014edc1
|
Better comment.
|
2019-10-04 11:07:05 +07:00 |
|
jahorton
|
73a6f04574
|
Blocks nextLayer store-sets during fat-finger cals
|
2019-10-04 11:04:47 +07:00 |
|