|
| 1 | +<?php |
| 2 | + $pagename = 'Arabic W/O Dots Keyboard Help'; |
| 3 | + $pagetitle = $pagename; |
| 4 | + require_once('header.php'); |
| 5 | +?> |
| 6 | + |
| 7 | + |
| 8 | +<p> |
| 9 | + Arabic Alphabet without the dots like the Olden Days |
| 10 | +</p> |
| 11 | + |
| 12 | +<h2>Desktop Keyboard Layout</h2> |
| 13 | + <p> |
| 14 | + <img src="typing-guide-desktop.png" alt="" srcset=""> |
| 15 | + </p> |
| 16 | + <p> |
| 17 | + <img src="typing-guide-desktop-shifted.png" alt="" srcset=""> |
| 18 | + </p> |
| 19 | + <p> |
| 20 | + <img src="typing-guide-desktop-alternate.png" alt="" srcset=""> |
| 21 | + </p> |
| 22 | + <p> |
| 23 | + <img src="typing-guide-desktop-alternate-shifted.png" alt="" srcset=""> |
| 24 | + </p> |
| 25 | + |
| 26 | +<h2>Mobile/Phone Keyboard Layout</h2> |
| 27 | + |
| 28 | +<p style="flex-direction: row;"> |
| 29 | + <ul>Single press is main character displayed and Double tap is the character displayed on the top-right corner of the key.</ul> |
| 30 | + <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> |
| 31 | + <ul>In case of dotless Baa'"ب", double tap for Baa'"ب", swipe up for Taa'"ت" and swipe down for Thaa'"ث".</ul> |
| 32 | + <ul>In case of "ح", swipe up for Khaa'"خ" and swipe down for Jeem"ج".</ul> |
| 33 | + <ul>In case of dot".", swipe up is Fatha, swipe down is Kasra, swipe right is Damma, and swipe left is Sukuun.</ul> |
| 34 | + <ul>In case of comma"،", swipe up is 'Fathataan', swipe down is 'Kasrataan', swipe right is 'Dammataan', and swipe left is 'Shadda'.</ul> |
| 35 | + <ul>In case of Question mark"؟", swipe up is Small 'Alif' above and swipe down is small 'Alif' below.</ul> |
| 36 | + <ul>Long pressing all of them would just give some other less common characters.</ul> |
| 37 | + <img src="typing-guide.jpg" alt="Arabic Mobile Keyboard Layout"> |
| 38 | + </p> |
| 39 | + <p style="flex-direction: row;"> |
| 40 | + <ul>In case of numbers, single press in Arabic Numerals and double tap is Hindi Numerals, and long press is Fractions.</ul> |
| 41 | + <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> |
| 42 | + <img src="typing-guide-numbers.jpg" alt="Arabic Mobile Keyboard Numbers" srcset=""> |
| 43 | + </p> |
| 44 | + <p> |
| 45 | + <table> |
| 46 | + <tr> |
| 47 | + <th>Long Press LTR</th> |
| 48 | + <th>FullForm</th> |
| 49 | + </tr> |
| 50 | + <tr> |
| 51 | + <td>LRM</td> |
| 52 | + <td>Left-to-Right Mark</td> |
| 53 | + </tr> |
| 54 | + <tr> |
| 55 | + <td>LRE</td> |
| 56 | + <td>Left-to-Right Embedding</td> |
| 57 | + </tr> |
| 58 | + <tr> |
| 59 | + <td>LRO</td> |
| 60 | + <td>Left-to-Right Overlay</td> |
| 61 | + </tr> |
| 62 | + <tr> |
| 63 | + <td>LRI</td> |
| 64 | + <td>Left-to-Right Isolate</td> |
| 65 | + </tr> |
| 66 | + <tr> |
| 67 | + <td>FSI</td> |
| 68 | + <td>First Strong Isolate</td> |
| 69 | + </tr> |
| 70 | + </table> |
| 71 | + <table> |
| 72 | + <tr> |
| 73 | + <th>Long Press RTL</th> |
| 74 | + <th>FullForm</th></tr> |
| 75 | + <tr> |
| 76 | + <td>RLM</td> |
| 77 | + <td>Right-to-Left Mark</td> |
| 78 | + </tr> |
| 79 | + <tr> |
| 80 | + <td>RLE</td> |
| 81 | + <td>Right-to-Left Embedding</td> |
| 82 | + </tr> |
| 83 | + <tr> |
| 84 | + <td>RLO</td> |
| 85 | + <td>Right-to-Left Overlay</td> |
| 86 | + </tr> |
| 87 | + <tr> |
| 88 | + <td>RLI</td> |
| 89 | + <td>Right-to-Left Isolate</td> |
| 90 | + </tr> |
| 91 | + <tr> |
| 92 | + <td>PDI</td> |
| 93 | + <td>Pop Directional Isolate</td> |
| 94 | + </tr> |
| 95 | + <tr> |
| 96 | + <td>PDF</td> |
| 97 | + <td>Pop Directional Formatting</td> |
| 98 | + </tr> |
| 99 | + </table> |
| 100 | + <img src="typing-guide-symbols.jpg" alt="Arabic Mobile Keyboard Symbols" srcset=""> |
| 101 | + |
0 commit comments