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
Seems like it is impossible to remap some other action to perform , or in omnibar.
api.cmap('<ArrowRight>', '<Shift-Enter>'); -> this does not work while api.cmap('<ArrowRight>', '<Shift-Tab>'); works correctly.
I have been looking through implementation a bit and seems that this values are hardcoded and not remappable. Or maybe there is a way to remap this through some custom script.
Seems like it is impossible to remap some other action to perform , or in omnibar.
api.cmap('<ArrowRight>', '<Shift-Enter>');
-> this does not work whileapi.cmap('<ArrowRight>', '<Shift-Tab>');
works correctly.I have been looking through implementation a bit and seems that this values are hardcoded and not remappable. Or maybe there is a way to remap this through some custom script.
The text was updated successfully, but these errors were encountered: