685
edits
(→ASCII tone markers: fix the Toaq) |
(→AutoHotkey: new script) |
||
Line 176: | Line 176: | ||
|} | |} | ||
=== AutoHotkey === | === AutoHotkey (Windows) === | ||
[https:// | Only the first paragraph of the following script is strictly necessary. The rest are just useful shortcuts. | ||
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 | |||
:?*:vy::ꝡ | |||
:?*:a2::á | |||
:?*:a3::ä | |||
:?*:a4::â | |||
:?*:e2::é | |||
:?*:e3::ë | |||
:?*:e4::ê | |||
:?*:ii::ı | |||
:?*:i1::ı | |||
:?*:i2::í | |||
:?*:i3::ï | |||
:?*:i4::î | |||
:?*:o2::ó | |||
:?*:o3::ö | |||
:?*:o4::ô | |||
:?*:u2::ú | |||
:?*:u3::ü | |||
:?*:u4::û | |||
:?*:!!::̣ | |||
:?*:<<::« | |||
:?*:>>::» | |||
:?*:.<::‹ | |||
:?*:.>::› | |||
; Pronouns | |||
::ji::jí | |||
::suq::súq | |||
::nhao::nháo | |||
::umo::úmo | |||
::ime::íme | |||
::ama::áma | |||
::suna::súna | |||
::suho::súho | |||
::nhana::nhána | |||
::ho::hó | |||
::maq::máq | |||
::hoq::hóq | |||
::ta::tá | |||
::aq::áq | |||
::cheq::chéq | |||
::hoa::hóa | |||
::ha::há | |||
; Determiners | |||
::sa::sá | |||
::tu::tú | |||
::tuq::túq | |||
::sia::sía | |||
::ni::ní | |||
::baq::báq | |||
::hi::hí | |||
::hu::hú | |||
::ke::ké | |||
::ja::já | |||
; Usually in T2 | |||
::moq::móq | |||
::hoi::hóı | |||
; Always in T3 | |||
::ju::jü | |||
::la::lä | |||
::na::nä | |||
::kio::kïo | |||
; vy-related shortcuts | |||
::va::ꝡä | |||
::ve::ꝡë | |||
::vo::ꝡo | |||
</pre> | |||
=== US, intl. with dead keys === | === US, intl. with dead keys === |