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 have a similar problem that is probably related: applying a keymap containing a symbol key (like "?" or "/") will cause the keybinding to fail. Logging the value of app.active_bindings showed that before applying a keymap the key's value was "question" and after applying the keymap it was "?".
Here is a modified version of @davep 's code above to illustrate:
Extract the code that converts a key binding string into a list of key
values to a separate function, to ensure consistent key handling when
applying keymaps.
FixesTextualize#5704
Thanks for moving this to a new issue, @TomJGooding . I posted it in #5694 thinking that they had the same root problem, namely, that key strings from Keymaps are not preprocessed in the same way that key strings from Bindings are. Thanks also for making a PR so quickly!
Originally posted by @mathman1618 in #5694
The text was updated successfully, but these errors were encountered: