We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
require fusuma-plugin-keypress xsel
fusuma-plugin-keypress
xsel
swipe: 3: begin: command: xdotool mousedown 1 update: command: xdotool mousemove_relative -- $move_x, $move_y interval: 0.01 accel: 2 end: command: xdotool mouseup 1 keypress: LEFTSHIFT+LEFTCTRL: &deepl command: | xdotool mouseup 1 text=$(xsel -p | ruby -r 'erb' -ne 'puts ERB::Util.url_encode $_') google-chrome --incognito --app=deepl.com "https://www.deepl.com/translator#en/ja/$text" LEFTCTRL+LEFTSHIFT: <<: *deepl