-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[genie] advanced gestures for launching #64
Comments
Drawing a circle or other shape would be really useful too. This would be much more predictable and unlikely to be mistaken for anything else, since users only tap and swipe in the RM UI (when using touch) |
Also is it currently possible to specify a gesture where the user has to swipe all the way up from the bottom to the top of the screen? @ddvk uses this in their koreader setup, but from what I can tell I'm not sure this is possible with zones |
this should be simple to add since SwipeGesture already supports a 'distance', reading it just needs to be added to gesture_parser.cpy |
I indeed tried the distance configuration and it does not change anything, i'll try with the area |
you can try genie / remux from build.rmkit.dev to see if the i played with setting distance to different values - please let me know what distance you decide on, thanks! |
Mmh thanks for that, I use the toltec install for now, I'll keep with the 3 fingers tap gestures to toggle remux as it works well, but a gentle three finger up swap is what I'm really looking for. |
brainstormed a bit with linus on discord a week ago. for genie, it is interesting to explore other gestures for launching apps.
some ideas:
being able to launch commands without looking at the screen could make input much faster.
(more images will be attached throughout this thread)
The text was updated successfully, but these errors were encountered: