keymanapp / keyboards

Open Source Keyman keyboards
149 stars 267 forks source link

Wayana release - Moved help folder into source #2842

Closed sku21 closed 3 months ago

keyman-server commented 3 months ago

Thank you for your pull request. The Keyman keyboard review team have been notified of your pull request and will review it and build it shortly.

darcywong00 commented 3 months ago

btw, I noticed the mobile layout has a "numeric" layer. You can include that in the online help by modifying https://github.com/keymanapp/keyboards/blob/de1331eec273fd463e54b589c2288a478eb89e03/release/w/way/source/help/way.php#L79-L80

to

    <div id='osk-mobi-container'>
      <h3>Keyboard Layout
      <div id='osk-phone' data-states='default shift numeric'></div>
    </div>
DavidLRowe commented 3 months ago

Good catch, @darcywong00

@sku21 Adding "numeric" as Darcy suggests will display that layer in the online help. Since we haven't yet merged this pull request, you can make the change in this branch and it will become part of the pull request.