summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eichinger <peter.eichinger@gmail.com>2016-01-18 22:33:26 +0100
committerPeter Eichinger <peter.eichinger@gmail.com>2016-01-18 22:33:26 +0100
commitd4662160880591ef2e28676f510437826470021a (patch)
treeb63bb48323aa1b7d0dfad7e4dd82a48e5caabbff
parent783eafac6e181fb6225d894edc083cdc3bfae9c8 (diff)
Fix code formatting in international characters readme entry
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1274c402d7..f46bd68e26 100644
--- a/README.md
+++ b/README.md
@@ -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.