Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

[Question] How to bind keymaps #10

Open Kikobeats opened 6 years ago

Kikobeats commented 6 years ago

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?

Gruntfuggly commented 6 years ago

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.

Kikobeats commented 6 years ago

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

Gruntfuggly commented 6 years ago

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