]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix code formatting in international characters readme entry
authorPeter Eichinger <peter.eichinger@gmail.com>
Mon, 18 Jan 2016 21:33:26 +0000 (22:33 +0100)
committerPeter Eichinger <peter.eichinger@gmail.com>
Mon, 18 Jan 2016 21:33:26 +0000 (22:33 +0100)
README.md

index 1274c402d794ebdc8aa968073e772d604f23d6c7..f46bd68e26552b858c8edefd8091e343d32a4e48 100644 (file)
--- 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.