Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.7k views
in Technique[技术] by (71.8m points)

Autohotkey: send umlaut if a/o/u pressed together with e?

I am looking for a solution to get an Umlaut when pressing/holding "e" and a corresponding letter, i.e. "e" together with "a" => ?, "e" together with "o" => ?, "e" together with "u" => ü

I can't find a solution in posts or forums. I tried the following for letter u but it doesn't work.


    *e::
        SendInput, {ü Down}
        Key = 
        Input, Key, V L1
    Return
    *e up::
        SendInput, {ü Up}
        Key = u
        Input,,T.01
        If u
            SendInput
    Return


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...