Fix code formatting in international characters readme entry

This commit is contained in:
Peter Eichinger 2016-01-18 22:33:26 +01:00
parent 783eafac6e
commit d466216088
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ This makes the key behave like a tab key if pressed and released immediately but
In the default script of AutoHotkey you can define custom hotkeys.
<^<!<#a::Send, ä
<^<!<#<+a::Send, Ä
<^<!<#a::Send, ä
<^<!<#<+a::Send, Ä
The hotkeys above are for the combination CtrlAltGui and CtrlAltGuiShift plus the letter a.
AutoHotkey inserts the Text right of `Send, ` when this combination is pressed.