-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmacro-options.lua
45 lines (31 loc) · 1.53 KB
/
macro-options.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--This file is intended to be run by macro.lua
--See macro-readme.html for help and instructions.
--You may adjust these parameters.
--------------------------------------------------------------------------------
-- File handling settings
-- name of the macro to be played
playbackfile = "sfz2alj-error1.mis"
-- where the macro scripts are saved to and loaded from
path = ".\\macro\\"
--------------------------------------------------------------------------------
-- Hotkey settings (These only apply if the emulator doesn't have Lua hotkeys.)
-- press to start playing the macro, or to cancel a playing macro
playkey = "semicolon"
-- press to start and stop recording a macro
recordkey = "numpad/"
-- press to turn on or off whether it should pause after a macro completes
togglepausekey = "quote"
-- press to turn loop mode on or off, or to switch between increasing, decreasing or no wait incrementation
toggleloopkey = "numpad+"
--------------------------------------------------------------------------------
-- Recording file output settings
-- minimum wait frames to be collapsed into Ws when recording
longwait = 4
-- minimum continuous keypress frames to be collapsed into holds when recording
longpress = 10
-- minimum characters in a line to be broken up when recording
longline = 60
--------------------------------------------------------------------------------
-- look out for and ignore frameMAME audio commands when parsing
-- (This only applies to FBA-rr and MAME-rr.)
framemame = true