|
| 1 | +<?php |
| 2 | + $pagename = 'Bunong Latin (SIL) Keyboard Help'; |
| 3 | + $pagetitle = $pagename; |
| 4 | + require_once('header.php'); |
| 5 | +?> |
| 6 | + |
| 7 | +<p> |
| 8 | + Bunong Latin (SIL) keyboard is designed for typing Bunong language using Latin characters. This keyboard produces NFD characters. |
| 9 | +</p> |
| 10 | + |
| 11 | +<h1>Keyboard Layout</h1> |
| 12 | +<p>This keyboard makes use of multiple keystrokes to produce one character. For example:</p> |
| 13 | +<ul> |
| 14 | +<li>Typing "7" after a vowel will produce a horn character. o7 will produce ơ (available on oOuU). Typing 77 will change it to a 7.</li> |
| 15 | +<li>Typing "9" after a b or d will produce a barred character. b9 will produce ƀ (available on bBdD). Typing 99 will change it to a 9.</li> |
| 16 | +<li>;b will produce ƀ and ;d will produce đ (available on bBdD).</li> |
| 17 | +<li>Typing "6" after a vowel will produce a circumflex accent. a6 will produce â (available on aAeEoO). Typing 66 will change it to a 6.</li> |
| 18 | +<li>Typing "8" after a vowel will produce a breve accent. a8 will produce ă (available on aAeEiIoOuUơƠưƯ). Typing 88 will change it to an 8.</li> |
| 19 | +<li>Typing "<" after a vowel will produce an acute accent. a< will produce á. (available on aAeEiIoOuU).</li> |
| 20 | +<li>Typing "`" after a vowel will produce an grave accent. a` will produce à. (available on aAeEiIoOuU).</li> |
| 21 | +<li>Typing "~" after a vowel will produce an hook above accent. a~ will produce ả. (available on aAeEiIoOuU).</li> |
| 22 | +<li>Typing ">" after a vowel will produce a dot below accent. a> will produce ạ. (available on aAeEiIoOuU).</li> |
| 23 | +<li>Typing the same character a second time will produce a basic character. For example, typing "a<<"" will produce "a'" and "a>>" will produce "a/". Similarly, "a``" and "a~~" will produce "a`" and "a~" respectively.</li> |
| 24 | +</ul> |
| 25 | +<p>In addition, the following keystrokes can be used to produce characters:</p> |
| 26 | +<ul> |
| 27 | +<li>;' = “</li> |
| 28 | +<li>;" = ”</li> |
| 29 | +<li>;;" = «</li> |
| 30 | +<li>;;" = »</li> |
| 31 | +<li>RALT SPACE = hair space</li> |
| 32 | +<li>RALT SHIFT SPACE = thin space</li> |
| 33 | +<li>LCTRL SPACE = four per em space</li> |
| 34 | +<li>LCTRL SHIFT SPACE = en space</li> |
| 35 | +</ul> |
| 36 | + |
| 37 | +<h2>Desktop Keyboard Layout</h2> |
| 38 | +<div id='osk' data-states='default shift'> |
| 39 | +</div> |
0 commit comments