Reputation: 6928
Is it possible to change the quick access shortcut numbers for a tool window?
i.e. the numbers next to a tool window name, used by the keyboard shortcut to toggle the window, talked about here
Upvotes: 4
Views: 1460
Reputation: 11688
In Android Studio, you can change the Keymap this way:
Preferences
-> Keymap
Then open Tool Windows
. You may need to scroll down to see all the options.
Right-click on the element you want to assign a new key-stroke. Select Add Keyboard Shortcut
. Make sure that the rectangle with a plus in it is selected (use your mouse) and press the key-stroke that you want for this item.
Android Studio will warn you if that key-stroke is already assigned. Click OK
to reassign that key-stroke to the item. It'll warn you one more time that you will need to remove the previous assignment for that key-stroke. Click Remove
to proceed. You should see the updated keystroke in the right-most column.
Upvotes: 0
Reputation: 13859
Yep. They are listed in Keymap. MainMenu -> View -> ToolWindows.
P.S.: Idea has a nice Find by shortcut
function in Keymap settings page, I used it, to answer your question.
Upvotes: 8