Input methods: Difference between revisions

765 bytes removed ,  19:22, 10 November 2021
Use Key template
(Added Kanakey)
(Use Key template)
Line 3: Line 3:
== Desktop computers ==
== Desktop computers ==
=== Compose key ===
=== Compose key ===
You can set up a [https://en.wikipedia.org/wiki/Compose_key compose key] on your computer, which will change the behavior of one of the keys on your keyboard to "compose" the next two keypresses into one character — for example <kbd style="border:2px outset;padding:1px 4px">CapsLock</kbd> <kbd style="border:2px outset;padding:1px 4px">?</kbd> <kbd style="border:2px outset;padding:1px 4px">a</kbd> becomes {{t|ả}}.
You can set up a [https://en.wikipedia.org/wiki/Compose_key compose key] on your computer, which will change the behavior of one of the keys on your keyboard to "compose" the next two keypresses into one character — for example {{Key|CapsLock}} {{Key|?}} {{Key|a}} becomes {{t|ả}}.


On Linux, this might not even involve installing anything! Look for "compose key" plus your distro name.
On Linux, this might not even involve installing anything! Look for "compose key" plus your distro name.
Line 14: Line 14:
! Character || Combo
! Character || Combo
|-
|-
| {{Tone|2}} || <kbd style="border:2px outset;padding:1px 4px">'</kbd> + vowel
| {{Tone|2}} || {{Key|'}} + vowel
|-
|-
| {{Tone|3}} || <kbd style="border:2px outset;padding:1px 4px">"</kbd> + vowel
| {{Tone|3}} || {{Key|"}} + vowel
|-
|-
| {{Tone|4}} || <kbd style="border:2px outset;padding:1px 4px">?</kbd> + vowel
| {{Tone|4}} || {{Key|?}} + vowel
|-
|-
| {{Tone|5}} || <kbd style="border:2px outset;padding:1px 4px">^</kbd> + vowel
| {{Tone|5}} || {{Key|^}} + vowel
|-
|-
| {{Tone|6}} || <kbd style="border:2px outset;padding:1px 4px">`</kbd> + vowel
| {{Tone|6}} || {{Key|`}} + vowel
|-
|-
| {{Tone|7}} || <kbd style="border:2px outset;padding:1px 4px">~</kbd> + vowel
| {{Tone|7}} || {{Key|~}} + vowel
|-
|-
| dotless i ({{t|ı}}) || <kbd style="border:2px outset;padding:1px 4px">.</kbd> + <kbd style="border:2px outset;padding:1px 4px">i</kbd>
| dotless i ({{t|ı}}) || {{Key|.}} + {{Key|i}}
|-
|-
| left quote ({{t|«}}) || <kbd style="border:2px outset;padding:1px 4px">&lt;</kbd> + <kbd style="border:2px outset;padding:1px 4px">&lt;</kbd>
| left quote ({{t|«}}) || {{Key|&lt;}} + {{Key|&lt;}}
|-
|-
| right quote ({{t|»}}) || <kbd style="border:2px outset;padding:1px 4px">&gt;</kbd> + <kbd style="border:2px outset;padding:1px 4px">&gt;</kbd>
| right quote ({{t|»}}) || {{Key|&gt;}} + {{Key|&gt;}}
|}
|}


=== Kảıchuo ===
=== Kảıchuo ===
This is a little tool by [[User:Lynn]] that runs in your browser, available [http://foldr.moe/kaichuo/ here]. You type something like <kbd style="border:2px outset;padding:1px 4px">Kiai ji kato/ da</kbd> and it turns it into {{t|Kỉaı jí káto da}}. (Wow! It knows {{t|jí}} is a pronoun and automatically adds {{Tone|2}}.)
This is a little tool by [[User:Lynn]] that runs in your browser, available [http://foldr.moe/kaichuo/ here]. You type something like {{Key|Kiai ji kato/ da}} and it turns it into {{t|Kỉaı jí káto da}}. (Wow! It knows {{t|jí}} is a pronoun and automatically adds {{Tone|2}}.)


Yell at her to add mobile support!
Yell at her to add mobile support!


=== AutoHotkey ===
=== AutoHotkey ===
[https://github.com/toaq/toaq.org/blob/master/toaq.ahk This official AutoHotkey script] will convert <kbd style="border:2px outset;padding:1px 4px">a/</kbd> into á, etc. Oh, it's actually outdated (has the old {{tone|3old}} instead of the new {{tone|3}}).
[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}}).


=== Kanakey ===
=== Kanakey ===