Skip to content

Commit

Permalink
syntax fix for Send/SendRaw
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Sep 7, 2020
1 parent e245ddf commit 6692f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahk/templates/keyboard/send.ahk
Expand Up @@ -2,5 +2,5 @@
{% block body %}
{% if delay %}SetKeyDelay, {{ delay }}{% endif %}

Send{% if raw %}Raw{% endif %} {{ s }}
Send{% if raw %}Raw{% endif %}, {{ s }}
{% endblock body %}

0 comments on commit 6692f4b

Please sign in to comment.