Merge pull request #330 from keymanapp/developer-rename-touch-hold

Rename subkey array to longpress menu
This commit is contained in:
Marc Durdin 2017-09-25 13:46:37 +07:00 committed by GitHub
commit 78bc882d22

View file

@ -51,8 +51,8 @@
</select>
Key Name: <input id='inpKeyName' type='text' size='16' maxlength='64' />
Key Cap: <input id='inpKeyCap' type='text' size='8' maxlength='16' />
<button id='btnAddSubKeyArray'>Add Subkey array</button>
<button id='btnDelSubKeyArray'>Remove Subkey array</button>
<button id='btnAddSubKeyArray'>Add longpress menu</button>
<button id='btnDelSubKeyArray'>Remove longpress menu</button>
<br style='clear:left' />
Font: <input id='inpKeyFont' type='text' size='16' maxlength='64' />
Font Size: <input id='inpKeyFontSize' type='text' size='4' maxlength='16' />