Wondering if others experience this or if it's just my setup. I've tried searching for open issues that describe this behavior but haven't had much luck yet.
I believe it only affects GTK apps but when I'm at an input text box on an app, hitting ctrl-a doesn't actually select all the input most of the time. If I hold ctrl-a for a few seconds, it eventually succeeds. This only happens to me in hyprland.
If this isn't a known issue I'll put more time into describing it and testing exactly which input dialogs are affected.
If that's the case, it's a bit of an ugly hack but you could make a wrapper script placed in
/usr/local/bin/inkscapelike this:(the
${*}will pass along all the arguments that the wrapper script was called with)