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
It doesn't allow me to lift my fingers for a second then continue the selection. This must be allowed because sometimes we can't make a long drag or selection with a one go on a small trackpad.
To Reproduce
Steps to reproduce the behavior:
Start selecting a text with 3 fingers from left to right
Stop and left the fingers immediately for about one second
Start the selection again with 3 fingers from left to right
Expected behavior
The text selected from the first step and third step should be all selected. But, only the text from the third step is selected.
Versions
PASTE OUTPUT OF `$ fusuma --version`I, [2023-02-21T17:30:59.592141 #304021] INFO -- : reload config: /home/vathanak/.config/fusuma/config.ymlI, [2023-02-21T17:30:59.769425 #304021] INFO -- : ---------------------------------------------I, [2023-02-21T17:30:59.769742 #304021] INFO -- : Fusuma: 2.5.1I, [2023-02-21T17:30:59.774107 #304021] INFO -- : libinput: 1.22.1I, [2023-02-21T17:30:59.774158 #304021] INFO -- : ruby 2.7.0p0I, [2023-02-21T17:30:59.775354 #304021] INFO -- : OS: Linux 5.15.0-60-generic #66~20.04.1-Ubuntu SMP Wed Jan 25 09:41:30 UTC 2023I, [2023-02-21T17:30:59.776654 #304021] INFO -- : Distribution: Ubuntu 20.04.5 LTS \n \lI, [2023-02-21T17:30:59.777593 #304021] INFO -- : Desktop session: ubuntu x11I, [2023-02-21T17:30:59.777624 #304021] INFO -- : ---------------------------------------------I, [2023-02-21T17:30:59.777641 #304021] INFO -- : Enabled Plugins: I, [2023-02-21T17:30:59.777786 #304021] INFO -- : Fusuma::Plugin::Buffers::AppmatcherBufferI, [2023-02-21T17:30:59.777811 #304021] INFO -- : Fusuma::Plugin::Buffers::GestureBufferI, [2023-02-21T17:30:59.777825 #304021] INFO -- : Fusuma::Plugin::Buffers::KeypressBufferI, [2023-02-21T17:30:59.777841 #304021] INFO -- : Fusuma::Plugin::Buffers::TapBufferI, [2023-02-21T17:30:59.777865 #304021] INFO -- : Fusuma::Plugin::Buffers::TimerBufferI, [2023-02-21T17:30:59.777890 #304021] INFO -- : Fusuma::Plugin::Detectors::AppmatcherDetectorI, [2023-02-21T17:30:59.777912 #304021] INFO -- : Fusuma::Plugin::Detectors::HoldDetectorI, [2023-02-21T17:30:59.777932 #304021] INFO -- : Fusuma::Plugin::Detectors::KeypressDetectorI, [2023-02-21T17:30:59.777956 #304021] INFO -- : Fusuma::Plugin::Detectors::PinchDetectorI, [2023-02-21T17:30:59.777980 #304021] INFO -- : Fusuma::Plugin::Detectors::RotateDetectorI, [2023-02-21T17:30:59.778004 #304021] INFO -- : Fusuma::Plugin::Detectors::SwipeDetectorI, [2023-02-21T17:30:59.778019 #304021] INFO -- : Fusuma::Plugin::Detectors::TapDetectorI, [2023-02-21T17:30:59.778032 #304021] INFO -- : Fusuma::Plugin::Events::Records::AppmatcherRecordI, [2023-02-21T17:30:59.778044 #304021] INFO -- : Fusuma::Plugin::Events::Records::ContextRecordI, [2023-02-21T17:30:59.778057 #304021] INFO -- : Fusuma::Plugin::Events::Records::GestureRecordI, [2023-02-21T17:30:59.778069 #304021] INFO -- : Fusuma::Plugin::Events::Records::IndexRecordI, [2023-02-21T17:30:59.778082 #304021] INFO -- : Fusuma::Plugin::Events::Records::KeypressRecordI, [2023-02-21T17:30:59.778095 #304021] INFO -- : Fusuma::Plugin::Events::Records::TextRecordI, [2023-02-21T17:30:59.778121 #304021] INFO -- : Fusuma::Plugin::Executors::CommandExecutorI, [2023-02-21T17:30:59.778135 #304021] INFO -- : Fusuma::Plugin::Executors::SendkeyExecutorI, [2023-02-21T17:30:59.778160 #304021] INFO -- : Fusuma::Plugin::Filters::KeypressFilterI, [2023-02-21T17:30:59.778186 #304021] INFO -- : Fusuma::Plugin::Filters::LibinputDeviceFilterI, [2023-02-21T17:30:59.778213 #304021] INFO -- : Fusuma::Plugin::Inputs::AppmatcherInputI, [2023-02-21T17:30:59.778241 #304021] INFO -- : Fusuma::Plugin::Inputs::LibinputCommandInputI, [2023-02-21T17:30:59.778268 #304021] INFO -- : Fusuma::Plugin::Inputs::TimerInputI, [2023-02-21T17:30:59.778296 #304021] INFO -- : Fusuma::Plugin::Parsers::AppmatcherParserI, [2023-02-21T17:30:59.778323 #304021] INFO -- : Fusuma::Plugin::Parsers::KeypressParserI, [2023-02-21T17:30:59.778351 #304021] INFO -- : Fusuma::Plugin::Parsers::LibinputGestureParserI, [2023-02-21T17:30:59.778378 #304021] INFO -- : Fusuma::Plugin::Parsers::TapParserI, [2023-02-21T17:30:59.778408 #304021] INFO -- : ---------------------------------------------
The text was updated successfully, but these errors were encountered:
I don't know whether it's commom on Windows but yes, it is on macOS cause I've been a Mac user for years.
Now, i'm using this program https://github.com/marsqing/libinput-three-finger-drag and it works flawlessly and it feels like i'm still using macOS. But, I like your project more and I don't want to use two programs at the same time.
Reselecting the previously selected characters (also redragging the prevously dragged window or file in nautilus) after removing all fingers from the touchpad should be possible only if the duration is like one second (or configurable). I hope you consider this the correct behavior too.
I want to make it possible to continue the dragging as much as possible in future updates. Appreciate the good hint. Grateful for the feedback from users like you.
Describe the bug
It doesn't allow me to lift my fingers for a second then continue the selection. This must be allowed because sometimes we can't make a long drag or selection with a one go on a small trackpad.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text selected from the first step and third step should be all selected. But, only the text from the third step is selected.
Versions
The text was updated successfully, but these errors were encountered: