File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
common/schemas/keyman-touch-layout
developer/src/tike/xml/layoutbuilder Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments