iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.67k stars 149 forks source link

Assign command with combination of key press and gesture #105

Closed iberianpig closed 5 years ago

iberianpig commented 6 years ago

I want to assign command to combination of key press and swipe event.

To move current window to another workspace, however number of gesture only 3/4 swipe/pinch is not enough.

ex) Move current window to another Workspace

ex) Brightness Controll

ex) Volume Controll

iberianpig commented 5 years ago

will support key_xxxx properties on config.yml

swipe:
  4:
    up:
      command: 'xdotool key super+s'
    down:
      command: 'xdotool key super+a'
    key_leftmeta:
      up:
        command: 'xdotool key XF86MonBrightnessUp'
      down:
        command: 'xdotool key XF86MonBrightnessDown'
iberianpig commented 5 years ago

I'll support modifier keys feature as fusuma plugin.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

iberianpig commented 5 years ago

I will implement this feature as fusuma-plugin-key-press

iberianpig commented 5 years ago

I created new repository for this feature. https://github.com/iberianpig/fusuma-plugin-keypress

iberianpig commented 5 years ago

I published fusuma-pugin-keypress and added a list of available plugins to README.