Input methods: Difference between revisions

830 bytes added ,  23:08, 10 February 2023
→‎AutoHotkey: new script
(→‎ASCII tone markers: fix the Toaq)
(→‎AutoHotkey: new script)
Line 176: Line 176:
|}
|}


=== AutoHotkey ===
=== AutoHotkey (Windows) ===
[https://github.com/toaq/toaq.org/blob/master/toaq.ahk This official AutoHotkey script] will convert {{Key|a/}} into á, etc. Oh, it's actually outdated (has the old {{tone|3old}} instead of the new {{tone|3}}). Oh it's actually double outdated.
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 ===