Jaakko Keränen
Jaakko Keränen
I suppose the underlying use case here is to enable using context menus without lifting one's hand to the mouse? As in, press the Menu key, then select and activate...
I agree. However, the current situation is basically a compromise. The scrollable document view in Lagrange has been implemented only for vertical scrolling, which means that long lines would not...
Hopefully SDL 2.0.22 + Wayland will behave more like the other windowing systems, but ultimately the solution here is to use an actual GUI toolkit like GTK with "native" menus....
> SDL 2.0.22 (which is due to be released very soon), Wayland will be the default video driver rather than X11. Looks like Wayland-by-default got postponed due to regressions in...
So, let's say you open the right sidebar and set it to the History tab. The difference to what you're proposing would be: - different sort order - coloring -...
It could be worth implementing at some point, as a way to visualize and assist one's navigation, but I see this as quite a low priority at the moment. Maybe...
Shift+Ctrl+A should work for this in all input fields. The Ctrl+A and Ctrl+E keys currently do an Emacs-style home/end cursor move. I'll probably add keybindings for the input field keys:...
Version 1.9 changed the hardcoded input keys so Ctrl+A selects all on PC platforms. Still, wouldn't hurt to have configurable keybindings for the input fields.
Probably the same issue as in #345 and #463: the HarfBuzz script is not being set according to the Unicode code points.
I added the calls to `SDL_SetTextInputRect` (abe38195588660abc717f13454d8dd28e425fd9). Let's see if that helps.