Жесты мыши в POP OS с использованием фусума - PullRequest
0 голосов
/ 19 июня 2020
• 1000
swipe:
  3:
    left:
      command: 'xdotool key alt+Left'
    right:
      command: 'xdotool key alt+right'
    up:
      command: 'xdotool key super'
    down:
      command: 'xdotool key super'
  4:
    left:
      command: 'xdotool key ctrl+alt+Down'
    right:
      command: 'xdotool key ctrl+alt+Up'
    up:
      command: 'xdotool key ctrl+alt+Down'
    down:
      command: 'xdotool key ctrl+alt+Up'
pinch:
  in:
    command: 'xdotool key ctrl+plus'
  out:
     command: 'xdotool key ctrl+minus'

threshold:
  swipe: 0.4
  pinch: 0.4

interval:
  swipe: 0.8
  pinch: 0.1

tap:
  3:
   command: 'xdotool key super'


plugin:
  inputs:
    libinput_command_input:
      enable-tap: true
      verbose: true

1 Ответ

1 голос
/ 30 июня 2020

Вы установили fusuma-plugin-tap?

Вы можете установить его с помощью $gem install fusuma-plugin-tap.

...