mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
Change the bottom bar collapse shortcut to CTRL (CMD) - U.
This commit is contained in:
parent
c1622601f1
commit
cf7ca783c7
@ -6898,7 +6898,7 @@ EditorNode::EditorNode() {
|
||||
|
||||
bottom_panel_collapse = memnew(ToolButton);
|
||||
bottom_panel_collapse->set_icon(gui_base->get_theme_icon("CollapseBottomDock", "EditorIcons"));
|
||||
bottom_panel_collapse->set_shortcut(ED_SHORTCUT("editor/bottom_panel_collapse", TTR("Collapse Bottom Panel"), KEY_MASK_CTRL | KEY_B));
|
||||
bottom_panel_collapse->set_shortcut(ED_SHORTCUT("editor/bottom_panel_collapse", TTR("Collapse Bottom Panel"), KEY_MASK_CMD | KEY_U));
|
||||
bottom_panel_hb->add_child(bottom_panel_collapse);
|
||||
bottom_panel_collapse->hide();
|
||||
bottom_panel_collapse->connect("pressed", this, "_bottom_panel_collapse_pressed");
|
||||
|
Loading…
Reference in New Issue
Block a user