diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-07-20 15:26:58 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-07-20 15:26:58 +0200 |
commit | c31148f482adf44ded7cec1d683e01d995294850 (patch) | |
tree | 42dc4032085fc1466bbdeb5bf71076436a3844ef /ff.json | |
parent | cc2c9c0bd9d646a33f0324eae024618bd2a68983 (diff) |
Added some tests, and a handle commands in the json (only 'layer' for now)
Diffstat (limited to 'ff.json')
-rw-r--r-- | ff.json | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -{ "Firefox": [ - {"seq": ["A", "B", "C"]}, ["^", "R"], ["^", "T"], ["^", "W"], - null, null, ["^", "PAGE_UP"], ["^", "PAGE_DOWN"], - null, null, ["^", "WINDOWS", "LEFT_ARROW"], ["^", "WINDOWS", "RIGHT_ARROW"], +{ "Initialized": [ + null, null, null, null + null, null, null, null + null, null, null, null null, null, null, null ]} |