Skip to content

Commit

Permalink
mouse_move.ahk jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Dec 13, 2018
1 parent dda9a00 commit 01769f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ahk/templates/mouse_move.ahk
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.ahk" %}
{% block body %}
CoordMode Mouse, {{mode}}
MouseMove, {{x}}, {{y}}, {{speed}}{% if relative %}, R{% endif %}
{% endblock body %}

0 comments on commit 01769f9

Please sign in to comment.