You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cannot use 3/4 finger pinch in/ out. 3/4 finger Rotate sometimes work.
Pinch in & out works out well on other programs like Libinput-gesture // touchegg
I am using Microsoft Surface Book 2, Arch Linux, KDE Plasma
BTW fusuma-sendkey does not work for me too. When I run fusuma-sendkey LEFTALT+RIGHT
nothing happened. When I insert command into fusuma config, it does not work as well, it show LEFTALT+RIGHT output, but no key is pressed.
To Reproduce
Steps to reproduce the behavior:
Pinch in or Pinch Out
Fusuma debug shows no output
libinput debug-events does detect Pinch
Left: libinput debug-events Right: fusuma
In the picture shows that Pinch gesture has detect multiple times but fusuma does nothing.
Expected behavior
It works on other Gesture program like, ' libinput-gesture, touchegg....'
I also would like to see future support for GUI & "MacOS three finger drag" without using Xdotool press down. Because it keep request and stress CPU.
Arch packages "libinput-three-finger-drag" seems to does a pretty good job on drag.
Versions
Fusuma: 2.2.0libinput: 1.19.2ruby 3.0.2p107
Configuration
# ========= My version ==========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 14:
left:
# workspace: 'next' # Switch to next workspace# command: 'xdotool key --clearmodifiers super+ctrl+Right' # Move next Desktopcommand: 'xdotool key alt+Right'# History forward# sendkey: "LEFTALT+RIGHT" # history backkeypress:
LEFTSHIFT:
window: 'next'# Move window to next workspaceLEFTMETA:
command: 'xdotool key --clearmodifiers super+ctrl+Left'# Move window to left sideright:
# workspace: 'prev' # Switch to previous workspace# command: 'xdotool key --clearmodifiers super+ctrl+Left' # Move to Left Desktopcommand: 'xdotool key alt+Left'# History back# sendkey: "LEFTALT+LEFT" # history forwardkeypress:
LEFTSHIFT:
window: 'prev'# Move window to previous workspaceLEFTMETA:
command: 'xdotool key --clearmodifiers super+ctrl+Right'# Move window to right sideup:
# command: 'xdotool key Control_L+F10' # Workspace overviewworkspace: 'next'# Switch to next workspace# command: 'xdotool key --clearmodifiers alt+Right' # go to Previous# command: 'xdotool key --clearmodifiers super+ctrl+Down' # Move to Down Desktopkeypress:
LEFTMETA:
window:
maximized: 'toggle'# Toggle Maximize/Unmaximize Windowdown:
command: 'xdotool key Shift_L+Alt_L+Tab'#aaaaaworkspace: 'prev'# Switch to next workspace#command: 'xdotool key --clearmodifiers alt+Right' # go to Next#command: 'xdotool key --clearmodifiers super+ctrl+Up' # Move to Up Desktopkeypress:
LEFTMETA:
window: 'close'# Close window#pinch:##2:##in:##command: 'xdotool key Control_L+F10' # Zoom in##out:##command: 'xdotool key super+d' # Zoom out##3:##in:##command: 'xdotool keydown ctrl click 4 keyup ctrl' # Zoom in##out:##command: 'xdotool keydown ctrl click 5 keyup ctrl' # Zoom out#3:#in:#command: 'xdotool key Super_L+Tab' # Window overview#out:#command: 'xdotool key --clearmodifiers alt+shift+F1' # Workspace overview#4:#in:#command: 'xdotool key Super_L+Tab' # Window overview#out:#command: 'xdotool key --clearmodifiers alt+shift+F1' # Workspace overviewpinch:
2:
in:
command: "echo 2\ finger\ pinch\ in"out:
command: "echo 2\ finger\ pinch\ out"3:
in:
command: "echo 3\ finger\ pinch\ out"out:
command: "echo 3\ finger\ pinch\ out"4:
in:
command: "echo 4\ finger\ pinch\ in"out:
command: "echo 4\ finger\ pinch\ out"#rotate:#3:#clockwise:#command: 'xdotool key XF86MonBrightnessUp' # Brightness up#counterclockwise:#command: 'xdotool key XF86MonBrightnessDown' # Brightness down#rotate:#3:#clockwise:#command: 'xdotool key Super_L+Tab' # Window overview#counterclockwise:#command: 'xdotool key --clearmodifiers alt+shift+F1' # Workspace overview#4:#clockwise:#command: 'xdotool key Super_L+Tab' # Window overview#counterclockwise:#command: 'xdotool key --clearmodifiers alt+shift+F1' # Workspace overviewplugin:
inputs:
libinput_command_input: # options for lib/plugin/inputs/libinput_command_inputenable-tap: true # click to tapenable-dwt: true # disable tap while typingshow-keycodes: true # https://github.com/iberianpig/fusuma-plugin-keypress#add-show-keycode-option#executors:#sendkey_executor:#device_name: 'Microsoft Surface Keyboard'
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
Cannot use 3/4 finger pinch in/ out. 3/4 finger Rotate sometimes work.
Pinch in & out works out well on other programs like Libinput-gesture // touchegg
I am using Microsoft Surface Book 2, Arch Linux, KDE Plasma
BTW fusuma-sendkey does not work for me too. When I run fusuma-sendkey LEFTALT+RIGHT
nothing happened. When I insert command into fusuma config, it does not work as well, it show LEFTALT+RIGHT output, but no key is pressed.
To Reproduce
Steps to reproduce the behavior:
Left: libinput debug-events Right: fusuma
In the picture shows that Pinch gesture has detect multiple times but fusuma does nothing.
Expected behavior
It works on other Gesture program like, ' libinput-gesture, touchegg....'
I also would like to see future support for GUI & "MacOS three finger drag" without using Xdotool press down. Because it keep request and stress CPU.
Arch packages "libinput-three-finger-drag" seems to does a pretty good job on drag.
Versions
Configuration
The text was updated successfully, but these errors were encountered: