Skip to content

Commit c859a57

Browse files
committed
defaults: Add missing shortcuts that were giving conflicts when moving from 2.2 to 2.3
1 parent 44a4fe4 commit c859a57

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spyderlib/defaults/defaults-2.4.0.ini

+2
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ _/switch to outline_explorer = Ctrl+Shift+O
316316
editor/show/hide outline = Ctrl+Alt+O
317317
_/fullscreen mode = F11
318318
_/maximize plugin = Ctrl+Alt+Shift+M
319+
_/maximize dockwidget = Ctrl+Alt+Shift+M
319320
_/close plugin = Shift+Ctrl+F4
321+
_/close dockwidget = Shift+Ctrl+F4
320322
_/switch to inspector = Ctrl+Shift+I
321323
profiler/run profiler = F10
322324
editor/move line down = Alt+Down

spyderlib/defaults/defaults-3.0.0.ini

+2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ _/switch to outline_explorer = Ctrl+Shift+O
298298
editor/show/hide outline = Ctrl+Alt+O
299299
editor/blockcomment = Ctrl+4
300300
_/maximize plugin = Ctrl+Alt+Shift+M
301+
_/maximize dockwidget = Ctrl+Alt+Shift+M
301302
_/close plugin = Shift+Ctrl+F4
303+
_/close dockwidget = Shift+Ctrl+F4
302304
_/switch to inspector = Ctrl+Shift+I
303305
profiler/run profiler = F10
304306
editor/move line down = Alt+Down

0 commit comments

Comments
 (0)