Replies: 4 comments 4 replies
-
That is a "internal" GitLens "command" and not intended to be used by end users. It's basically a "hack" to allow the VS Code keybinding system to allow GitLens to provide shortcut key based behaviors in different scenarios -- like in quick pick menus. |
Beta Was this translation helpful? Give feedback.
-
I don't understand... Alt-RightArrow is bound to this command. I hit Alt-RightArrow and nothing happens.... How do I find what is supposed to happen when I hit that key combination? |
Beta Was this translation helpful? Give feedback.
-
To be clear, the command doesn't do anything on it's own. Its used to capture keyboard events inside other features such as the quickpicks in this commit: 7cdc9f7 |
Beta Was this translation helpful? Give feedback.
-
So two questions come up:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for information about what alt-rightarrow does and I have no idea how to find out. The command is not well named as it is:
That gives no indication of what the command does. I used google to try to find out and it revealed nothing. I can't find it in the documentation. How do I find out what command "gitlens.key.alt+right" does?
Beta Was this translation helpful? Give feedback.
All reactions