Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Plugin for Godot 4.1 and 4.2. Provides configurable shortcuts for bottom panels. Includes last opened bottom panel and positional shortcuts that depends on currently visible buttons to bottom panels.If you are on higher version (>= 4.3) Godot added Toggle Last Opened Bottom Panel shortcut that is doing the same thing as this plugin, except positional shortcuts. You are still free to use this plugin if you like positional shortcuts (Alt + 1,... Alt + 9).It supports toggle for any bottom window, even the ones that were added through other plugins.More info on the GitHub page: https://github.com/NoctemCat/BottomPanelShortcuts/
Bottom Panel Shortcuts
Plugin for Godot 4. Provides configurable shortcuts for toggling bottom panel and for toggling any bottom window. Toggling for bottom windows works based on position and current visibility of their buttons.
It supports toggle for any bottom window, even the ones that were added through plugins.
Default shortcuts
- Ctrl + Space: Toggle bottom panel
- Alt + 1: Toggle 1st visible button
- Alt + 2: Toggle 2nd visible button ...
- Alt + 9: Toggle 9th visible button
Hot to change default shortcuts?
- Open your project settings
- Enable "Advaned setting"
- Go to "Plugin" > "Bottom Window Shortcuts"
Project settings window
There you will be able to change Shortcut resource
Note: You can't load tres files into here, it is unsupported and will cause project manager to be unable to load this project. If you set tres file here, open project.godot and under [plugin] setting delete any bottom_panel_shortcuts\setting that contains Resource("file_path")
How does bottom windows shortcuts work?
The window that will be toggled is based on currently activated shortcut's position in the array. When shortcut is activated all buttons are filtered by visibility and then accessed by shortcut's index.
Because of this, theoretically this should be able to support any number of bottom panel windows, by way of growing this array. Or you can make the array smaller, if you think that default number of shortcuts is too large, or you already use these keys for other commands.
If you don't want to toggle 3rd or 4th window, but still want to toggle buttons further in the position you can clear shortcut resource, or you can change resource to not listen to any input.
Plugin for Godot 4.1 and 4.2. Provides configurable shortcuts for bottom panels. Includes last opened bottom panel and positional shortcuts that depends on currently visible buttons to bottom panels.
If you are on higher version (>= 4.3) Godot added Toggle Last Opened Bottom Panel shortcut that is doing the same thing as this plugin, except positional shortcuts. You are still free to use this plugin if you like positional shortcuts (Alt + 1,... Alt + 9).
It supports toggle for any bottom window, even the ones that were added through other plugins.
More info on the GitHub page: https://github.com/NoctemCat/BottomPanelShortcuts/
Reviews
Quick Information

Plugin for Godot 4.1 and 4.2. Provides configurable shortcuts for bottom panels. Includes last opened bottom panel and positional shortcuts that depends on currently visible buttons to bottom panels.If you are on higher version (>= 4.3) Godot added Toggle Last Opened Bottom Panel shortcut that is doing the same thing as this plugin, except positional shortcuts. You are still free to use this plugin if you like positional shortcuts (Alt + 1,... Alt + 9).It supports toggle for any bottom window, even the ones that were added through other plugins.More info on the GitHub page: https://github.com/NoctemCat/BottomPanelShortcuts/