This is useful for later automation which should do something if it sees an image (either click the image, with possible offset, or click something else, or do hopefully something entirely different)
@@ -2,6 +2,10 @@
# When 'h' is pressed, write 'Hello World!'
+# Do we want this key-bind active on start-up
+# This is a simple example, it won't use this
+#startup = true
+
# Key to trigger on
# This hotkey must be in the format, 'ctrl+shift+a' (user holds ctrl, shift and 'a' at once)
key = 'h'
@@ -3,6 +3,10 @@
# Press alt when 'w' is down, and release when 'w' is up
# Use 'z' to toggle on/off
# Key to toggle
key = 'z'