iberianpig / fusuma-plugin-sendkey

Fusuma plugin that sending virtual keyboard events
MIT License
72 stars 2 forks source link

My sendkey dosenot work! #32

Closed luyanfeng closed 2 months ago

luyanfeng commented 1 year ago

My sendkey dosenot work!

ubuntu 22.04 x11.

console has log, bug it dosenot work: 图片

My config :


pinch:
  2:  
    in: 
      #command: "xdotool keydown ctrl click 4 keyup ctrl" 
       #command: "ydotool key 29:1 12:1 12:0 29:0"
      sendkey: "LEFTCTRL+MINUS"
      threshold: 0.5 
      interval: 0.5 
    out:
      command: "xdotool keydown ctrl click 5 keyup ctrl" 
        #command: "ydotool key 29:1 13:1 13:0 29:0"
      sendkey: "LEFTCTRL+EQUAL"
      threshold: 0.5 
      interval: 0.5
Harryl7 commented 1 year ago

hey mate, have you solved the issue? i met the same problem

luyanfeng commented 1 year ago

没有,我现在用的fusuma+ydotool插件和 touchegg。

---- Replied Message ---- | From | @.> | | Date | 09/25/2023 20:05 | | To | @.> | | Cc | @.>@.> | | Subject | Re: [iberianpig/fusuma-plugin-sendkey] My sendkey dosenot work! (Issue #32) |

hey mate, have you solved the issue? i met the same problem

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

iberianpig commented 5 months ago

Did you try fusuma-sendkey on your terminal?

$ fusuma-sendkey LEFTCTRL+MINUS
$ fusuma-sendkey LEFTCTRL+LEFTSHIFT+EQUAL

It works with Gnome Terminal on Pop!_OS 22.04 X11.

Screencast from 2024年06月09日 01時44分26秒.webm

iberianpig commented 2 months ago

Since it cannot be reproduced, I will close it.