File tree Expand file tree Collapse file tree 3 files changed +65
-0
lines changed
Expand file tree Collapse file tree 3 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ $ pagename = 'Arabic (101) Basic Keyboard Help ' ;
3+ $ pagetitle = $ pagename ;
4+ // Header we will tidy up later
5+ require_once ('header.php ' );
6+ ?>
7+
8+
9+ <p>
10+ Arabic (101) Basic. The keyboard layout follows the Windows 10 layout.
11+ </p>
12+
13+ <h2>Desktop Keyboard Layout</h2>
14+ <div id='osk' data-states='default shift shift-ctrl'>
15+ </div>
16+
17+ <h2>Mobile/Tablet Keyboard Layout</h2>
18+
19+ <div id='osk-tablet' data-states='default shift ctrl'>
20+ </div>
21+
Original file line number Diff line number Diff line change 1+ <?php
2+ $ pagename = 'Arabic (102) Basic Keyboard Help ' ;
3+ $ pagetitle = $ pagename ;
4+ // Header we will tidy up later
5+ require_once ('header.php ' );
6+ ?>
7+
8+ <p>
9+ The keyboard layout follows the Windows 10 Arabic (102) Basic keyboard layout.
10+ </p>
11+
12+ <h2>Desktop Keyboard Layout</h2>
13+ <div id='osk' data-states='default shift rightalt rightalt-shift leftctrl-shift'>
14+ </div>
15+
16+ <h2>Mobile/Tablet Keyboard Layout</h2>
17+ <p>Due to the size and number of keys, some characters (and shift layers) are hidden in the long press.
18+ Press and hold on the key with a little dot on the top right to reveal them.</p>
19+
20+ <div id='osk-tablet' data-states='default shift ctrl'>
21+ </div>
22+
Original file line number Diff line number Diff line change 1+ <?php
2+ $ pagename = 'Arabic (102) AZERTY Basic Keyboard Help ' ;
3+ $ pagetitle = $ pagename ;
4+ // Header we will tidy up later
5+ require_once ('header.php ' );
6+ ?>
7+
8+
9+
10+ <p>
11+ Arabic (102) AZERTY Basic. The keyboard layout follows the Windows 10 layout.
12+ </p>
13+
14+ <h2>Desktop Keyboard Layout</h2>
15+ <div id='osk' data-states='default shift rightalt rightalt-shift leftctrl-shift'>
16+ </div>
17+
18+ <h2>Mobile/Tablet Keyboard Layout</h2>
19+
20+ <div id='osk-tablet' data-states='default shift ctrl'>
21+ </div>
22+
You can’t perform that action at this time.
0 commit comments