You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are more buttons with text labels than we have used so far. The following is a number of strings needing support in kbdgen, at least so that kbdgen won't stop because of them (some of them are already supported, but included for completeness):
keyNames:
space: gaskareturn: "linnjá\u00ADmolsun"# or use ⏎ for some or all variants, both default and belowreturn-alts:
search: your-word-for-search # when pressing the return key triggers a searchgo: your-word-for-go-or-open # when pressing the return key goes to or opens a URLsend: your-word-for-send # when pressing the return key sends e.g. an instant messagejoin: your-word-for-join # when pressing the return key joins a wifi net or similarcancel: your-word-for-cancel # when pressing the return key cancels an actioncontinue: your-word-for-cont # when pressing the return key continues a processdone: your-word-for-done # when pressing the return key finishes a processemergency: word-for-emergency-call # when pressing the return key triggers an emergency callnext: word-for-next # when pressing the return key takes you to the next field or similarroute: word-for-route # when pressing the return key finds a route or some direction to goundo: your-word-for-undo # or a symbolredo: your-word-for-redo # or a symbol
The string specification layout is hard-coded into kbdgen. The new keys will be added as comments for the time being, so that we can start working on them without interfering with the build process.
There are more buttons with text labels than we have used so far. The following is a number of strings needing support in
kbdgen
, at least so that kbdgen won't stop because of them (some of them are already supported, but included for completeness):See e.g. https://developer.apple.com/documentation/uikit/uireturnkeytype/ and similar for other OS's.
The present setup is just:
When support for these strings is added to
kbdgen
, the layout files must be updated accordingly.The text was updated successfully, but these errors were encountered: