Kohei Yamada
Kohei Yamada
If you know the keyboard device name and listed in libinput list-devices, please try the following configuration. > https://github.com/iberianpig/fusuma-plugin-sendkey#specify-keyboard-by-device-name ```yaml plugin: executors: sendkey_executor: device_name: 'YOUR KEYBOARD NAME' ```
You're right, it might be difficult to identify if there are multiple devices with the same name. However, the device ID may change at startup, so it shouldn't depend on...
It seems that installing the fusuma-plugin-remap may help resolve this issue by automatically creating a virtual device. You can find more information here: https://github.com/iberianpig/fusuma-plugin-remap. If you continue to experience problems,...
Please consider `command:` or set threshold lower ```yml swipe: 3: left: command: "fusuma-sendkey VOLUMEDOWN && fusuma-sendkey VOLUMEDOWN && fusuma-sendkey VOLUMEDOWN" ```
fixed #34
Thanks for your suggestion! Here's what I'm thinking right now about adding features in the future. I will not change the syntax of threshold/interval for swipe because we want to...
I'm sorry for not being able to explain it well. I could understand that your idea is adding interval/threshold to "keypress". > I found using Fastlane really unpleasant because of...
Thank you for your advice. I would like to make sure I don't lose the "simplicity" for the sake of "backward compatibility." I continuously improve Fusuma's interface to make it...
BTW, Fusuma v2 has been released. https://github.com/iberianpig/fusuma/pull/224 1. We've separated the gestures that are triggered frequently in real-time from the ones that are triggered in a single shot as before....
I have the will to work on it, but I don't have the time to do it now. We need to add some tests and improve the parser plugin to...