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
The gui would not compile using the versions of npm and nodejs that are included with ubuntu 22. So, I'm using the command line instead. I ran 'mouse-actions record' and then swiped from the center of the screen to the right edge with the right mouse button held down. Unfortunately,
mouse-actions seems not to record the point history required for the gesture.
Also, I have a question about use of the left mouse button -- if point histories can be made to work, can mouse-actions be told to trigger when a shape is drawn using the left mouse button?
Hello, which version of NPM/node are you using?
My versions:
$ npm --version
10.8.2
$ node --version
v20.17.0
I just checked, the GUI build well with these versions.
What's the build error for you?
I just checked, the GUI build well with these versions.
mouse-actions record also worked for me. Can you give you more information? What are you under which OS, under Wayland? Which desktop?
Also, I have a question about use of the left mouse button -- if point histories can be made to work, can mouse-actions be told to trigger when a shape is drawn using the left mouse button?
I just tried, it's possible to configure the left button for the shape events, but it's global to all the shapes and it doesn't go well with the left button.
I keep the issue open for the "left button shape binding" bug.
This is my first time using mouse-actions.
The gui would not compile using the versions of npm and nodejs that are included with ubuntu 22. So, I'm using the command line instead. I ran 'mouse-actions record' and then swiped from the center of the screen to the right edge with the right mouse button held down. Unfortunately,
mouse-actions seems not to record the point history required for the gesture.
Also, I have a question about use of the left mouse button -- if point histories can be made to work, can mouse-actions be told to trigger when a shape is drawn using the left mouse button?
The text was updated successfully, but these errors were encountered: