685
edits
(Add category) |
(Ahh, negation scope *chef's kiss*) |
||
Line 16: | Line 16: | ||
To use, install [https://www.autohotkey.com/ AutoHotkey], copy the script to a text editor and save it as toaq.ahk, then double-click the file you saved. | To use, install [https://www.autohotkey.com/ AutoHotkey], copy the script to a text editor and save it as toaq.ahk, then double-click the file you saved. | ||
<pre style="height:300px">; Basic layout | {{collapsible|toaq.ahk|<pre style="height:300px">; Basic layout | ||
:?*:vy::ꝡ | :?*:vy::ꝡ | ||
:?*:a2::á | :?*:a2::á | ||
Line 86: | Line 86: | ||
::ve::ꝡë | ::ve::ꝡë | ||
::vo::ꝡo | ::vo::ꝡo | ||
</pre> | </pre>}} | ||
=== US, intl. with dead keys === | === US, intl. with dead keys === | ||
Line 593: | Line 593: | ||
You can always write the ASCII-friendly (although reader-hostile) <tt>/"^</tt> [[tone]] markers after words like this: | You can always write the ASCII-friendly (although reader-hostile) <tt>/"^</tt> [[tone]] markers after words like this: | ||
<blockquote><tt>Hio ka. Ji/ na" | <blockquote><tt>Hio ka. Ji/ na" bo hoa/ sia/ kaichuo gi rao^ nidaq/.</tt></blockquote> | ||
Or tone number digits <tt>234</tt>: | Or tone number digits <tt>234</tt>: | ||
<blockquote><tt>Hio ka. Ji2 na3 | <blockquote><tt>Hio ka. Ji2 na3 bo hoa2 sia2 kaichuo gi rao4 nidaq2.</tt></blockquote> | ||
And you will be understood. | And you will be understood. |