From 7251584040c4c18d2cec4d6c242f48de3c3391e7 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 20 Jan 2020 05:28:13 +0100 Subject: [PATCH] added fusuma config --- config/fusuma/config.yml | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 config/fusuma/config.yml diff --git a/config/fusuma/config.yml b/config/fusuma/config.yml new file mode 100644 index 0000000..633d9d9 --- /dev/null +++ b/config/fusuma/config.yml @@ -0,0 +1,49 @@ +#pinch: +# 2: +# in: +# command: 'xdotool key ctrl+plus' +# threshold: 0.15 +# out: +# command: 'xdotool key ctrl+minus' +# threshold: 0.15 + +threshold: + swipe: 1 + pinch: 1 + +interval: + swipe: 1 + pinch: 1 + +swipe: + 3: + left: + command: 'xdotool key alt+ctrl+Right' + threshold: 0.2 + interval: 0.5 + #command: xdotool keydown alt && sleep .1 && xdotool key Tab && sleep 5 && xdotool keyup alt + right: + command: 'xdotool key alt+ctrl+Left' + threshold: 0.2 + interval: 0.5 + #command: 'xdotool keydown alt keydown Shift key Tab keyup Shift keyup alt' + up: + command: 'xdotool key alt+ctrl+Up' + down: + command: 'xdotool key alt+ctrl+Down' + 4: + up: + command: 'xdotool key super+h' + down: + command: 'xdotool key super+d' +pinch: + in: + command: 'xdotool key ctrl+plus' + threshold: 0.3 + interval: 0.5 + out: + command: 'xdotool key ctrl+minus' + threshold: 0.3 + interval: 0.5 + +