Keyman Build Agent
2a59670bf2
auto: increment beta version to 15.0.241
2022-04-26 14:02:34 -04:00
Keyman Build Agent
d17e03a35a
auto: increment beta version to 15.0.240
2022-04-22 14:02:30 -04:00
Keyman Build Agent
c5199698ac
auto: increment beta version to 15.0.239
2022-04-21 14:02:18 -04:00
Keyman Build Agent
0e3173c528
auto: increment beta version to 15.0.238
2022-04-20 14:02:18 -04:00
Keyman Build Agent
414199711f
auto: increment beta version to 15.0.237
2022-04-19 14:02:23 -04:00
Joshua Horton
b8fba08a3f
Merge pull request #6473 from keymanapp/fix/web/6005-no-modifier-fat-fingers
...
fix(web): blocks modifier key fat-fingering
2022-04-18 21:00:29 -05:00
Keyman Build Agent
f4473990a7
auto: increment beta version to 15.0.236
2022-04-18 14:02:00 -04:00
Keyman Build Agent
4052e00890
auto: increment beta version to 15.0.235
2022-04-14 14:02:32 -04:00
Keyman Build Agent
767817c425
auto: increment beta version to 15.0.234
2022-04-13 14:02:17 -04:00
Joshua Horton
226be15de3
chore(web): Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-04-12 08:11:34 -05:00
jahorton
99ace20a95
fix(web): prevents fat-finger from keys not considered fat-finger targets
2022-04-11 13:29:51 -05:00
jahorton
fe85ac2f75
fix(web): blocks modifier key fat-fingering
2022-04-11 13:29:45 -05:00
Keyman Build Agent
114f58ee7f
auto: increment beta version to 15.0.233
2022-04-11 14:02:20 -04:00
Keyman Build Agent
cdb4680698
auto: increment beta version to 15.0.232
2022-04-09 14:02:21 -04:00
Keyman Build Agent
01c089cf35
auto: increment beta version to 15.0.231
2022-04-08 14:02:37 -04:00
Keyman Build Agent
ef9a9459d2
auto: increment beta version to 15.0.230
2022-04-07 14:02:52 -04:00
Keyman Build Agent
54884ec2ad
auto: increment beta version to 15.0.229
2022-04-05 14:02:12 -04:00
Keyman Build Agent
6e8a458c3b
auto: increment beta version to 15.0.228
2022-04-04 14:03:57 -04:00
Marc Durdin
50d584f745
Merge pull request #6457 from keymanapp/fix/web/6005-modifier-breaks-suggestions
...
fix(web): rely on caller for unmatched keys
2022-04-04 19:28:42 +10:00
Keyman Build Agent
852754ea40
auto: increment beta version to 15.0.227
2022-04-01 14:02:08 -04:00
Marc Durdin
b21e18afb2
fix(web): rely on caller for unmatched keys
...
Fixes #6005 .
If a key has no default behavior, and the expectation is to trigger the
key default, then set the output behavior to null, so that the caller
will do the action.
This fixes a regression in #5553 , which handled the situation where a
rule was triggered but then default output was expected (common example
is final sigma transform only when a word is finished).
The regression resulted in suggestions rotating unexpectedly when
pressing a modifier key.
2022-04-01 14:38:43 +11:00
Marc Durdin
9e67c8c197
Merge pull request #6453 from keymanapp/fix/web/6405-statekey-desync-with-layer
...
fix(web): track stateKeys changes with layer changes
2022-04-01 14:37:32 +11:00
Keyman Build Agent
439d00d87b
auto: increment beta version to 15.0.226
2022-03-31 22:57:58 -04:00
Marc Durdin
c0f29861ac
fix(web): track stateKeys changes with layer changes
...
Fixes #6405 .
If the layer is reset to default, e.g. by switching fields, then the
state key bitmask was not always kept in sync with the layer change.
2022-03-31 14:08:33 +11:00
Marc Durdin
2a96518e3a
Merge pull request #6434 from keymanapp/chore/web/remove-unused-selectLayer-parameter
...
chore(web): remove unused `selectLayer` parameter
2022-03-29 12:36:25 +11:00
Keyman Build Agent
4e1f0432cd
auto: increment beta version to 15.0.225
2022-03-28 21:31:48 -04:00
Marc Durdin
8fec84813f
chore(web): remove unused selectLayer parameter
2022-03-28 09:13:36 +11:00
Keyman Build Agent
a3d2e8a1a8
auto: increment beta version to 15.0.224
2022-03-27 14:44:10 -04:00
Keyman Build Agent
7b2cc72245
auto: increment beta version to 15.0.223
2022-03-25 14:02:20 -04:00
Keyman Build Agent
3aa0819c5b
auto: increment beta version to 15.0.222
2022-03-24 14:02:12 -04:00
Keyman Build Agent
12a7e13c5f
auto: increment beta version to 15.0.221
2022-03-23 14:07:31 -04:00
Marc Durdin
5c388d1d7e
Merge pull request #6366 from keymanapp/feat/web/6364-new-layer-old-layer-replaces-layerchanged
...
feat(web): `&newLayer` and `&oldLayer`
2022-03-23 16:53:34 +11:00
Keyman Build Agent
c2462f7c4c
auto: increment beta version to 15.0.220
2022-03-22 14:02:35 -04:00
Keyman Build Agent
b3c8372cb9
auto: increment beta version to 15.0.219
2022-03-21 14:01:46 -04:00
Keyman Build Agent
f13c07acbf
auto: increment beta version to 15.0.218
2022-03-19 14:02:39 -04:00
Keyman Build Agent
5d6bc10de9
auto: increment beta version to 15.0.217
2022-03-18 14:02:34 -04:00
Keyman Build Agent
cdc94f73b2
auto: increment beta version to 15.0.216
2022-03-17 14:03:41 -04:00
Keyman Build Agent
a595b63422
auto: increment beta version to 15.0.215
2022-03-16 14:30:41 -04:00
Marc Durdin
7a5d1b964f
chore(web): Merge branch 'beta' into feat/web/6364-new-layer-old-layer-replaces-layerchanged
2022-03-17 04:55:25 +11:00
Keyman Build Agent
ed5dd2f2bd
auto: increment beta version to 15.0.214
2022-03-15 14:31:13 -04:00
Marc Durdin
1038379c41
Merge pull request #6351 from keymanapp/fix/web/caps-state-tracking-for-touch
...
fix(web): caps state tracking for touch
2022-03-15 10:04:45 +11:00
Marc Durdin
b23df3fbc8
feat(web): &newLayer and &oldLayer
...
Fixes #6364 .
Removes `&layerChanged` and adds `&newLayer` and `&oldLayer` system
stores with the additional nuances around values as described in #6364 .
2022-03-13 08:29:15 +11:00
Keyman Build Agent
7fe1997754
auto: increment beta version to 15.0.213
2022-03-11 13:02:26 -05:00
Keyman Build Agent
a64ead9287
auto: increment beta version to 15.0.212
2022-03-10 13:49:17 -05:00
Marc Durdin
0023841ee4
chore(web): address review comments
2022-03-11 04:40:53 +11:00
Marc Durdin
455ce98dcc
Merge pull request #6353 from keymanapp/chore/common/cleanup-sh-color-globals
...
chore(common): cleanup sh global color variables
2022-03-10 19:39:28 +11:00
Marc Durdin
f355722191
fix(web): back out caps lock and refix
...
The Caps Lock change I made in the previous commit broke
desktop Caps Lock handling. The fix was a little more
convoluted. Turns out that _UpdateVKShift is also pretty
crufty. I simplified it, removing dead code.
2022-03-10 13:31:06 +11:00
Marc Durdin
d879c1e3f6
fix(web): caps state tracking for touch
...
Selecting the new Caps Lock `caps` layer was not correctly setting the
layer state in the key event to `caps`, which caused Caps Lock rules
to fail to match.
2022-03-10 13:31:04 +11:00
Keyman Build Agent
64abc2914b
auto: increment beta version to 15.0.211
2022-03-09 19:26:21 -05:00
Marc Durdin
6e1e7e8e7e
chore: additional scripts
2022-03-10 10:26:15 +11:00