Skip to content

Instantly share code, notes, and snippets.

@Fireforge
Created March 29, 2014 20:11
Show Gist options
  • Save Fireforge/9861994 to your computer and use it in GitHub Desktop.
Save Fireforge/9861994 to your computer and use it in GitHub Desktop.
config.ssdf for debug shortcuts for IEP
shortcuts2 = dict:
edit__comment = 'Ctrl+R,'
edit__copy = 'Ctrl+C,Ctrl+Insert'
edit__cut = 'Ctrl+X,Shift+Delete'
edit__dedent = 'Shift+Tab,'
edit__delete_line = 'Ctrl+D,'
edit__find_next = 'Ctrl+G,F3'
edit__find_or_replace = 'Ctrl+F,'
edit__find_previous = 'Ctrl+Shift+G,Shift+F3'
edit__find_selection = 'Ctrl+F3,'
edit__find_selection_backward = 'Ctrl+Shift+F3,'
edit__indent = 'Tab,'
edit__justify_commentdocstring = 'Ctrl+J,'
edit__paste = 'Ctrl+V,Shift+Insert'
edit__redo = 'Ctrl+Y,'
edit__select_all = 'Ctrl+A,'
edit__uncomment = 'Ctrl+T,'
edit__undo = 'Ctrl+Z,'
file__close = 'Ctrl+W,'
file__new = 'Ctrl+N,'
file__open = 'Ctrl+O,'
file__save = 'Ctrl+S,'
run__execute_cell = 'Ctrl+Return,Ctrl+Enter'
run__execute_cell_and_advance = 'Ctrl+Shift+Return,Ctrl+Shift+Enter'
run__execute_file = 'Ctrl+E,'
run__execute_main_file = 'Ctrl+M,'
run__execute_selection = 'Alt+Return,'
run__run_cell = 'Ctrl+Return,Ctrl+Enter'
run__run_cell_and_advance = 'Ctrl+Shift+Return,Ctrl+Shift+Enter'
run__run_file = 'Ctrl+E,'
run__run_file_as_script = 'Ctrl+Shift+E,'
run__run_main_file = 'Ctrl+M,'
run__run_main_file_as_script = 'Ctrl+Shift+M,'
run__run_selection = 'Alt+Return,'
shell__clear_screen = 'Ctrl+L,'
shell__close = 'Alt+K,'
shell__create_shell_1_ = 'Ctrl+1,'
shell__create_shell_2_ = 'Ctrl+2,'
shell__create_shell_3_ = 'Ctrl+3,'
shell__create_shell_4_ = 'Ctrl+4,'
shell__create_shell_5_ = 'Ctrl+5,'
shell__create_shell_6_ = 'Ctrl+6,'
shell__create_shell_7_ = 'Ctrl+7,'
shell__create_shell_8_ = 'Ctrl+8,'
shell__debug_continue_proceed_to_next_breakpoint = 'F5,'
shell__debug_next_proceed_until_next_line = 'F10,'
shell__debug_return_proceed_until_returns = 'F12,'
shell__debug_step_into_proceed_one_step = 'F11,'
shell__interrupt = 'Ctrl+I,Meta+C'
shell__restart = 'Ctrl+K,'
shell__terminate = 'Ctrl+Shift+K,'
view__select_editor = 'Ctrl+9,F2'
view__select_previous_file = 'Ctrl+Tab,'
view__select_shell = 'Ctrl+0,F1'
view__zooming__zoom_in = 'Ctrl+=,Ctrl++'
view__zooming__zoom_out = 'Ctrl+-,'
view__zooming__zoom_reset = 'Ctrl+\\,'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment