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
@jpoon I can't really add support for that. The keybinding dispatching occurs in a keydown browser event handler, where I only get the keyCode and the modifiers state (i.e. keyboard layout independent, not what would be produced in a keypress).
We need to do something special for vim mode where all typed characters can be "trapped" and redirected to an extension
@jpoon We cannot add colon as a valid keybinding for now. Please see #713 where the problem is explained. I also suggest #713 as the tracking issue instead of having an issue for each individual desired keybinding character.
Working on a VIM extension. A core key binding of VIM is
:
.The below is a workaround:
but it doesn't work on international keyboards.
The text was updated successfully, but these errors were encountered: