This section documents all the default key bindings for the Eclipse keyboard personality, set by the Personality preference.
Alt-1: fold-python-methods - Fold up all Python methods, expand all classes, and leave other fold points alone
Alt-1: fold-python-methods - Fold up all Python methods, expand all classes, and leave other fold points alone
Alt-2: fold-python-classes - Fold up all Python classes but leave other fold points alone
Alt-2: fold-python-classes - Fold up all Python classes but leave other fold points alone
Alt-3: fold-python-classes-and-defs - Fold up all Python classes, methods, and functions but leave other fold points alone
Alt-3: fold-python-classes-and-defs - Fold up all Python classes, methods, and functions but leave other fold points alone
Alt-BackSpace: backward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word behind of the cursor ; Toolbar Search Commands: Delete word behind the cursor
Alt-BackSpace: backward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word behind of the cursor ; Toolbar Search Commands: Delete word behind the cursor
Alt-Delete: backward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word behind of the cursor ; Toolbar Search Commands: Delete word behind the cursor
Alt-Delete: backward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word behind of the cursor ; Toolbar Search Commands: Delete word behind the cursor
Alt-Down: fold-expand-more-current - Expand the current fold point one more level
Alt-Down: fold-expand-more-current - Expand the current fold point one more level
Alt-Down: move-line-down(indent=True) - Move the current line or lines up down line, optionally indenting to match the new position
Alt-End: fold-expand-all - Expand all fold points in the current file
Alt-End: fold-expand-all - Expand all fold points in the current file
Alt-Enter: view-file-properties - View project properties for a particular file (current file if none is given)
Alt-F11: prev-points-of-use-match - Display the previous match in the active points of use tool
Alt-F11: prev-points-of-use-match - Display the previous match in the active points of use tool
Alt-F12: next-points-of-use-match - Display the next match in the active points of use tool
Alt-F12: next-points-of-use-match - Display the next match in the active points of use tool
Alt-F3: search - Bring up the search manager in search mode.
Alt-F3: search - Bring up the search manager in search mode.
Alt-F4: close-window - Close the current window and all documents and panels in it
Alt-F4: close-window - Close the current window and all documents and panels in it
Alt-F5: run-to-cursor - Run to current cursor position
Alt-F5: run-to-cursor - Run to current cursor position
Alt-F6: run-failed-tests - Re-run all the previously failed tests. The tests are debugged when debug is True.
Alt-F6: run-failed-tests - Re-run all the previously failed tests. The tests are debugged when debug is True.
Alt-F7: run-last-tests - Run again the last group of tests that were run. The tests are debugged when debug is True.
Alt-F7: run-last-tests - Run again the last group of tests that were run. The tests are debugged when debug is True.
Alt-Home: fold-collapse-all - Collapse all fold points in the current file
Alt-Home: fold-collapse-all - Collapse all fold points in the current file
Alt-Left: visit-history-previous - Move back in history to previous visited editor position
Alt-Left: visit-history-previous - Move back in history to previous visited editor position
Alt-Left: visit-history-previous - Move back in history to previous visited editor position
Alt-Page_Down: fold-expand-all-current - Expand the current fold point completely
Alt-Page_Down: fold-expand-all-current - Expand the current fold point completely
Alt-Page_Up: fold-collapse-all-current - Collapse the current fold point completely
Alt-Page_Up: fold-collapse-all-current - Collapse the current fold point completely
Alt-Return: new-line - Place a new line at the current cursor position
Alt-Return: new-line - Place a new line at the current cursor position
Alt-Right: visit-history-next - Move forward in history to next visited editor position
Alt-Right: visit-history-next - Move forward in history to next visited editor position
Alt-Right: visit-history-next - Move forward in history to next visited editor position
Alt-Shift-Down: select-less - Select less code; undoes the last select-more command
Alt-Shift-L: introduce-variable - Introduce named variable set to the current selected expression or to the range in the active editor specified by pos_range. The new_name argument is used as the default variable name if it is specified.
Alt-Shift-Left: previous-statement - Select the previous statement. Will ignore indented statements under the current statements unless ignore_indented is False. Specify a count of more than 1 to go back multiple statements.
Alt-Shift-M: extract-def - Extract selected lines to a new function or method. The new_name argument is used as the default for the name field if specified.
Alt-Shift-O: show_preferences_gui(prefname="edit.highlight-occurrences")
Alt-Shift-R: rename-symbol - Rename currently selected symbol. The new_name argument is used as the default for the name field if specified.
Alt-Shift-Right: next-statement - Select the next statement. Will ignore indented statements under the current statements unless ignore_indented is False. Specify a count of more than 1 to go forward multiple statements.
Alt-Shift-T: show-panel(panel_type="refactoring") - Show most recently visited panel instance of given type. If no such panel exists, add one to the primary window and show it. Returns the panel view object or None if not shown. Focus is shifted to panel if grab_focus is specified and is true; if grab_focus is not specified, it defaults to the value of flash.
The valid panel types are:
project (*) browser (**) batch-search (*) interactive-search source-assistant (**) debug-data debug-stack debug-io debug-exceptions debug-breakpoints (**) debug-probe (**) debug-watch (**) debug-modules (**) python-shell messages (*) help indent (**) bookmarks (**) testing (**) open-files (*) os-command (**) snippets (**) diff (**) uses (**) refactoring (**) versioncontrol.svn (**) versioncontrol.hg (**) versioncontrol.git (**) versioncontrol.bzr (**) versioncontrol.cvs (**) versioncontrol.perforce (**)
(*) Wing Personal and Pro only (**) Wing Pro only
Alt-Shift-U: show_preferences_gui(prefname="edit.highlight-occurrences")
Alt-Shift-Up: select-more - Select more code on either the current line or larger multi-line blocks.
Alt-Shift-V: move-symbol - Move the currently selected symbol to another module, class, or function. The new_filename and new_scope_name arguments are used as default values in the filename and scope name fields if specified.
Alt-Slash: fold-toggle - Toggle the current fold point
Alt-Slash: fold-toggle - Toggle the current fold point
Alt-Up: fold-collapse-more-current - Collapse the current fold point one more level
Alt-Up: fold-collapse-more-current - Collapse the current fold point one more level
Alt-Up: move-line-up(indent=True) - Move the current line or lines up one line, optionally indenting to match the new position
Alt-comma: query-replace - Initiate incremental mini-search query/replace from the cursor position.
Alt-period: replace-string - Replace all occurrences of a string from the cursor position to end of file.
BackSpace: backward-delete-char - Action varies according to focus: Active Editor Commands: Delete one character behind the cursor, or the current selection if not empty. ; Toolbar Search Commands: Delete character behind the cursor
BackSpace: backward-delete-char - Action varies according to focus: Active Editor Commands: Delete one character behind the cursor, or the current selection if not empty. ; Toolbar Search Commands: Delete character behind the cursor
Ctrl-/: comment-block-toggle - Toggle block comment (with ## at start) on the selected lines in editor. This is a different style of block commenting than Wing implements by default (the default in Wing is intended to work better with some of the other editor functionality)
Ctrl-0: next-document - Move to the next document alphabetically in the list of documents open in the current window
Ctrl-1: activate-file-option-menu - Activate the file menu for the editor.
Ctrl-1: activate-file-option-menu - Activate the file menu for the editor.
Ctrl-2: activate-symbol-option-menu-1 - Activate the 1st symbol menu for the editor.
Ctrl-2: activate-symbol-option-menu-1 - Activate the 1st symbol menu for the editor.
Ctrl-3: activate-symbol-option-menu-2 - Activate the 2nd symbol menu for the editor.
Ctrl-3: activate-symbol-option-menu-2 - Activate the 2nd symbol menu for the editor.
Ctrl-4: activate-symbol-option-menu-3 - Activate the 3rd symbol menu for the editor.
Ctrl-4: activate-symbol-option-menu-3 - Activate the 3rd symbol menu for the editor.
Ctrl-5: activate-symbol-option-menu-4 - Activate the 4th symbol menu for the editor.
Ctrl-5: activate-symbol-option-menu-4 - Activate the 4th symbol menu for the editor.
Ctrl-6: activate-symbol-option-menu-5 - Activate the 5th symbol menu for the editor.
Ctrl-6: activate-symbol-option-menu-5 - Activate the 5th symbol menu for the editor.
Ctrl-7 C: use-lexer-cpp - Force syntax highlighting for C/C++ source
Ctrl-7 H: use-lexer-html - Force syntax highlighting for HTML
Ctrl-7 M: use-lexer-makefile - Force syntax highlighting for make files
Ctrl-7 N: use-lexer-none - Use no syntax highlighting
Ctrl-7 P: use-lexer-python - Force syntax highlighting for Python source
Ctrl-7 S: use-lexer-sql - Force syntax highlighting for SQL
Ctrl-7 X: use-lexer-xml - Force syntax highlighting for XML files
Ctrl-8: recent-document - Switches to previous document most recently visited in the current window or window set if in one-window-per-editor windowing mode.
Ctrl-9: previous-document - Move to the previous document alphabetically in the list of documents open in the current window
Ctrl-=: indent-to-match - Indent the current line or selected region to match indentation of preceding non-blank line. Set toggle=True to indent instead of one level higher if already at the matching position.
Ctrl-=: indent-to-match - Indent the current line or selected region to match indentation of preceding non-blank line. Set toggle=True to indent instead of one level higher if already at the matching position.
Ctrl-A: select-all - Select all text in the editor
Ctrl-Alt-B: search-sel-backward - Search backward using current selection
Ctrl-Alt-Comma: query-replace-regex - Initiate incremental mini-search query/replace from the cursor position. The search string is treated as a regular expression.
Ctrl-Alt-D: evaluate-sel-in-debug-probe - Evaluate the current selection from the editor within the Debug Probe tool. When whole_lines is set, the selection is rounded to whole lines before evaluation. When unspecified (set to None), the setting from the Shell's Option menu is used instead.
Ctrl-Alt-D: selection-add-next-occurence(skip_current=True) - Add another selection containing the text of the current selection. If skip_current is true, the current selection will be deselected. If nothing is currently selected, select the current word. Searches backwards if reverse is true.
Ctrl-Alt-Down: duplicate-line - Duplicate the current line or lines. Places the duplicate on the line following the selection if pos is 'below' or before the selection if it is 'above'.
Ctrl-Alt-Down: goto-next-bookmark(current_file_only=True) - Go to the next bookmark, or the first one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-Down: goto-next-bookmark(current_file_only=True) - Go to the next bookmark, or the first one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-E: evaluate-sel-in-shell - Evaluate the current selection from the editor within the Python Shell tool, optionally restarting the shell first. When whole_lines is set, the selection is rounded to whole lines before evaluation. When unspecified (set to None), the setting from the Shell's Option menu is used instead.
Ctrl-Alt-F: search-sel-forward - Search forward using current selection
Ctrl-Alt-F5: debug-kill-all - Terminate all debug processes
Ctrl-Alt-F5: debug-kill-all - Terminate all debug processes
Ctrl-Alt-F6: debug-failed-tests - Re-run all the previously failed tests in the debugger.
Ctrl-Alt-F6: debug-failed-tests - Re-run all the previously failed tests in the debugger.
Ctrl-Alt-F7: debug-last-tests - Debug the last group of tests that were run.
Ctrl-Alt-F7: debug-last-tests - Debug the last group of tests that were run.
Ctrl-Alt-G: goto-bookmark - Goto named bookmark
Ctrl-Alt-K: show-bookmarks - Show a list of all currently defined bookmarks
Ctrl-Alt-Left: goto-previous-bookmark - Go to the previous bookmark in the bookmark list, or the last one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-Left: goto-previous-bookmark - Go to the previous bookmark in the bookmark list, or the last one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-M: set-bookmark - Set a bookmark at current location on the editor. Mark is the project-wide textual name of the bookmark.
Ctrl-Alt-Right: goto-next-bookmark - Go to the next bookmark, or the first one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-Right: goto-next-bookmark - Go to the next bookmark, or the first one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-T: toggle-bookmark - Set or remove a bookmark at current location on the editor. When set, the name of the bookmark is set to an auto-generated default.
Ctrl-Alt-Up: duplicate-line-above - Duplicate the current line or lines above the selection.
Ctrl-Alt-Up: goto-previous-bookmark(current_file_only=True) - Go to the previous bookmark in the bookmark list, or the last one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-Up: goto-previous-bookmark(current_file_only=True) - Go to the previous bookmark in the bookmark list, or the last one if no bookmark is selected. Stays within the file in the current editor when current_file_only is True.
Ctrl-Alt-V: evaluate-file-in-shell - Run the contents of the editor within the Python Shell
Ctrl-Alt-period: replace-string-regex - Replace all occurrences of a string from the cursor position to end of file. The search string is treated as a regular expression.
Ctrl-Apostrophe: enclose(start="'", end="'") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Apostrophe: enclose(start="'", end="'") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Asterisk: fold-expand-all - Expand all fold points in the current file
Ctrl-B: isearch-sel-forward - Action varies according to focus: Active Editor Commands: Initiate incremental mini-search forward from the cursor position, using current selection as the search string. Set persist=False to do the search but end the interactive search session immediately.; Document Viewer Commands: Initiate incremental mini-search forward from the cursor position, using current selection as the search string. Set persist=False to do the search but end the interactive search session immediately.
Ctrl-BackSpace: backward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word behind of the cursor ; Toolbar Search Commands: Delete word behind the cursor
Ctrl-BackSpace: backward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word behind of the cursor ; Toolbar Search Commands: Delete word behind the cursor
Ctrl-Braceleft: enclose(start="{", end="}") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Braceleft: enclose(start="{", end="}") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Bracketleft: enclose(start="[", end="]") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Bracketleft: enclose(start="[", end="]") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-C: copy - Action varies according to focus: Active Editor Commands: Copy selected text ; Document Viewer Commands: Copy any selected text. ; Exceptions Commands: Copy the exception traceback to the clipboard ; Search Manager Instance Commands: Copy selected text ; Toolbar Search Commands: Cut selection
Ctrl-Comma: next-window - Switch to the next window alphabetically by title
Ctrl-D: delete-line - Delete the current line or lines when the selection spans multiple lines or given repeat is > 1
Ctrl-D: toolbar-search-focus - Move focus to toolbar search entry.
Ctrl-Delete: forward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word in front of the cursor ; Toolbar Search Commands: Delete word in front of the cursor
Ctrl-Delete: forward-delete-word - Action varies according to focus: Active Editor Commands: Delete one word in front of the cursor ; Toolbar Search Commands: Delete word in front of the cursor
Ctrl-Down: select-less - Select less code; undoes the last select-more command
Ctrl-Down: select-less - Select less code; undoes the last select-more command
Ctrl-E: brace-match - Match brace at current cursor position, selecting all text between the two and hilighting the braces
Ctrl-E: show-panel(panel_type="open-files") - Show most recently visited panel instance of given type. If no such panel exists, add one to the primary window and show it. Returns the panel view object or None if not shown. Focus is shifted to panel if grab_focus is specified and is true; if grab_focus is not specified, it defaults to the value of flash.
The valid panel types are:
project (*) browser (**) batch-search (*) interactive-search source-assistant (**) debug-data debug-stack debug-io debug-exceptions debug-breakpoints (**) debug-probe (**) debug-watch (**) debug-modules (**) python-shell messages (*) help indent (**) bookmarks (**) testing (**) open-files (*) os-command (**) snippets (**) diff (**) uses (**) refactoring (**) versioncontrol.svn (**) versioncontrol.hg (**) versioncontrol.git (**) versioncontrol.bzr (**) versioncontrol.cvs (**) versioncontrol.perforce (**)
(*) Wing Personal and Pro only (**) Wing Pro only
Ctrl-End: end-of-document - Move cursor to end of document
Ctrl-End: end-of-document - Move cursor to end of document
Ctrl-Equal: zoom-in - Action varies according to focus: Document Viewer Commands: Increase documentation font size; General Editor Commands: Zoom in, increasing the text display size temporarily by one font size
Ctrl-Equal: zoom-in - Action varies according to focus: Document Viewer Commands: Increase documentation font size; General Editor Commands: Zoom in, increasing the text display size temporarily by one font size
Ctrl-F: search - Bring up the search manager in search mode.
Ctrl-F12: command-by-name - Execute given command by name, collecting any args as needed
Ctrl-F12: command-by-name - Execute given command by name, collecting any args as needed
Ctrl-F3: search-sel-forward - Search forward using current selection
Ctrl-F3: search-sel-forward - Search forward using current selection
Ctrl-F4: close - Close active document. Abandon any changes when ignore_changes is True. Close empty windows when close_window is true and quit if all document windows closed when can_quit is true.
Ctrl-F4: close - Close active document. Abandon any changes when ignore_changes is True. Close empty windows when close_window is true and quit if all document windows closed when can_quit is true.
Ctrl-F5: debug-kill - Terminate current debug process (press Alt to terminate all debug processes)
Ctrl-F5: debug-kill - Terminate current debug process (press Alt to terminate all debug processes)
Ctrl-F5: run-to-cursor - Run to current cursor position
Ctrl-F6: next-document - Move to the next document alphabetically in the list of documents open in the current window
Ctrl-F6: step-over - Step over current instruction
Ctrl-F6: step-over - Step over current instruction
Ctrl-F8: start-select-line - Turn on auto-select mode line by line
Ctrl-F8: start-select-line - Turn on auto-select mode line by line
Ctrl-F9: break-clear-all - Clear all breakpoints
Ctrl-F9: break-clear-all - Clear all breakpoints
Ctrl-G: goto-selected-symbol-defn - Goto the definition of the selected source symbol, optionally showing the definition in another split if one is available and other_split is True.
Ctrl-G: search-forward - Search again using the search manager's current settings in forward direction
Ctrl-H: batch-search - Search on current selection using the Search in Files tool. The look_in argument gets entered in the look in field if not None or ''. The current selection is put into the search field if it doesn't span multiple lines and either use_selection is true or there's nothing in the search field. The given search text is used instead, if provided
Ctrl-H: replace - Bring up the search manager in replace mode.
Ctrl-Home: start-of-document - Move cursor to start of document
Ctrl-Home: start-of-document - Move cursor to start of document
Ctrl-I: replace-and-search - Replace current selection and search again.
Ctrl-Insert: copy - Action varies according to focus: Active Editor Commands: Copy selected text ; Document Viewer Commands: Copy any selected text. ; Exceptions Commands: Copy the exception traceback to the clipboard ; Search Manager Instance Commands: Copy selected text ; Toolbar Search Commands: Cut selection
Ctrl-Insert: copy - Action varies according to focus: Active Editor Commands: Copy selected text ; Document Viewer Commands: Copy any selected text. ; Exceptions Commands: Copy the exception traceback to the clipboard ; Search Manager Instance Commands: Copy selected text ; Toolbar Search Commands: Cut selection
Ctrl-J: fill-paragraph - Attempt to auto-justify the paragraph around the current start of selection
Ctrl-J: isearch-forward - Action varies according to focus: Active Editor Commands: Initiate incremental mini-search forward from the cursor position, optionally entering the given search string ; Document Viewer Commands: Initiate incremental mini-search forward from the cursor position, optionally entering the given search string.
Ctrl-K: open-from-keyboard - Open a file from disk using keyboard-driven selection of the file
Ctrl-K: search-forward - Search again using the search manager's current settings in forward direction
Ctrl-L: goto-line - Position cursor at start of given line number
Ctrl-L: goto-line - Position cursor at start of given line number
Ctrl-Left: backward-word - Action varies according to focus: Active Editor Commands: Move cursor backward one word. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move backward one word
Ctrl-Left: backward-word - Action varies according to focus: Active Editor Commands: Move cursor backward one word. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move backward one word
Ctrl-Less: enclose(start="<", end=">") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Less: enclose(start="<", end=">") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-M: Multiple commands (first available is executed):
- enter-fullscreen - Hide both the vertical and horizontal tool areas and toolbar, saving previous state so it can be restored later with exit_fullscreen
- exit-fullscreen - Restore previous non-fullscreen state of all tools and tool bar
Ctrl-M: execute-kbd-macro - Execute most recently recorded keyboard macro. If register is None then the user is asked to enter a letter a-z for the register where the macro is filed. Otherwise, register 'a' is used by default.
Ctrl-Minus: fold-collapse-current - Collapse the current fold point
Ctrl-Minus: zoom-out - Action varies according to focus: Document Viewer Commands: Decrease documentation font size; General Editor Commands: Zoom out, increasing the text display size temporarily by one font size
Ctrl-Minus: zoom-out - Action varies according to focus: Document Viewer Commands: Decrease documentation font size; General Editor Commands: Zoom out, increasing the text display size temporarily by one font size
Ctrl-N: new-file - Create a new file
Ctrl-Next: forward-page - Move cursor forward one page
Ctrl-Next: forward-page - Move cursor forward one page
Ctrl-O: find-symbol - Allow user to visit point of definition of a source symbol in the current editor context by typing a fragment of the name
Ctrl-O: open-gui - Open a file from disk, prompting with file selection dialog if necessary
Ctrl-P: print-view - Print active editor document
Ctrl-Page_Down: next-document - Move to the next document alphabetically in the list of documents open in the current window
Ctrl-Page_Down: next-document - Move to the next document alphabetically in the list of documents open in the current window
Ctrl-Page_Up: previous-document - Move to the previous document alphabetically in the list of documents open in the current window
Ctrl-Page_Up: previous-document - Move to the previous document alphabetically in the list of documents open in the current window
Ctrl-Parenleft: enclose(start="(", end=")") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Parenleft: enclose(start="(", end=")") - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Period: comment-toggle - Toggle commenting out of the selected lines. The style of commenting can be controlled with the style argument: 'indented' uses the default comment style indented at end of leading white space and 'block' uses a block comment in column zero. If not given, the style configured with the Editor / Block Comment Style preference is used.
Ctrl-Plus: fold-expand-current - Expand the current fold point
Ctrl-Plus: zoom-in - Action varies according to focus: Document Viewer Commands: Increase documentation font size; General Editor Commands: Zoom in, increasing the text display size temporarily by one font size
Ctrl-Plus: zoom-in - Action varies according to focus: Document Viewer Commands: Increase documentation font size; General Editor Commands: Zoom in, increasing the text display size temporarily by one font size
Ctrl-Pointer_Button1: goto-clicked-symbol-defn - Goto the definition of the source symbol that was last clicked on, optionally showing the definition in another split if one is available and other_split is True.
Ctrl-Pointer_Button1: goto-clicked-symbol-defn - Goto the definition of the source symbol that was last clicked on, optionally showing the definition in another split if one is available and other_split is True.
Ctrl-Prior: backward-page - Move cursor backward one page
Ctrl-Prior: backward-page - Move cursor backward one page
Ctrl-Q: quit - Quit the application.
Ctrl-Q: visit-history-previous - Move back in history to previous visited editor position
Ctrl-Quotedbl: enclose(start='"', end='"') - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Quotedbl: enclose(start='"', end='"') - Enclose the selection or the rest of the current line when there is no selection with the given start and end strings. The caret is moved to the end of the enclosed text.
Ctrl-Quoteleft: begin-visited-document-cycle(move_back=True, back_key="Ctrl-Quoteleft", forward_key="Ctrl-AsciiTilde") - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-Quoteleft: begin-visited-document-cycle(move_back=True, back_key="Ctrl-Quoteleft", forward_key="Ctrl-AsciiTilde") - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-R: replace - Bring up the search manager in replace mode.
Ctrl-R: run-to-cursor - Run to current cursor position
Ctrl-Return: new-line-after - Place a new line after the current line
Ctrl-Return: new-line-after - Place a new line after the current line
Ctrl-Right: forward-word - Action varies according to focus: Active Editor Commands: Move cursor forward one word. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move forward one word
Ctrl-Right: forward-word - Action varies according to focus: Active Editor Commands: Move cursor forward one word. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move forward one word
Ctrl-S: save - Save active document. Also close it if close is True.
Ctrl-Shift-Alt-F5: debug-stop-all - Pause all free-running debug processes at the current program counter
Ctrl-Shift-Alt-F5: debug-stop-all - Pause all free-running debug processes at the current program counter
Ctrl-Shift-B: Multiple commands (first available is executed):
- break-set - Set a new regular breakpoint on current line
- break-clear - Clear the breakpoint on the current line
Ctrl-Shift-B: isearch-sel-backward - Initiate incremental mini-search backward from the cursor position, using current selection as the search string. Set persist=False to do the search but end the interactive search session immediately.
Ctrl-Shift-C: comment-block-toggle - Toggle block comment (with ## at start) on the selected lines in editor. This is a different style of block commenting than Wing implements by default (the default in Wing is intended to work better with some of the other editor functionality)
Ctrl-Shift-C: delete-line - Delete the current line or lines when the selection spans multiple lines or given repeat is > 1
Ctrl-Shift-D: selection-add-next-occurence - Add another selection containing the text of the current selection. If skip_current is true, the current selection will be deselected. If nothing is currently selected, select the current word. Searches backwards if reverse is true.
Ctrl-Shift-Delete: delete-lines
Ctrl-Shift-Delete: delete-lines
Ctrl-Shift-Down: move-line-down - Move the current line or lines up down line, optionally indenting to match the new position
Ctrl-Shift-Down: next-scope - Select the next scope. Specify a count of more than 1 to go forward multiple scopes. If sibling_only is true, move only to other scopes of the same parent.
Ctrl-Shift-Down: scroll-text-down - Scroll text down a line w/o moving cursor's relative position on screen. Repeat is number of lines or if >0 and <1.0 then percent of screen. Set move_cursor to False to leave cursor in current position within the source, otherwise it is moved so the cursor remains on same screen line.
Ctrl-Shift-Down: scroll-text-down - Scroll text down a line w/o moving cursor's relative position on screen. Repeat is number of lines or if >0 and <1.0 then percent of screen. Set move_cursor to False to leave cursor in current position within the source, otherwise it is moved so the cursor remains on same screen line.
Ctrl-Shift-E: focus-current-editor - Move focus back to the current editor, out of any tool, if there is an active editor.
Ctrl-Shift-End: end-of-document-extend - Move cursor to end of document, adjusting the selection range to new position
Ctrl-Shift-End: end-of-document-extend - Move cursor to end of document, adjusting the selection range to new position
Ctrl-Shift-Enter: new-line-before - Place a new line before the current line
Ctrl-Shift-F: batch-search - Search on current selection using the Search in Files tool. The look_in argument gets entered in the look in field if not None or ''. The current selection is put into the search field if it doesn't span multiple lines and either use_selection is true or there's nothing in the search field. The given search text is used instead, if provided
Ctrl-Shift-F: fill-paragraph - Attempt to auto-justify the paragraph around the current start of selection
Ctrl-Shift-F2: close-all - Close all documents in the current window, or in all windows if in one-window-per-editor windowing policy. Leave currently visible documents (or active window in one-window-per-editor-mode) if omit_current is True. Abandons changes rather than saving them when ignore_changes is True. Close empty window and quit if all document windows closed when close_window is True.
Ctrl-Shift-F3: search-sel-backward - Search backward using current selection
Ctrl-Shift-F3: search-sel-backward - Search backward using current selection
Ctrl-Shift-F4: close-all - Close all documents in the current window, or in all windows if in one-window-per-editor windowing policy. Leave currently visible documents (or active window in one-window-per-editor-mode) if omit_current is True. Abandons changes rather than saving them when ignore_changes is True. Close empty window and quit if all document windows closed when close_window is True.
Ctrl-Shift-F5: debug-stop - Pause debug at current program counter (press Alt to pause all debug processes)
Ctrl-Shift-F5: debug-stop - Pause debug at current program counter (press Alt to pause all debug processes)
Ctrl-Shift-F6: debug-all-tests - Debug all the tests in testing panel.
Ctrl-Shift-F6: debug-all-tests - Debug all the tests in testing panel.
Ctrl-Shift-F7: debug-current-tests - Runs the current test or tests, if possible. The current tests are determined by the current position in the active view.
Ctrl-Shift-F7: debug-current-tests - Runs the current test or tests, if possible. The current tests are determined by the current position in the active view.
Ctrl-Shift-F9: Multiple commands (first available is executed):
- break-disable-all - Disable all breakpoints
- break-enable-all - Enable all breakpoints
Ctrl-Shift-F9: Multiple commands (first available is executed):
- break-disable-all - Disable all breakpoints
- break-enable-all - Enable all breakpoints
Ctrl-Shift-G: find-points-of-use - Find points of use for a symbol. The symbol defaults to the active selection.
Ctrl-Shift-G: search-backward - Search again using the search manager's current settings in backward direction
Ctrl-Shift-H: batch-replace - Display search and replace in files tool.
Ctrl-Shift-Home: start-of-document-extend - Move cursor to start of document, adjusting the selection range to new position
Ctrl-Shift-Home: start-of-document-extend - Move cursor to start of document, adjusting the selection range to new position
Ctrl-Shift-I: add-current-file-to-project - Add the frontmost currently open file to project
Ctrl-Shift-I: add-current-file-to-project - Add the frontmost currently open file to project
Ctrl-Shift-I: debug-stop - Pause debug at current program counter (press Alt to pause all debug processes)
Ctrl-Shift-ISO_Left_Tab: begin-visited-document-cycle(move_back=False) - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-Shift-ISO_Left_Tab: begin-visited-document-cycle(move_back=False) - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-Shift-Insert: toggle-overtype - Toggle status of overtyping mode
Ctrl-Shift-J: isearch-backward - Action varies according to focus: Active Editor Commands: Initiate incremental mini-search backward from the cursor position, optionally entering the given search string ; Document Viewer Commands: Initiate incremental mini-search backward from the cursor position, optionally entering the given search string.
Ctrl-Shift-K: search-backward - Search again using the search manager's current settings in backward direction
Ctrl-Shift-L: swap-lines - Swap the line at start of current selection with the line that follows it, or the preceding line if previous is True.
Ctrl-Shift-Left: backward-word-extend - Action varies according to focus: Active Editor Commands: Move cursor backward one word, adjusting the selection range to new position. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move backward one word, extending the selection
Ctrl-Shift-Left: backward-word-extend - Action varies according to focus: Active Editor Commands: Move cursor backward one word, adjusting the selection range to new position. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move backward one word, extending the selection
Ctrl-Shift-Next: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Ctrl-Shift-Next: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Ctrl-Shift-O: open-from-project - Open document from the project via the Open From Project dialog. The given fragment is used as the initial fragment filter and if it is None, the selected text or the symbol under the cursor is used. If skip_if_unique is true, the file is opened without the dialog being displayed if only one filename matches the fragment.
Ctrl-Shift-P: brace-match - Match brace at current cursor position, selecting all text between the two and hilighting the braces
Ctrl-Shift-P: find-symbol-in-project - Allow user to visit point of definition of a source symbol in the any file in the project by typing a fragment of the name
Ctrl-Shift-Page_Down: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Ctrl-Shift-Page_Down: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Ctrl-Shift-Page_Up: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Ctrl-Shift-Page_Up: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Ctrl-Shift-Prior: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Ctrl-Shift-Prior: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Ctrl-Shift-R: batch-replace - Display search and replace in files tool.
Ctrl-Shift-R: open-from-project - Open document from the project via the Open From Project dialog. The given fragment is used as the initial fragment filter and if it is None, the selected text or the symbol under the cursor is used. If skip_if_unique is true, the file is opened without the dialog being displayed if only one filename matches the fragment.
Ctrl-Shift-Right: forward-word-extend - Action varies according to focus: Active Editor Commands: Move cursor forward one word, adjusting the selection range to new position. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move forward one word, extending the selection
Ctrl-Shift-Right: forward-word-extend - Action varies according to focus: Active Editor Commands: Move cursor forward one word, adjusting the selection range to new position. Optionally, provide a string that contains the delimiters to define which characters are part of a word. Gravity may be "start" or "end" to indicate whether cursor is placed at start or end of the word.; Toolbar Search Commands: Move forward one word, extending the selection
Ctrl-Shift-S: save-all - Save all unsaved items, prompting for names for any new items that don't have a filename already.
Ctrl-Shift-S: save-as - Save active document to a new file
Ctrl-Shift-Space: show-panel(panel_type="source-assistant") - Show most recently visited panel instance of given type. If no such panel exists, add one to the primary window and show it. Returns the panel view object or None if not shown. Focus is shifted to panel if grab_focus is specified and is true; if grab_focus is not specified, it defaults to the value of flash.
The valid panel types are:
project (*) browser (**) batch-search (*) interactive-search source-assistant (**) debug-data debug-stack debug-io debug-exceptions debug-breakpoints (**) debug-probe (**) debug-watch (**) debug-modules (**) python-shell messages (*) help indent (**) bookmarks (**) testing (**) open-files (*) os-command (**) snippets (**) diff (**) uses (**) refactoring (**) versioncontrol.svn (**) versioncontrol.hg (**) versioncontrol.git (**) versioncontrol.bzr (**) versioncontrol.cvs (**) versioncontrol.perforce (**)
(*) Wing Personal and Pro only (**) Wing Pro only
Ctrl-Shift-T: find-symbol - Allow user to visit point of definition of a source symbol in the current editor context by typing a fragment of the name
Ctrl-Shift-T: find-symbol-in-project - Allow user to visit point of definition of a source symbol in the any file in the project by typing a fragment of the name
Ctrl-Shift-Tab: begin-visited-document-cycle(move_back=False) - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-Shift-Tab: begin-visited-document-cycle(move_back=False) - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-Shift-U: batch-search(look_in="Current File") - Search on current selection using the Search in Files tool. The look_in argument gets entered in the look in field if not None or ''. The current selection is put into the search field if it doesn't span multiple lines and either use_selection is true or there's nothing in the search field. The given search text is used instead, if provided
Ctrl-Shift-U: isearch-backward - Action varies according to focus: Active Editor Commands: Initiate incremental mini-search backward from the cursor position, optionally entering the given search string ; Document Viewer Commands: Initiate incremental mini-search backward from the cursor position, optionally entering the given search string.
Ctrl-Shift-Up: move-line-up - Move the current line or lines up one line, optionally indenting to match the new position
Ctrl-Shift-Up: previous-scope - Select the previous scope. Specify a count of more than 1 to go backward multiple scopes. If sibling_only is true, move only to other scopes of the same parent.
Ctrl-Shift-Up: scroll-text-up - Scroll text up a line w/o moving cursor's relative position on screen. Repeat is number of lines or if >0 and <1.0 then percent of screen. Set move_cursor to False to leave cursor in current position within the source, otherwise it is moved so the cursor remains on same screen line.
Ctrl-Shift-Up: scroll-text-up - Scroll text up a line w/o moving cursor's relative position on screen. Repeat is number of lines or if >0 and <1.0 then percent of screen. Set move_cursor to False to leave cursor in current position within the source, otherwise it is moved so the cursor remains on same screen line.
Ctrl-Shift-V: duplicate-line - Duplicate the current line or lines. Places the duplicate on the line following the selection if pos is 'below' or before the selection if it is 'above'.
Ctrl-Shift-W: close-all - Close all documents in the current window, or in all windows if in one-window-per-editor windowing policy. Leave currently visible documents (or active window in one-window-per-editor-mode) if omit_current is True. Abandons changes rather than saving them when ignore_changes is True. Close empty window and quit if all document windows closed when close_window is True.
Ctrl-Shift-X: lower-case - Change current selection or current word to all lower case
Ctrl-Shift-Y: duplicate-line-above - Duplicate the current line or lines above the selection.
Ctrl-Shift-Y: upper-case - Change current selection or current word to all upper case
Ctrl-Slash: comment-out-region - Comment out the selected region. The style of commenting can be controlled with the style argument: 'indented' uses the default comment style indented at end of leading white space and 'block' uses a block comment in column zero. If not given, the style configured with the Editor / Block Comment Style preference is used. Each call adds a level of commenting.
Ctrl-Slash: fold-toggle - Toggle the current fold point
Ctrl-T: forward-tab - Action varies according to focus: Active Editor Commands: Place a tab character at the current cursor position ; Search Manager Instance Commands: Place a forward tab at the current cursor position in search or replace string
Ctrl-T: forward-tab - Action varies according to focus: Active Editor Commands: Place a tab character at the current cursor position ; Search Manager Instance Commands: Place a forward tab at the current cursor position in search or replace string
Ctrl-Tab: begin-visited-document-cycle(move_back=True) - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-Tab: begin-visited-document-cycle(move_back=True) - Start moving between documents in the order they were visited. Starts modal key interaction that ends when a key other than tab is seen or ctrl is released.
Ctrl-U: execute-file - Execute the file at the given location or use the active view if loc is None.
Ctrl-U: isearch-forward - Action varies according to focus: Active Editor Commands: Initiate incremental mini-search forward from the cursor position, optionally entering the given search string ; Document Viewer Commands: Initiate incremental mini-search forward from the cursor position, optionally entering the given search string.
Ctrl-Underscore: zoom-reset - Action varies according to focus: Document Viewer Commands: Reset documentation font size to default; General Editor Commands: Reset font zoom factor back to zero
Ctrl-Underscore: zoom-reset - Action varies according to focus: Document Viewer Commands: Reset documentation font size to default; General Editor Commands: Reset font zoom factor back to zero
Ctrl-Up: select-more - Select more code on either the current line or larger multi-line blocks.
Ctrl-Up: select-more - Select more code on either the current line or larger multi-line blocks.
Ctrl-V: paste - Action varies according to focus: Active Editor Commands: Paste text from clipboard ; Search Manager Instance Commands: Paste text from clipboard ; Toolbar Search Commands: Paste from clipboard
Ctrl-W: close - Close active document. Abandon any changes when ignore_changes is True. Close empty windows when close_window is true and quit if all document windows closed when can_quit is true.
Ctrl-X: cut - Action varies according to focus: Active Editor Commands: Cut selected text ; Search Manager Instance Commands: Cut selected text ; Toolbar Search Commands: Cut selection
Ctrl-Y: redo - Redo last action
Ctrl-Z: undo - Undo last action
Ctrl-**: **uncomment-out-region - Uncomment out the selected region if commented out. If one_level is True then each call removes only one level of commenting.
Ctrl-]: brace-match - Match brace at current cursor position, selecting all text between the two and hilighting the braces
Ctrl-greater: indent-region - Indent the selected region one level of indentation. Set sel to None to use preference to determine selection behavior, or "never-select" to unselect after indent, "always-select" to always select after indent, or "retain-select" to retain current selection after indent.
Ctrl-less: outdent-region - Outdent the selected region one level of indentation. Set sel to None to use preference to determine selection behavior, or "never-select" to unselect after indent, "always-select" to always select after indent, or "retain-select" to retain current selection after indent.
Ctrl-parenleft: start-kbd-macro - Start definition of a keyboard macro. If register=None then the user is prompted to enter a letter a-z under which to file the macro. Otherwise, register 'a' is used by default.
Ctrl-parenright: stop-kbd-macro - Stop definition of a keyboard macro
Ctrl-question: uncomment-out-region - Uncomment out the selected region if commented out. If one_level is True then each call removes only one level of commenting.
Ctrl-space: show-autocompleter - Show the auto-completer for current cursor position
Ctrl-|: indent-lines(lines=1) - Indent selected number of lines from cursor position. Set lines to None to indent all the lines in current selection. Set levels to indent more than one level at a time.
Delete: forward-delete-char - Action varies according to focus: Active Editor Commands: Delete one character in front of the cursor ; Toolbar Search Commands: Delete character in front of the cursor
Delete: forward-delete-char - Action varies according to focus: Active Editor Commands: Delete one character in front of the cursor ; Toolbar Search Commands: Delete character in front of the cursor
Down: next-line - Move to screen next line, optionally repositioning character within line: 'same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Down: next-line - Move to screen next line, optionally repositioning character within line: 'same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
End: end-of-line - Action varies according to focus: Active Editor Commands: Move to end of current line; Toolbar Search Commands: Move to the end of the toolbar search entry
End: end-of-line - Action varies according to focus: Active Editor Commands: Move to end of current line; Toolbar Search Commands: Move to the end of the toolbar search entry
F1: Multiple commands (first available is executed):
- show-horizontal-tools - Show the horizontal tool area
- minimize-horizontal-tools - Minimize the horizontal tool area
F1: Multiple commands (first available is executed):
- show-horizontal-tools - Show the horizontal tool area
- minimize-horizontal-tools - Minimize the horizontal tool area
F11: debug-continue - Continue (or start) debugging, to next breakpoint (press Alt to continue all paused debug processes)
F11: frame-up - Move up the current debug stack
F11: frame-up - Move up the current debug stack
F12: focus-current-editor - Move focus back to the current editor, out of any tool, if there is an active editor.
F12: frame-down - Move down the current debug stack
F12: frame-down - Move down the current debug stack
F2: Multiple commands (first available is executed):
- show-vertical-tools - Show the vertical tool area
- minimize-vertical-tools - Minimize the vertical tool area
F2: Multiple commands (first available is executed):
- show-vertical-tools - Show the vertical tool area
- minimize-vertical-tools - Minimize the vertical tool area
F3: goto-selected-symbol-defn - Goto the definition of the selected source symbol, optionally showing the definition in another split if one is available and other_split is True.
F3: search-forward - Search again using the search manager's current settings in forward direction
F3: search-forward - Search again using the search manager's current settings in forward direction
F4: goto-selected-symbol-defn - Goto the definition of the selected source symbol, optionally showing the definition in another split if one is available and other_split is True.
F4: goto-selected-symbol-defn - Goto the definition of the selected source symbol, optionally showing the definition in another split if one is available and other_split is True.
F4: show-panel(panel_type="browser") - Show most recently visited panel instance of given type. If no such panel exists, add one to the primary window and show it. Returns the panel view object or None if not shown. Focus is shifted to panel if grab_focus is specified and is true; if grab_focus is not specified, it defaults to the value of flash.
The valid panel types are:
project (*) browser (**) batch-search (*) interactive-search source-assistant (**) debug-data debug-stack debug-io debug-exceptions debug-breakpoints (**) debug-probe (**) debug-watch (**) debug-modules (**) python-shell messages (*) help indent (**) bookmarks (**) testing (**) open-files (*) os-command (**) snippets (**) diff (**) uses (**) refactoring (**) versioncontrol.svn (**) versioncontrol.hg (**) versioncontrol.git (**) versioncontrol.bzr (**) versioncontrol.cvs (**) versioncontrol.perforce (**)
(*) Wing Personal and Pro only (**) Wing Pro only
F5: debug-continue - Continue (or start) debugging, to next breakpoint (press Alt to continue all paused debug processes)
F5: debug-continue - Continue (or start) debugging, to next breakpoint (press Alt to continue all paused debug processes)
F5: step-into - Step into current execution point, or start debugging at first line
F6: step-over-statement - Step over current statement
F6: step-over-statement - Step over current statement
F6: step-over-statement - Step over current statement
F7: step-into - Step into current execution point, or start debugging at first line
F7: step-into - Step into current execution point, or start debugging at first line
F7: step-out - Step out of the current function or method
F8: debug-continue - Continue (or start) debugging, to next breakpoint (press Alt to continue all paused debug processes)
F8: step-out - Step out of the current function or method
F8: step-out - Step out of the current function or method
F9: Multiple commands (first available is executed):
- break-set - Set a new regular breakpoint on current line
- break-clear - Clear the breakpoint on the current line
F9: Multiple commands (first available is executed):
- break-set - Set a new regular breakpoint on current line
- break-clear - Clear the breakpoint on the current line
Home: beginning-of-line-text - Move to end of the leading white space, if any, on the current line. If toggle is True, moves to the beginning of the line if already at the end of the leading white space (and vice versa).
Home: beginning-of-line-text - Move to end of the leading white space, if any, on the current line. If toggle is True, moves to the beginning of the line if already at the end of the leading white space (and vice versa).
ISO_Left_Tab: backward-tab - Outdent line at current position
ISO_Left_Tab: backward-tab - Outdent line at current position
Insert: toggle-overtype - Toggle status of overtyping mode
Insert: toggle-overtype - Toggle status of overtyping mode
Left: backward-char - Action varies according to focus: Active Editor Commands: Move cursor backward one character ; Toolbar Search Commands: Move backward one character
Left: backward-char - Action varies according to focus: Active Editor Commands: Move cursor backward one character ; Toolbar Search Commands: Move backward one character
Next: forward-page - Move cursor forward one page
Next: forward-page - Move cursor forward one page
Page_Down: forward-page - Move cursor forward one page
Page_Down: forward-page - Move cursor forward one page
Page_Up: backward-page - Move cursor backward one page
Page_Up: backward-page - Move cursor backward one page
Prior: backward-page - Move cursor backward one page
Prior: backward-page - Move cursor backward one page
Return: new-line - Place a new line at the current cursor position
Return: new-line - Place a new line at the current cursor position
Right: forward-char - Action varies according to focus: Active Editor Commands: Move cursor forward one character ; Toolbar Search Commands: Move forward one character
Right: forward-char - Action varies according to focus: Active Editor Commands: Move cursor forward one character ; Toolbar Search Commands: Move forward one character
Shift-Alt-A: diff-merge-a-b
Shift-Alt-A: diff-merge-a-b
Shift-Alt-B: diff-merge-b-a
Shift-Alt-B: diff-merge-b-a
Shift-Alt-Down: next-line-extend-rect - Move to next screen line, adjusting the rectangular selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Shift-Alt-Down: next-line-extend-rect - Move to next screen line, adjusting the rectangular selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Shift-Alt-F5: debug-continue-all - Continue all paused debug processes
Shift-Alt-F5: debug-continue-all - Continue all paused debug processes
Shift-Alt-Left: backward-char-extend-rect - Move cursor backward one character, adjusting the rectangular selection range to new position
Shift-Alt-Left: backward-char-extend-rect - Move cursor backward one character, adjusting the rectangular selection range to new position
Shift-Alt-N: diff-next
Shift-Alt-N: diff-next
Shift-Alt-P: diff-previous
Shift-Alt-P: diff-previous
Shift-Alt-Right: forward-char-extend-rect - Move cursor forward one character, adjusting the rectangular selection range to new position
Shift-Alt-Right: forward-char-extend-rect - Move cursor forward one character, adjusting the rectangular selection range to new position
Shift-Alt-Up: previous-line-extend-rect - Move to previous screen line, adjusting the rectangular selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Shift-Alt-Up: previous-line-extend-rect - Move to previous screen line, adjusting the rectangular selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Shift-BackSpace: backward-delete-char - Action varies according to focus: Active Editor Commands: Delete one character behind the cursor, or the current selection if not empty. ; Toolbar Search Commands: Delete character behind the cursor
Shift-BackSpace: backward-delete-char - Action varies according to focus: Active Editor Commands: Delete one character behind the cursor, or the current selection if not empty. ; Toolbar Search Commands: Delete character behind the cursor
Shift-Ctrl-F8: start-select-block - Turn on auto-select block mode
Shift-Ctrl-F8: start-select-block - Turn on auto-select block mode
Shift-Delete: cut - Action varies according to focus: Active Editor Commands: Cut selected text ; Search Manager Instance Commands: Cut selected text ; Toolbar Search Commands: Cut selection
Shift-Delete: cut - Action varies according to focus: Active Editor Commands: Cut selected text ; Search Manager Instance Commands: Cut selected text ; Toolbar Search Commands: Cut selection
Shift-Down: next-line-extend - Move to next screen line, adjusting the selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, 'fnb' for first non-blank char, or 'xcode' to simulate XCode style Shift-Alt line selection.
Shift-Down: next-line-extend - Move to next screen line, adjusting the selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, 'fnb' for first non-blank char, or 'xcode' to simulate XCode style Shift-Alt line selection.
Shift-End: end-of-line-extend - Action varies according to focus: Active Editor Commands: Move to end of current line, adjusting the selection range to new position ; Toolbar Search Commands: Move to the end of the toolbar search entry, extending the selection
Shift-End: end-of-line-extend - Action varies according to focus: Active Editor Commands: Move to end of current line, adjusting the selection range to new position ; Toolbar Search Commands: Move to the end of the toolbar search entry, extending the selection
Shift-Enter: new-line-after - Place a new line after the current line
Shift-F1: move-focus - Move the keyboard focus forward within the Window to the next editable area
Shift-F1: move-focus - Move the keyboard focus forward within the Window to the next editable area
Shift-F11: frame-show - Show the position (thread and stack frame) where the debugger originally stopped
Shift-F11: frame-show - Show the position (thread and stack frame) where the debugger originally stopped
Shift-F2: Multiple commands (first available is executed):
- enter-fullscreen - Hide both the vertical and horizontal tool areas and toolbar, saving previous state so it can be restored later with exit_fullscreen
- exit-fullscreen - Restore previous non-fullscreen state of all tools and tool bar
Shift-F2: Multiple commands (first available is executed):
- enter-fullscreen - Hide both the vertical and horizontal tool areas and toolbar, saving previous state so it can be restored later with exit_fullscreen
- exit-fullscreen - Restore previous non-fullscreen state of all tools and tool bar
Shift-F3: search-backward - Search again using the search manager's current settings in backward direction
Shift-F3: search-backward - Search again using the search manager's current settings in backward direction
Shift-F4: find-points-of-use - Find points of use for a symbol. The symbol defaults to the active selection.
Shift-F4: find-points-of-use - Find points of use for a symbol. The symbol defaults to the active selection.
Shift-F5: debug-file - Start debugging the current file (rather than the main entry point)
Shift-F5: debug-file - Start debugging the current file (rather than the main entry point)
Shift-F6: run-all-tests - Runs all the tests in testing panel.
Shift-F6: run-all-tests - Runs all the tests in testing panel.
Shift-F7: run-current-tests - Runs the current test or tests, if possible. The current tests are determined by the current position in the active view. The tests are debugged when debug is True.
Shift-F7: run-current-tests - Runs the current test or tests, if possible. The current tests are determined by the current position in the active view. The tests are debugged when debug is True.
Shift-F8: start-select-char - Turn on auto-select mode character by character
Shift-F8: start-select-char - Turn on auto-select mode character by character
Shift-F9: Multiple commands (first available is executed):
- break-enable - Enable the breakpoint on the current line
- break-disable - Disable the breakpoint on current line
Shift-F9: Multiple commands (first available is executed):
- break-enable - Enable the breakpoint on the current line
- break-disable - Disable the breakpoint on current line
Shift-Home: beginning-of-line-text-extend - Move to end of the leading white space, if any, on the current line, adjusting the selection range to the new position. If toggle is True, moves to the beginning of the line if already at the end of the leading white space (and vice versa).
Shift-Home: beginning-of-line-text-extend - Move to end of the leading white space, if any, on the current line, adjusting the selection range to the new position. If toggle is True, moves to the beginning of the line if already at the end of the leading white space (and vice versa).
Shift-Insert: paste - Action varies according to focus: Active Editor Commands: Paste text from clipboard ; Search Manager Instance Commands: Paste text from clipboard ; Toolbar Search Commands: Paste from clipboard
Shift-Insert: paste - Action varies according to focus: Active Editor Commands: Paste text from clipboard ; Search Manager Instance Commands: Paste text from clipboard ; Toolbar Search Commands: Paste from clipboard
Shift-Left: backward-char-extend - Action varies according to focus: Active Editor Commands: Move cursor backward one character, adjusting the selection range to new position ; Toolbar Search Commands: Move backward one character, extending the selection
Shift-Left: backward-char-extend - Action varies according to focus: Active Editor Commands: Move cursor backward one character, adjusting the selection range to new position ; Toolbar Search Commands: Move backward one character, extending the selection
Shift-Next: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Shift-Next: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Shift-Page_Down: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Shift-Page_Down: forward-page-extend - Move cursor forward one page, adjusting the selection range to new position
Shift-Page_Up: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Shift-Page_Up: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Shift-Prior: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Shift-Prior: backward-page-extend - Move cursor backward one page, adjusting the selection range to new position
Shift-Return: new-line-before - Place a new line before the current line
Shift-Return: new-line-before - Place a new line before the current line
Shift-Right: forward-char-extend - Action varies according to focus: Active Editor Commands: Move cursor forward one character, adjusting the selection range to new position ; Toolbar Search Commands: Move forward one character, extending the selection
Shift-Right: forward-char-extend - Action varies according to focus: Active Editor Commands: Move cursor forward one character, adjusting the selection range to new position ; Toolbar Search Commands: Move forward one character, extending the selection
Shift-Tab: backward-tab - Outdent line at current position
Shift-Tab: backward-tab - Outdent line at current position
Shift-Tab: outdent-region - Outdent the selected region one level of indentation. Set sel to None to use preference to determine selection behavior, or "never-select" to unselect after indent, "always-select" to always select after indent, or "retain-select" to retain current selection after indent.
Shift-Up: previous-line-extend - Move to previous screen line, adjusting the selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, 'fnb' for first non-blank char, or 'xcode' to simulate XCode style Shift-Alt line selection.
Shift-Up: previous-line-extend - Move to previous screen line, adjusting the selection range to new position, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, 'fnb' for first non-blank char, or 'xcode' to simulate XCode style Shift-Alt line selection.
Tab: tab-key - Implement the tab key, the action of which is configurable by preference
Tab: tab-key - Implement the tab key, the action of which is configurable by preference
Up: previous-line - Move to previous screen line, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Up: previous-line - Move to previous screen line, optionally repositioning character within line: same' to leave in same horizontal position, 'start' at start, 'end' at end, or 'fnb' for first non-blank char.
Visual-Esc: exit-visual-mode - Exit visual mode and return back to default mode
Visual-Esc: exit-visual-mode - Exit visual mode and return back to default mode