소스 검색

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'