~ruther/qmk_firmware

d4662160880591ef2e28676f510437826470021a — Peter Eichinger 9 years ago 783eafa
Fix code formatting in international characters readme entry
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 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.