Skip to content

Commit 6f5e797

Browse files
committed
python: Switched to use ctrl-e instead of ctrl-t for switching between repl and editor by default.
1 parent cbe8dcb commit 6f5e797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/inet/common/ide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def debug_program(name, program, args, working_directory, remove_launch=True, de
5757

5858
def register_key_bindings():
5959
ip = IPython.get_ipython()
60-
@ip.pt_app.key_bindings.add('c-t')
60+
@ip.pt_app.key_bindings.add('c-e')
6161
def _(event):
6262
get_org_package().omnetpp.python.Activator.executeActivateEditorAction()
6363
@ip.pt_app.key_bindings.add('c-n')

0 commit comments

Comments
 (0)