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
I found a new example of shortcuts in Kinto besides Cmd+Tab that need to use bind. The input switching shortcuts, at least in GNOME. There's a nice UI dialog that pops up if you have multiple keyboard layouts enabled. This doesn't appear in terminals without using bind on the remaps. In GUI apps the shortcuts aren't remapped so it isn't a problem.
The other problem is that if I use the modifiers in the order Shift-Super-Space it acts like I've let go of the Super key, so the input switching UI dialog won't appear. So it will only switch between the last two layouts, even with bind.
So in short, it would probably be a good idea for bind to act like it's holding down all the given modifier keys in the combo. Otherwise the behavior is inconsistent depending on the order of the modifiers. Which is not normally an issue.
The text was updated successfully, but these errors were encountered:
Otherwise the behavior is inconsistent depending on the order of the modifiers.
This is on purpose, perhaps it just needs to be documented. Only the first key is bound. Until we actually have a UI that doesn't work with that, I think that's sufficient. With multi-bind order becomes even MORE important because you have to know what key is bound to what and if the # of keys don't match now you have a real mess.
This supports 99% (or 100%) of use cases, but yes, you have to get the order right.
@joshgoebel
I found a new example of shortcuts in Kinto besides Cmd+Tab that need to use
bind
. The input switching shortcuts, at least in GNOME. There's a nice UI dialog that pops up if you have multiple keyboard layouts enabled. This doesn't appear in terminals without usingbind
on the remaps. In GUI apps the shortcuts aren't remapped so it isn't a problem.The other problem is that if I use the modifiers in the order
Shift-Super-Space
it acts like I've let go of the Super key, so the input switching UI dialog won't appear. So it will only switch between the last two layouts, even withbind
.So in short, it would probably be a good idea for
bind
to act like it's holding down all the given modifier keys in the combo. Otherwise the behavior is inconsistent depending on the order of the modifiers. Which is not normally an issue.The text was updated successfully, but these errors were encountered: