Skip to content

Commit

Permalink
Merge pull request #1843 from keymanapp/auto/keyboards/upload/TC-2087
Browse files Browse the repository at this point in the history
auto: Keyboard help deployment
  • Loading branch information
keyman-status authored Feb 6, 2025
2 parents 1db8b10 + aa24f72 commit b6df078
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions keyboard/arabic_w_o_dots/1.0/arabic_w_o_dots.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?php
$pagename = 'Arabic W/O Dots Keyboard Help';
$pagetitle = $pagename;
require_once('header.php');
?>


<p>
Arabic Alphabet without the dots like the Olden Days
</p>

<h2>Desktop Keyboard Layout</h2>
<p>
<img src="typing-guide-desktop.png" alt="" srcset="">
</p>
<p>
<img src="typing-guide-desktop-shifted.png" alt="" srcset="">
</p>
<p>
<img src="typing-guide-desktop-alternate.png" alt="" srcset="">
</p>
<p>
<img src="typing-guide-desktop-alternate-shifted.png" alt="" srcset="">
</p>

<h2>Mobile/Phone Keyboard Layout</h2>

<p style="flex-direction: row;">
<ul>Single press is main character displayed and Double tap is the character displayed on the top-right corner of the key.</ul>
<ul>In case of "ا", swipe up is for hamza above it and swipe down is for hamza below; same goes for "و" and "ي" (with 'Waaw' double tap is for 'Hamza' above, swipe up and down is for small 'Waaw' up and down respectively; but for 'Yaa' swipe up for 'hamza' above).</ul>
<ul>In case of dotless Baa'"ب", double tap for Baa'"ب", swipe up for Taa'"ت" and swipe down for Thaa'"ث".</ul>
<ul>In case of "ح", swipe up for Khaa'"خ" and swipe down for Jeem"ج".</ul>
<ul>In case of dot".", swipe up is Fatha, swipe down is Kasra, swipe right is Damma, and swipe left is Sukuun.</ul>
<ul>In case of comma"،", swipe up is 'Fathataan', swipe down is 'Kasrataan', swipe right is 'Dammataan', and swipe left is 'Shadda'.</ul>
<ul>In case of Question mark"؟", swipe up is Small 'Alif' above and swipe down is small 'Alif' below.</ul>
<ul>Long pressing all of them would just give some other less common characters.</ul>
<img src="typing-guide.jpg" alt="Arabic Mobile Keyboard Layout">
</p>
<p style="flex-direction: row;">
<ul>In case of numbers, single press in Arabic Numerals and double tap is Hindi Numerals, and long press is Fractions.</ul>
<ul>As for others, single press is main symbol while double tap is character displayed on the top-right corner of the key; while long press is all of rest of characters.</ul>
<img src="typing-guide-numbers.jpg" alt="Arabic Mobile Keyboard Numbers" srcset="">
</p>
<p>
<table>
<tr>
<th>Long Press LTR</th>
<th>FullForm</th>
</tr>
<tr>
<td>LRM</td>
<td>Left-to-Right Mark</td>
</tr>
<tr>
<td>LRE</td>
<td>Left-to-Right Embedding</td>
</tr>
<tr>
<td>LRO</td>
<td>Left-to-Right Overlay</td>
</tr>
<tr>
<td>LRI</td>
<td>Left-to-Right Isolate</td>
</tr>
<tr>
<td>FSI</td>
<td>First Strong Isolate</td>
</tr>
</table>
<table>
<tr>
<th>Long Press RTL</th>
<th>FullForm</th></tr>
<tr>
<td>RLM</td>
<td>Right-to-Left Mark</td>
</tr>
<tr>
<td>RLE</td>
<td>Right-to-Left Embedding</td>
</tr>
<tr>
<td>RLO</td>
<td>Right-to-Left Overlay</td>
</tr>
<tr>
<td>RLI</td>
<td>Right-to-Left Isolate</td>
</tr>
<tr>
<td>PDI</td>
<td>Pop Directional Isolate</td>
</tr>
<tr>
<td>PDF</td>
<td>Pop Directional Formatting</td>
</tr>
</table>
<img src="typing-guide-symbols.jpg" alt="Arabic Mobile Keyboard Symbols" srcset="">

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added keyboard/arabic_w_o_dots/1.0/typing-guide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6df078

Please sign in to comment.