Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions keyboard/basic_kbda1/1.2/basic_kbda1.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
$pagename = 'Arabic (101) Basic Keyboard Help';
$pagetitle = $pagename;
// Header we will tidy up later
require_once('header.php');
?>


<p>
Arabic (101) Basic. The keyboard layout follows the Windows 10 layout.
</p>

<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift shift-ctrl'>
</div>

<h2>Mobile/Tablet Keyboard Layout</h2>

<div id='osk-tablet' data-states='default shift ctrl'>
</div>

22 changes: 22 additions & 0 deletions keyboard/basic_kbda2/1.2/basic_kbda2.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
$pagename = 'Arabic (102) Basic Keyboard Help';
$pagetitle = $pagename;
// Header we will tidy up later
require_once('header.php');
?>

<p>
The keyboard layout follows the Windows 10 Arabic (102) Basic keyboard layout.
</p>

<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift rightalt rightalt-shift leftctrl-shift'>
</div>

<h2>Mobile/Tablet Keyboard Layout</h2>
<p>Due to the size and number of keys, some characters (and shift layers) are hidden in the long press.
Press and hold on the key with a little dot on the top right to reveal them.</p>

<div id='osk-tablet' data-states='default shift ctrl'>
</div>

22 changes: 22 additions & 0 deletions keyboard/basic_kbda3/1.2/basic_kbda3.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
$pagename = 'Arabic (102) AZERTY Basic Keyboard Help';
$pagetitle = $pagename;
// Header we will tidy up later
require_once('header.php');
?>



<p>
Arabic (102) AZERTY Basic. The keyboard layout follows the Windows 10 layout.
</p>

<h2>Desktop Keyboard Layout</h2>
<div id='osk' data-states='default shift rightalt rightalt-shift leftctrl-shift'>
</div>

<h2>Mobile/Tablet Keyboard Layout</h2>

<div id='osk-tablet' data-states='default shift ctrl'>
</div>