Skip to content

Commit a3f9b8a

Browse files
impact27ccordoba12
andauthored
Apply suggestions from code review
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
1 parent f61c8ef commit a3f9b8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spyder/config/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,8 @@
513513
'ipython_console/clear line': "Shift+Escape",
514514
'ipython_console/enter array inline': "Ctrl+Alt+M",
515515
'ipython_console/enter array table': "Ctrl+M",
516-
'ipython_console/go to next console': "Ctrl+Alt+Right",
517-
'ipython_console/go to previous console': "Ctrl+Alt+Left",
516+
'ipython_console/go to next console': "Shift+Right",
517+
'ipython_console/go to previous console': "Shift+Left",
518518
# ---- In widgets/arraybuider.py ----
519519
'array_builder/enter array inline': "Ctrl+Alt+M",
520520
'array_builder/enter array table': "Ctrl+M",

spyder/plugins/ipythonconsole/widgets/main_widget.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def setup(self):
426426
triggered=lambda: self.tabs.tab_navigate(-1),
427427
register_shortcut=True
428428
)
429+
429430
# --- For the client
430431
self.env_action = self.create_action(
431432
IPythonConsoleWidgetActions.ShowEnvironmentVariables,

0 commit comments

Comments
 (0)