What's the point of this?
Warpd: A modal keyboard-driven virtual pointer
11–20 of 125 posts
Re: Warpd: A modal keyboard-driven virtual pointer
#12Re: Warpd: A modal keyboard-driven virtual pointer
#13Looking at the limitations, I hate how fragmented Linux is becoming for apps like this. Completely separate implementations for: - X - Wayland + Gnome Shell - Wayland + wlroots-based compositor - Wayland + sway or any other non-wlroots based compositor Is Wayland really that much better that this is worth it? Why can't Wayland be aware of the compositor like X?
Re: Warpd: A modal keyboard-driven virtual pointer
#14Re: Warpd: A modal keyboard-driven virtual pointer
#15I've built an app that has the same goals (not operate a mouse) but approach it completely different. Rather than try to simulate the moving the mouse itself, Shortcat [ https://shortcat.app/ ] indexes the user interface (buttons, text fields, links, menus, etc) and enables fast fuzzy search of the interface. Type a word, abbreviations, or hints and hit Enter to click or action the element. Works almost everywhere on…
Re: Warpd: A modal keyboard-driven virtual pointer
#16Earlier quoted context omitted.
Some people prefer a keyboard-focussed workflow and try to avoid using the mouse as much as possible.
Weird.
Re: Warpd: A modal keyboard-driven virtual pointer
#17Looks very useful! I especially like the ‘grid mode’ — I would never have thought of that idea myself. It’s just a pity it isn’t available on Windows, though I’ve previously had good experiences with Mousable [ https://github.com/wirekang/mouseable ].
Re: Warpd: A modal keyboard-driven virtual pointer
#18Looking at the limitations, I hate how fragmented Linux is becoming for apps like this. Completely separate implementations for: - X - Wayland + Gnome Shell - Wayland + wlroots-based compositor - Wayland + sway or any other non-wlroots based compositor Is Wayland really that much better that this is worth it? Why can't Wayland be aware of the compositor like X?
Once the the need is understood well enough, a common extension will be written, and Mutter, KWin and sway/wlroots will implement it.
This is better for security than X11 free-for-all.
Re: Warpd: A modal keyboard-driven virtual pointer
#19Looking at the limitations, I hate how fragmented Linux is becoming for apps like this. Completely separate implementations for: - X - Wayland + Gnome Shell - Wayland + wlroots-based compositor - Wayland + sway or any other non-wlroots based compositor Is Wayland really that much better that this is worth it? Why can't Wayland be aware of the compositor like X?
There's XWayland for interop. Besides that, people have been moving away from X11 for years now.
Re: Warpd: A modal keyboard-driven virtual pointer
#20I've built an app that has the same goals (not operate a mouse) but approach it completely different. Rather than try to simulate the moving the mouse itself, Shortcat [ https://shortcat.app/ ] indexes the user interface (buttons, text fields, links, menus, etc) and enables fast fuzzy search of the interface. Type a word, abbreviations, or hints and hit Enter to click or action the element. Works almost everywhere on…
Thank you for your hard work!