Cool update with the new activity bar badge. Is it possible to activate with a shortcut? It doesn't seem to have a default, and I couldn't find a command for it.
I don't think so. Rely on the community to find the shortcut API.
latex-activity-badge can be activated by assigning a hotkey to this command workbench.view.extension.latex.
I just went to keyboard-shortcuts in the file menu and in that assigned a hotkey to the above mentioned command. ctrl+shift+q is working fine for me.
@James-Yu - probably standardizing the hotkey, enabling it by default and mentioning that in the readme or notes is something you can consider. Just a suggestion ...
Note - the latex-activity-badge can be triggered by the hotkey only when a latex file is focused. (This is because, the latex-activity-badge is enabled only when the latex file is in focus.) Nonetheless, using the hotkey you can jump between explorer, git and latex-outline.
Most helpful comment
latex-activity-badge can be activated by assigning a hotkey to this command
workbench.view.extension.latex.I just went to
keyboard-shortcutsin the file menu and in that assigned a hotkey to the above mentioned command.ctrl+shift+qis working fine for me.@James-Yu - probably standardizing the hotkey, enabling it by default and mentioning that in the readme or notes is something you can consider. Just a suggestion ...
Note - the latex-activity-badge can be triggered by the hotkey only when a latex file is focused. (This is because, the latex-activity-badge is enabled only when the latex file is in focus.) Nonetheless, using the hotkey you can jump between explorer, git and latex-outline.