activitusbar icon indicating copy to clipboard operation
activitusbar copied to clipboard

[Question] How to bind keymaps

Open Kikobeats opened this issue 6 years ago • 3 comments

Hello,

Thanks for creating this plugin, it's very useful 👏.

I'm trying to setup a key binding for open the different activity bar options using differen keys, for example:

F3 → Tree View
F4 → Search
F5 → Debug

The only bind I found was Toggle sidebar visibility, but doing that I can't select the sidebar option that I want

Any idea how to do that?

Kikobeats avatar Oct 18 '18 09:10 Kikobeats

You should be able to change the following keybindings:

activitusbar.showExplorerView  (Ctrl+Shift+E)
activitusbar.showSearchViewWithSelection (Ctrl+Shift+F)
activitusbar.showReplaceViewWithSelection (Ctrl+Shift+H)  
activitusbar.showScmView (Ctrl+Shift+G)  
activitusbar.showDebugView (Ctrl+Shift+D)
activitusbar.showExtensionsView (Ctrl+Shift+X)

Unfortunately you can't select any extension provided views yet.

Gruntfuggly avatar Oct 18 '18 09:10 Gruntfuggly

Thanks a lot! feeling we can add it into readme 🙂

Kikobeats avatar Oct 18 '18 10:10 Kikobeats

Yes, that would be a good idea! :grin: I'll add it.

Gruntfuggly avatar Oct 18 '18 10:10 Gruntfuggly