From eb960631921296edea49c3d608184b2f32078154 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 28 Feb 2020 02:07:47 +0100 Subject: [PATCH] enhanced fusuma.yml --- config/fusuma/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/fusuma/config.yml b/config/fusuma/config.yml index 633d9d9..28c49bd 100644 --- a/config/fusuma/config.yml +++ b/config/fusuma/config.yml @@ -29,21 +29,27 @@ swipe: #command: 'xdotool keydown alt keydown Shift key Tab keyup Shift keyup alt' up: command: 'xdotool key alt+ctrl+Up' + interval: 0.3 down: command: 'xdotool key alt+ctrl+Down' + interval: 0.3 4: up: command: 'xdotool key super+h' down: command: 'xdotool key super+d' + left: + command: 'xdotool key alt+Right' + right: + command: 'xdotool key alt+Left' pinch: in: command: 'xdotool key ctrl+plus' threshold: 0.3 - interval: 0.5 + interval: 0.1 out: command: 'xdotool key ctrl+minus' threshold: 0.3 - interval: 0.5 + interval: 0.1