SilverM
(Silver M)
October 6, 2017, 9:40pm
1
How can I insert e.g.: ă (font: Arial) with the keyboard in memrise?
In MS Word for „ă (font: Arial)“ one would have to press „0103“ & „Alt+c“. I need these characters „āáăà ēéĕè īíĭì ōóŏò ūúŭù“ for a chinese course I’m trying to create.
I could obviously copy paste it, but that would be rather laborious since it is used very often.
Any ideas?
SilverM
(Silver M)
October 7, 2017, 1:21am
2
Found a solution: autohotkey
Download & install “autohotkey” (it’s free).
Open “Editor”. (It’s already installed in Windows.)
Copy paste the script between “–begin–” and “–end–” into Editor.
Save it in “Unicode” with the file extension: .ahk
How to use:
Click on the AHK file.
Type a/e/i/o/u + number of chinese tone
e.g.: type “a3” --> it will change into ă
If you don’t want to use it anymore, click the Esc key.
My script:
Instead of the two emojis, it’s supposed to be “: O2 :”/": o2 :" (without any spaces between characters).
–begin–
Esc::ExitApp
:c*?:A1::Ā
:c*?:A2::Á
:c*?:A3::Ă
:c*?:A4::À
:c*?:a1::ā
:c*?:a2::á
:c*?:a3::ă
:c*?:a4::à
:c*?:E1::Ē
:c*?:E2::É
:c*?:E3::Ĕ
:c*?:E4::È
:c*?:e1::ē
:c*?:e2::é
:c*?:e3::ĕ
:c*?:e4::è
:c*?:I1::Ī
:c*?:I2::Í
:c*?:I3::Ĭ
:c*?:I4::Ì
:c*?:i1::ī
:c*?:i2::í
:c*?:i3::ĭ
:c*?:i4::ì
:c*?:O1::Ō
:c*? :Ó
:c*?:O3::Ŏ
:c*?:O4::Ò
:c*?:o1::ō
:c*? :ó
:c*?:o3::ŏ
:c*?:o4::ò
:c*?:U1::Ū
:c*?:U2::Ú
:c*?:U3::Ŭ
:c*?:U4::Ù
:c*?:u1::ū
:c*?:u2::ú
:c*?:u3::ŭ
:c*?:u4::ù
–end–
Hydroptere
(Overlord Hydroptère)
October 7, 2017, 11:39am
3
there should be a special keyboard for pinyin in the options… maybe you could change the title of the thread to request predefined pinyin keyboard
Arete_Hime
(Ultra-Sadist Delinquent)
October 7, 2017, 12:05pm
4
SilverM
(Silver M)
October 24, 2017, 6:59pm
5
Thanks for the various answers. But I think I’ll stick with my method for now.
Kay-S
(Kati S)
October 25, 2017, 8:08pm
6
Just letting you know that a caron/háček ( ǎ, ě, ǐ) is used for the third tone, not a breve (ĕ, ă, ŏ). It has a sharp tip and is not rounded like the breve.