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
Automatic locking of modifier keys is not always desiderable.
For example, in my use case in Termux:
1 - I select the next window in Tmux, keeping pressed Alt and repeating j key until I select the desired window. Due to the repeat speed set for long press (desidered for normal keys), Alt becomes locked.
2 - In the selected window I have nvim already opened with mappings to the Alt key. Due to the Alt key that is now locked I call unwanted commands/functions by pressing any key, if I do not notice that the modifier key has become locked.