Преглед на файлове

Fix code formatting in international characters readme entry

Peter Eichinger преди 10 години
родител
ревизия
d466216088
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      README.md

+ 2 - 2
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.