Skip to content

Commit d661e93

Browse files
committed
auto: Keyboard help deployment
1 parent c29c39e commit d661e93

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
$pagename = 'mathematical bold script Keyboard Help';
3+
$pagetitle = $pagename;
4+
require_once('header.php');
5+
?>
6+
7+
<p>
8+
Mathematical Bold Script keyboard for Mathematical Bold Script Alphanumeric Symbols
9+
</p>
10+
11+
<h2>Desktop Keyboard Layout</h2>
12+
<div id='osk' data-states='default shift'>
13+
</div>
14+
15+
<h2>Mobile/Tablet Keyboard Layout</h2>
16+
<p>Due to the size and number of keys, some characters are hidden in the long press.
17+
Press and hold on the key with a little dot on the top right to reveal and use them.</p>
18+
19+
<div id='osk-tablet' data-states='default shift numeric currencies '>
20+
</div>

0 commit comments

Comments
 (0)