Is it possible to execute a shortcut like Ctrl L,L for a vscode.window.activeTextEditor?
Ctrl L,L selects two lines.
I want to be able to run any shortcut inside an active editor by VSCode API.
VsCode shortcuts bind keyboard input to named "commands".
User can rebind their keys to different command.
Try executeCommand by command name.