From ab882fcf55000f5d511199fa94229e3e41f5daf7 Mon Sep 17 00:00:00 2001 From: Nicholas Hope Date: Sun, 2 Oct 2022 12:13:37 -0400 Subject: [PATCH] Added new type test --- tests/types.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/types.yaml diff --git a/tests/types.yaml b/tests/types.yaml new file mode 100644 index 0000000..1e69eca --- /dev/null +++ b/tests/types.yaml @@ -0,0 +1,25 @@ +default: + impulse a: 'alias' + impulse b: ['alias'] + impulse c: + key: value + + hold d: 'alias' + hold e: ['alias'] + hold f: + key: value + + toggle g: 'alias' + toggle h: ['alias'] + toggle i: + key: value + + double j: 'alias' + double k: ['alias'] + double l: + key: value + + repeat m: 'alias' + repeat n: ['alias'] + repeat o: + key: value