Skip to content

Commit 087c68f

Browse files
authored
chore: Apply suggestions from code review
1 parent c02f5ab commit 087c68f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

common/schemas/keyman-touch-layout/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,11 @@ and `width`.
404404
: Boolean. Defaults to `false`. If true, this will be the default key when the
405405
user longpresses the base key without moving their finger. Only one subkey
406406
should be default; if multiple subkeys have the default field set, then
407-
behaviour is undefined.
407+
behaviour is undefined. Given that cancel is not the preferred default
408+
action for a longpress, the user can cancel the longpress default by
409+
sliding outside the 'acceptance' area -- e.g. south of the key cap,
410+
which would then unhighlight the default and indicate visually that
411+
no output would occur when they release their finger.
408412

409413
## `flick` object
410414

developer/src/tike/xml/layoutbuilder/builder.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<select id='selSubKeyNextLayer'></select>
249249
</div>
250250
<div class='toolbar-item'>
251-
<label for='chkSubKeyIsDefault'>Is default:</label>
251+
<label for='chkSubKeyIsDefault'>Default selection:</label>
252252
<input id='chkSubKeyIsDefault' type='checkbox' />
253253
</div>
254254
</div>

0 commit comments

Comments
 (0)