Commit graph

522 commits

Author SHA1 Message Date
Marc Durdin
e7c8849e41 Merge pull request #331 from keymanapp/developer-keyboard-info
Add .keyboard_info support to Keyman Developer compiler
2017-09-27 11:05:49 +07:00
Marc Durdin
ae6caaec02 Merge branch 'master' into developer-keyboard-info 2017-09-27 10:01:00 +07:00
Marc Durdin
b248d0794a Merge pull request #313 from keymanapp/developer-modifier-chirality
Chirality support for Keyman Developer compiler
2017-09-26 15:48:47 +07:00
Marc Durdin
dab87fddb5 Merge pull request #327 from keymanapp/developer-5482-character-identifier-crash
Additional management for text editor selection of partial surrogate pair
2017-09-26 11:54:35 +07:00
Marc Durdin
654ce7d30d Force-add json.hpp 2017-09-26 10:06:17 +07:00
Marc Durdin
75926fe6ea Add .keyboard_info json schema files 2017-09-26 10:05:12 +07:00
Marc Durdin
e4facbb241 Force-add json-schema.hpp (ignored normally) 2017-09-26 09:47:20 +07:00
Joshua Horton
695eb36b0f Merge pull request #326 from keymanapp/web-311-physical-with-touch
Disables physical keyboard input for touch devices in native mode.
2017-09-26 08:31:57 +07:00
Marc Durdin
ad1f145e7c Merge pull request #329 from keymanapp/windows-remove-tsact-dead-code
Remove tsactsrv/tsactclt dead code for Windows
2017-09-25 15:43:45 +07:00
Marc Durdin
9bdc4fd063 Merge pull request #328 from keymanapp/windows-remove-touch-xml-dead-code
Remove xml/touch dead code for Windows
2017-09-25 15:43:38 +07:00
Marc Durdin
2dfcbfe746 Tweak test for mixing left/right modifiers in same rule 2017-09-25 14:10:26 +07:00
Marc Durdin
78bc882d22 Merge pull request #330 from keymanapp/developer-rename-touch-hold
Rename subkey array to longpress menu
2017-09-25 13:46:37 +07:00
Marc Durdin
7d2223d0b7 Rename subkey array to longpress menu 2017-09-25 13:31:14 +07:00
Marc Durdin
b9b61dbacf Remove tsactsrv/tsactclt dead code for Windows 2017-09-25 13:13:38 +07:00
Marc Durdin
ed1228da35 Remove xml/touch dead code for Windows 2017-09-25 13:11:29 +07:00
Marc Durdin
4abb7ce2c3 Repair source damaged by Delphi IDE 2017-09-25 12:58:01 +07:00
Marc Durdin
b9b32fc4cb Additional management for text editor selection of partial surrogate pair 2017-09-25 12:56:41 +07:00
Joshua Horton
8056351148 Some minor sample page refactoring & exposition on chirality.js. 2017-09-25 12:07:08 +07:00
Joshua Horton
5775f84269 Fixes up _KeyDown's original documentation comment. 2017-09-25 11:56:15 +07:00
Joshua Horton
e9a85cd2c4 Removed incomplete fix code that snuck in the prior commit. 2017-09-25 11:53:57 +07:00
Joshua Horton
d007a5a22b Undoes physical input support for touch devices while in native (not app-embedded) mode. 2017-09-25 11:50:24 +07:00
Marc Durdin
e59d08a57b Merge pull request #314 from keymanapp/windows-cleanup-debug-and-install
Cleanup of dev-time install and debugging, removal of commented code
2017-09-25 10:29:52 +07:00
Joshua Horton
36b1aae2e8 Properly initializes the bitmask within KKM. 2017-09-25 08:43:32 +07:00
Joshua Horton
e61fa5673a Merge branch 'master' into web-9-modifier-chirality 2017-09-25 08:27:31 +07:00
Marc Durdin
57ee296faf Merge pull request #312 from keymanapp/developer-nul-byte-bug
Fix for nul bytes appearing in compiled js from the KVK file
2017-09-24 20:49:25 +07:00
Marc Durdin
0789dde85a Merge pull request #315 from keymanapp/windows-sticky-shift-on-lang-switch
Fixup issue with shift key sticking when using Alt+Shift to switch languages
2017-09-24 20:35:40 +07:00
Marc Durdin
308842b393 Merge pull request #325 from keymanapp/developer-5482-character-identifier-crash
Character Map lookup should be a plain string when using OSK editor
2017-09-24 20:33:40 +07:00
Marc Durdin
afcdbc6767 Fixes #324 - Character Map lookup should be a plain string when using OSK editor 2017-09-22 12:56:20 +07:00
Marc Durdin
3da89424ed Cleanup of dev-time install and debugging, removal of commented code 2017-09-20 12:08:46 +07:00
Marc Durdin
05caf18f54 Pass shift key through to engine when processing keyboard activation shortcuts 2017-09-20 12:07:24 +07:00
Marc Durdin
737bd781a9 Warn if LCTRL/RCTRL or LALT/RALT are used in the same rule 2017-09-19 13:50:43 +07:00
Marc Durdin
4dee82d8e5 Fixup nul byte issue with safe conversion 2017-09-19 13:43:50 +07:00
Marc Durdin
793d6e9509 Test for chirality mixing and ignore rules excluded by platform when compiling modifier bitmask 2017-09-19 09:56:25 +07:00
Marc Durdin
b0fb003809 Add code comments 2017-09-19 09:51:16 +07:00
Marc Durdin
cc4b1a892b Minor tweaks to javascript BK generation function 2017-09-19 09:10:34 +07:00
Marc Durdin
09d8af6fc1 Support chiral modifiers in shift states 2017-09-18 21:10:10 +07:00
Marc Durdin
b099c834b6 Ad-hoc fix to issue that appears introduced with Delphi 10.2. Needs further investigation 2017-09-17 21:33:50 +07:00
Joshua Horton
4b84b4988d Merge pull request #310 from keymanapp/web-116-nextlayer-processing
[Web] Next layer processing fix
2017-09-15 13:54:07 +07:00
Gabriel Wong
5936d257de Add access modifiers 2017-09-15 10:02:54 +07:00
Joshua Horton
0868ff93bf Adds previously-referenced html changes and adds an item to history.md regarding this fix. 2017-09-15 09:28:50 +07:00
Joshua Horton
4271c1a46f Fixes up the samples index and connectivity a bit and corrects the fix to not break the desktop OSK. 2017-09-15 08:40:46 +07:00
Joshua Horton
81e294fd6e Fleshed out the CAPS layer of the testing keyboard - all CAPS-affected keys now do special CAPS printouts to prove the layer differentiation. 2017-09-15 08:16:04 +07:00
Marc Durdin
104a0a62ef More work on validation and merging of .keyboard_info files 2017-09-14 15:30:33 +07:00
Gabriel Wong
b0884ae005 Make shouldShowGetStarted a property 2017-09-14 12:39:30 +07:00
Joshua Horton
eeed83f27e Initial fix for #116 - turns out that we had an unnecessary next layer check earlier than it needed to be. Removing that fixes the issue.
Main thing now:  fleshing out the testing keyboard to make the tests a little simpler.
2017-09-14 12:37:31 +07:00
Gabriel Wong
962de68cb0 PR comments 2017-09-14 12:24:00 +07:00
Joshua Horton
9bd6739d1d Adds comments/disclaimers to the handwritten chirality.js. 2017-09-14 10:22:06 +07:00
Joshua Horton
7c9a3d6436 Undid Closure notation from added code where possible, enforced single-quotes for consistency/searchability, and polished chirality.js a bit. 2017-09-14 09:32:15 +07:00
Darcy Wong
ac6da728ff Merge pull request #303 from keymanapp/android-reset-context-288
[Android] Fix #288 Reset to default layer when switching input field contexts
2017-09-14 07:44:37 +07:00
Marc Durdin
a5016a9eb4 Additional .keyboard_info support routines 2017-09-13 15:31:12 +07:00