瀏覽代碼

Added 'startup' flag for actions to start ON

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)
apollo 5 天之前
父節點
當前提交
a6d2d5c897
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 4 0
      _example/keys/example.toml
  2. 4 0
      _example/keys/example_mirror.toml

+ 4 - 0
_example/keys/example.toml

@@ -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'

+ 4 - 0
_example/keys/example_mirror.toml

@@ -3,6 +3,10 @@
 # Press alt when 'w' is down, and release when 'w' is up
 # Use 'z' to toggle on/off
 
+# Do we want this key-bind active on start-up
+# This is a simple example, it won't use this
+#startup = true
+
 # Key to toggle
 key = 'z'