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
move the tool from keymanapp/gestureChart to keymanapp/keyman, and ideally we will integrate this into kmc as a kmc module. Then we could merge it in 18.0.
TouchLayoutFileReader should be used to read the keyman touch layout file because that does validation and normalization of content
For handling vertical line character, we want to use escapeMarkdownChar function in Developer
One other challenge is that while this tool generates Markdown, we don't currently support Markdown in keyboard documentation welcome.htm, which is where this content belongs (not just on help.keyman.com).
The text was updated successfully, but these errors were encountered:
To address keymanapp/keyboards#2213, a prototype was started in keymanapp/keyboards#2594
I'll recap the review comments from the PR here:
TouchLayoutFileReader
should be used to read the keyman touch layout file because that does validation and normalization of contentescapeMarkdownChar
function in DeveloperT_
keys in the touch layout (not needed) 🔗 chore: Ignore T_ keys gestureChart#1The text was updated successfully, but these errors were encountered: