File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
plugins/ipythonconsole/widgets Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 513
513
'ipython_console/clear line' : "Shift+Escape" ,
514
514
'ipython_console/enter array inline' : "Ctrl+Alt+M" ,
515
515
'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" ,
518
518
# ---- In widgets/arraybuider.py ----
519
519
'array_builder/enter array inline' : "Ctrl+Alt+M" ,
520
520
'array_builder/enter array table' : "Ctrl+M" ,
Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ def setup(self):
426
426
triggered = lambda : self .tabs .tab_navigate (- 1 ),
427
427
register_shortcut = True
428
428
)
429
+
429
430
# --- For the client
430
431
self .env_action = self .create_action (
431
432
IPythonConsoleWidgetActions .ShowEnvironmentVariables ,
You can’t perform that action at this time.
0 commit comments