(Created page with "Category:General") |
(→Toggles) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:General]] | [[Category:General]] | ||
+ | UltraEdit / UEStudio provides default keyboard shortcuts for many commonly used commands and features. You can add, remove, or change keyboard shortcuts in [[Settings:Key mapping|Settings » Key mapping]]. | ||
+ | |||
+ | You can see all key mappings defined on your system by going to [[Settings:Key mapping|Settings » Key mapping]] and clicking the "Show key mapping in editor" button. | ||
+ | |||
+ | The default keyboard shortcuts are grouped below. | ||
+ | |||
+ | ==Editing text== | ||
+ | {| | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl A</span></div> | ||
+ | |Select all | ||
+ | |Selects all text in active file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl ;</span></div> | ||
+ | |Select next occurrence | ||
+ | |Selects next occurrence of selected word (creating [[multi-caret editing|multiple selections]]) or word under caret if no selection exists | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl ,</span></div> | ||
+ | |Make selections | ||
+ | |Selects all occurrences of selected word or word under caret if no selection exists (creating [[multi-caret editing|multiple selections]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift Z</span></div> | ||
+ | |Remove last caret | ||
+ | |Removes last-created caret or selection ([[multi-caret editing]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift /</span></div> | ||
+ | |Remove all carets | ||
+ | |Removes all active carets ([[multi-caret editing]]) except for last-created caret | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl J</span></div> | ||
+ | |Join lines | ||
+ | |[[Join lines]], which joins active line to the next one (or all selected lines) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl E</span></div> | ||
+ | |Delete line | ||
+ | |Deletes line caret is on | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F11</span></div> | ||
+ | |Delete to start of line | ||
+ | |Deletes from caret to start of line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F12</span></div> | ||
+ | |Delete to end of line | ||
+ | |Deletes from caret to end of line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift D</span></div> | ||
+ | |Duplicate line | ||
+ | |Duplicates the active line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Z</span></div> | ||
+ | |Undo | ||
+ | |Undoes last action if possible | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Y</span></div> | ||
+ | |Redo | ||
+ | |Reverses last undo action if possible | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Backspace</span></div> | ||
+ | |Delete previous word | ||
+ | |Deletes the word preceding the caret, or to beginning of word if the caret is in the middle of a word | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Delete</span></div> | ||
+ | |Delete next word | ||
+ | |Deletes the word following the caret, or to end of word if the caret is in the middle of a word | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl /</span></div> | ||
+ | |Trim trailing spaces | ||
+ | |Deletes all trailing spaces on all lines in active file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl \</span></div> | ||
+ | |Trim leading spaces | ||
+ | |Deletes all leading spaces on all lines in active file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl T</span></div> | ||
+ | |Reformat paragraph | ||
+ | |[[Reformat paragraph|Reformats the current paragraph]] or selected text | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F5</span></div> | ||
+ | |To lowercase | ||
+ | |Converts selected text or letter next to caret to lowercase | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F5</span></div> | ||
+ | |To uppercase | ||
+ | |Converts selected text or letter next to caret to uppercase | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F5</span></div> | ||
+ | |Capitalize | ||
+ | |Capitalizes letter next to caret or first character of each word in selected text | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift F5</span></div> | ||
+ | |Invert case | ||
+ | |Inverts case of letter next to caret or all characters in selected text | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl K</span></div> | ||
+ | |Spell check | ||
+ | |Invokes the [[Spell check|spelling checker]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl I</span></div> | ||
+ | |Insert literal character | ||
+ | |Inserts a [[Insert literal character|literal character]] at caret position | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl D</span></div> | ||
+ | |Hex insert / delete | ||
+ | |[[Hex insert/delete|Insert or delete characters]] in hex edit mode | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift A</span></div> | ||
+ | |Inserts ä character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift A</span></div><br>(Caps Lock on) | ||
+ | |Inserts Ä character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift O</span></div> | ||
+ | |Inserts ö character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift O</span></div><br>(Caps Lock on) | ||
+ | |Inserts Ö character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift U</span></div> | ||
+ | |Inserts ü character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift U</span></div><br>(Caps Lock on) | ||
+ | |Inserts Ü character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift S</span></div> | ||
+ | |Inserts ß character | ||
+ | |(As appropriate for active file's encoding) | ||
+ | |} | ||
+ | |||
+ | ==Clipboard operations== | ||
+ | {| | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl C</span></div> | ||
+ | |Copy | ||
+ | |Copies text from active file into the clipboard | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Insert</span></div> | ||
+ | |Copy | ||
+ | |Copies selected text (also in [[SSH / telnet console|SSH / telnet client window]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl X</span></div> | ||
+ | |Cut | ||
+ | |Cuts text from active file into the clipboard | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift Delete</span></div> | ||
+ | |Cut | ||
+ | |Cuts text from active file into the clipboard (also in [[SSH / telnet console|SSH / telnet client window]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl V</span></div> | ||
+ | |Paste | ||
+ | |Pastes text from the clipboard into the active file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift Insert</span></div> | ||
+ | |Paste | ||
+ | |Pastes clipboard contents (als in [[SSH / telnet console|SSH / Telnet client window]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift C</span></div> | ||
+ | |Copy and append | ||
+ | |Copies selected text and appends it onto the clipboard | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift X</span></div> | ||
+ | |Cut and append | ||
+ | |Cuts selected text and appends it onto the clipboard | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift V</span></div> | ||
+ | |Paste and copy | ||
+ | |Pastes text from the clipboard into the active file while simultaneously moving original selection to clipboard | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl 0-9</span></div> | ||
+ | |Select clipboard | ||
+ | |Selects Windows clipboard (0) or one of the user [[clipboards]] (1 - 9) | ||
+ | |} | ||
+ | |||
+ | ==File operations== | ||
+ | {| | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl N</span></div> | ||
+ | |New | ||
+ | |Creates a new file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl O</span></div> | ||
+ | |Open | ||
+ | |Opens [[file open]] dialog to open an existing file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Q</span></div> | ||
+ | |Quick open | ||
+ | |Opens [[Quick open]] dialog for quickly opening files without file open dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F4</span></div> | ||
+ | |Close | ||
+ | |Closes active file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift F4</span></div> | ||
+ | |Close all files | ||
+ | |Closes all open files | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl S</span></div> | ||
+ | |Save | ||
+ | |Saves the active file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F12</span></div> | ||
+ | |Save | ||
+ | |Saves all open files | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F12</span></div> | ||
+ | |Save as | ||
+ | |Saves the active file as a new file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl P</span></div> | ||
+ | |Print | ||
+ | |[[Print|Prints]] the active file | ||
+ | |} | ||
+ | |||
+ | ==Search / goto operations== | ||
+ | {| | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F</span></div> | ||
+ | |Quick find / Find | ||
+ | |Opens [[Quick find]]; Hold '''Ctrl''' and press '''F''' twice to open regular [[Find]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F3</span></div> | ||
+ | |Find | ||
+ | |Opens [[find]] (bypassing [[Quick Find]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl R</span></div> | ||
+ | |Replace | ||
+ | |Opens [[replace]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift F</span></div> | ||
+ | |Find in files | ||
+ | |Opens [[find in files]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl .</span></div> | ||
+ | |Highlight all | ||
+ | |Highlights all occurrences of selected text, or word under caret if no selection exists | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F3</span></div> | ||
+ | |Find next | ||
+ | |Searches forwards for last find string | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F3</span></div> | ||
+ | |Find previous | ||
+ | |Searches backwards for last find string | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift F3</span></div> | ||
+ | |Select to next occurrence | ||
+ | |Selects all text from caret through next occurence of find string | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl G</span></div> | ||
+ | |Goto | ||
+ | |[[Goto|Goes to]] the specified line (or hex address) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl B</span></div> | ||
+ | |Select to matching brace | ||
+ | |Selects to matching brace from next (,[,{ to closing },],) or other brace character as defined in the [[wordfiles|wordfile]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F2</span></div> | ||
+ | |Toggle bookmark | ||
+ | |Toggles [[Bookmarks|bookmark]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F2</span></div> | ||
+ | |Go to bookmark | ||
+ | |Jumps to next [[Bookmarks|bookmark]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift F2</span></div> | ||
+ | |Select to next bookmark | ||
+ | |Selects all text from caret through next [[Bookmarks|bookmarked]] line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift Alt F2</span></div> | ||
+ | |Select to previous bookmark | ||
+ | |Selects all text from caret through previous [[Bookmarks|bookmarked]] line | ||
+ | |} | ||
+ | |||
+ | ==Caret / view positioning== | ||
+ | {| | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl 🠕</span></div> | ||
+ | |Scroll view up | ||
+ | |Scrolls view up one line while maintaining current caret position | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl 🠗</span></div> | ||
+ | |Scroll view down | ||
+ | |Scrolls view down one line while maintaining current caret position | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift Mouse Wheel</span></div> | ||
+ | |Scrolls horizontally | ||
+ | |Tracks horizontal scroll bar | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt 🠖</span></div> | ||
+ | |Next Paragraph | ||
+ | |Positions caret at first non-space character of next paragraph | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt 🠔</span></div> | ||
+ | |Previous Paragraph | ||
+ | |Positions caret at first non-space character of current paragraph (if positioned mid-paragraph) or previous paragraph | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Page Up</span></div> | ||
+ | |Top of window | ||
+ | |Moves caret to first visible line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Page Down</span></div> | ||
+ | |Bottom of window | ||
+ | |Moves caret to last visible line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl -</span></div><br>(numeric keypad only) | ||
+ | |Hide / show selection | ||
+ | |[[Hide/show_selection|Hides or shows]] active code folding node, or active line if in non-highlighted file | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl +</span></div><br>(numeric keypad only) | ||
+ | |Collapse all | ||
+ | |Collapses all code folding nodes | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl *</span></div><br>(numeric keypad only) | ||
+ | |Expand all | ||
+ | |Expands all hidden / collapsed lines | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt -</span></div><br>(numeric keypad only) | ||
+ | |Scroll to top | ||
+ | |Positions active line to top of window | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt +</span></div><br>(numeric keypad only) | ||
+ | |Scroll to bottom | ||
+ | |Positions active line to bottom of window | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt *</span></div><br>(numeric keypad only) | ||
+ | |Scroll to center | ||
+ | |Positions active line to center of window | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt 5</span></div><br>(numeric keypad only) | ||
+ | |Scroll to center | ||
+ | |Positions active line to center of window | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl 1</span></div><br>(numeric keypad only) | ||
+ | |End of previous word | ||
+ | |Positions caret at the end of the previous word | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl 2</span></div><br>(numeric keypad only) | ||
+ | |End of next word | ||
+ | |Positions caret at the end of the next word | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Q</span></div> | ||
+ | |Quick find switch focus | ||
+ | |Switches focus between editor window and [[quick find]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F6</span></div> | ||
+ | |Focus other pane | ||
+ | |Moves focus to other pane when [[split window]] is active | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F6</span></div> | ||
+ | |Next window | ||
+ | |Makes next file window active (based upon last-accessed [[File tabs|file tab]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift F6</span></div> | ||
+ | |Previous window | ||
+ | |Makes previous file window active (based upon last-accessed [[File tabs|file tab]]) | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt 🠕</span></div> | ||
+ | |Previous file tab | ||
+ | |Activates [[File tabs|file tab]] immediately to the left of active [[File tabs|file tab]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt 🠗</span></div> | ||
+ | |Next [[File tabs|file tab]] | ||
+ | |Activates [[File tabs|file tab]] immediately to the right of active [[File tabs|file tab]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F10</span></div> | ||
+ | |Previous panel | ||
+ | |Moves focus through last used child windows | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F10</span></div> | ||
+ | |Next panel | ||
+ | |Moves focus through next used child windows | ||
+ | |} | ||
+ | |||
+ | ==Toggles== | ||
+ | {| | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt C</span></div> | ||
+ | |Column mode | ||
+ | |Toggles [[Column mode|column / block editing mode]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl W</span></div> | ||
+ | |Word wrap | ||
+ | |Toggles [[Settings:Editor:Word_wrap/tab_settings|word wrap]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Mouse click / drag</span></div> | ||
+ | |Quick column selection | ||
+ | |Allows you to create a quick column / block selection without enabling [[column mode]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl H</span></div> | ||
+ | |Hex mode | ||
+ | |Toggles [[hex edit|hex edit mode]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F8</span></div> | ||
+ | |Display function list | ||
+ | |Opens / refreshes [[function list]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F8</span></div> | ||
+ | |Tag list | ||
+ | |Toggles [[tag list]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl U</span></div> | ||
+ | |File explorer | ||
+ | |Toggles [[file view|file explorer]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Insert</span></div> | ||
+ | |Insert or overstrike mode | ||
+ | |Toggles [[Insert_and_overstrike_mode|insert / overstrike mode]] | ||
+ | |} | ||
+ | |||
+ | ==Accessing other functionality== | ||
+ | {| | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift P</span></div> | ||
+ | |Command palette | ||
+ | |Opens [[Command palette]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F1</span></div> | ||
+ | |Help | ||
+ | |Shows UltraEdit help | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift F1</span></div> | ||
+ | |Context help | ||
+ | |Invokes the context-sensitive help | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt 0-9</span></div> or<br><div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Shift Alt 0-9'''</span></div> | ||
+ | |Insert template | ||
+ | |Inserts [[Modify_templates|user-defined template]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F7</span></div> | ||
+ | |Insert time / date | ||
+ | |Inserts time / date at caret | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F8</span></div> | ||
+ | |Layouts | ||
+ | |Opens [[Manage layouts|layout manager]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift R</span></div> | ||
+ | |Quick record macro (toggle) | ||
+ | |Immediately begins [[Edit and create macros|macro]] recording with no prompt | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl M</span></div> | ||
+ | |Play macro | ||
+ | |Plays last-played [[Edit and create macros|macro]], or first macro in macro list | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl L</span></div> | ||
+ | |Choose macro to play multiple times | ||
+ | |Allows you to select a [[Edit and create macros|macro]] and how many times to play it | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift Z</span></div> | ||
+ | |Scripts | ||
+ | |Opens [[scripts list]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift R</span></div> | ||
+ | |Run active script | ||
+ | |Runs active file as [[scripts|script]] | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Space bar</span></div> | ||
+ | |Auto-complate | ||
+ | |Opens [[auto-complete]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Enter</span></div> | ||
+ | |Character properties | ||
+ | |Opens character properties dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt \</span></div> | ||
+ | |Word count | ||
+ | |Opens word count dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift O</span></div> | ||
+ | |Open project / workspace | ||
+ | |Opens the open [[:Category:Project_tab|project]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift C</span></div> | ||
+ | |Close project / workspace | ||
+ | |Closes the active [[:Category:Project_tab|project]] and workspace | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt Shift S</span></div> | ||
+ | |Open project settings | ||
+ | |Opens [[project settings]] dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F11</span></div> | ||
+ | |Compare | ||
+ | |Opens compare files dialog | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F9</span></div> | ||
+ | |Run DOS command | ||
+ | |Opens run DOS command window | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl F9</span></div> | ||
+ | |Run Last DOS Command | ||
+ | |Repeats last-run DOS command | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>F10</span></div> | ||
+ | |Run Windows program | ||
+ | |Opens run Windows command window | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl P, S</span></div> | ||
+ | |Persistent selection | ||
+ | |Begins [[persistent selection]] mode allowing you to move caret anywhere in file to create a selection | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift 🠗</span></div> | ||
+ | |Next message | ||
+ | |Moves focus to next error or warning in output window listing and opens referenced file to corresponding line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Ctrl Shift 🠕</span></div> | ||
+ | |Previous message | ||
+ | |Moves focus to previous error or warning in output window listing and opens referenced file to corresponding line | ||
+ | |- | ||
+ | |<div class="idm-shortcut" style="white-space:nowrap;margin-right:.5rem;"><span>Alt F4</span></div> | ||
+ | |Exit UltraEdit / UEStudio | ||
+ | |Exits the application | ||
+ | |} | ||
+ | |||
+ | <div class="idm-see-also"> | ||
+ | See also: | ||
+ | * [[Settings:Key mapping|Settings » Key mapping]] | ||
+ | </div> |
UltraEdit / UEStudio provides default keyboard shortcuts for many commonly used commands and features. You can add, remove, or change keyboard shortcuts in Settings » Key mapping.
You can see all key mappings defined on your system by going to Settings » Key mapping and clicking the "Show key mapping in editor" button.
The default keyboard shortcuts are grouped below.
Ctrl A
|
Select all | Selects all text in active file |
Ctrl ;
|
Select next occurrence | Selects next occurrence of selected word (creating multiple selections) or word under caret if no selection exists |
Ctrl ,
|
Make selections | Selects all occurrences of selected word or word under caret if no selection exists (creating multiple selections) |
Alt Shift Z
|
Remove last caret | Removes last-created caret or selection (multi-caret editing) |
Ctrl Shift /
|
Remove all carets | Removes all active carets (multi-caret editing) except for last-created caret |
Ctrl J
|
Join lines | Join lines, which joins active line to the next one (or all selected lines) |
Ctrl E
|
Delete line | Deletes line caret is on |
Ctrl F11
|
Delete to start of line | Deletes from caret to start of line |
Ctrl F12
|
Delete to end of line | Deletes from caret to end of line |
Alt Shift D
|
Duplicate line | Duplicates the active line |
Ctrl Z
|
Undo | Undoes last action if possible |
Ctrl Y
|
Redo | Reverses last undo action if possible |
Ctrl Backspace
|
Delete previous word | Deletes the word preceding the caret, or to beginning of word if the caret is in the middle of a word |
Ctrl Delete
|
Delete next word | Deletes the word following the caret, or to end of word if the caret is in the middle of a word |
Ctrl /
|
Trim trailing spaces | Deletes all trailing spaces on all lines in active file |
Ctrl \
|
Trim leading spaces | Deletes all leading spaces on all lines in active file |
Ctrl T
|
Reformat paragraph | Reformats the current paragraph or selected text |
Ctrl F5
|
To lowercase | Converts selected text or letter next to caret to lowercase |
Alt F5
|
To uppercase | Converts selected text or letter next to caret to uppercase |
F5
|
Capitalize | Capitalizes letter next to caret or first character of each word in selected text |
Shift F5
|
Invert case | Inverts case of letter next to caret or all characters in selected text |
Ctrl K
|
Spell check | Invokes the spelling checker |
Ctrl I
|
Insert literal character | Inserts a literal character at caret position |
Ctrl D
|
Hex insert / delete | Insert or delete characters in hex edit mode |
Ctrl Shift A
|
Inserts ä character | (As appropriate for active file's encoding) |
Ctrl Shift A (Caps Lock on) |
Inserts Ä character | (As appropriate for active file's encoding) |
Ctrl Shift O
|
Inserts ö character | (As appropriate for active file's encoding) |
Ctrl Shift O (Caps Lock on) |
Inserts Ö character | (As appropriate for active file's encoding) |
Ctrl Shift U
|
Inserts ü character | (As appropriate for active file's encoding) |
Ctrl Shift U (Caps Lock on) |
Inserts Ü character | (As appropriate for active file's encoding) |
Ctrl Shift S
|
Inserts ß character | (As appropriate for active file's encoding) |
Ctrl C
|
Copy | Copies text from active file into the clipboard |
Ctrl Insert
|
Copy | Copies selected text (also in SSH / telnet client window) |
Ctrl X
|
Cut | Cuts text from active file into the clipboard |
Shift Delete
|
Cut | Cuts text from active file into the clipboard (also in SSH / telnet client window) |
Ctrl V
|
Paste | Pastes text from the clipboard into the active file |
Shift Insert
|
Paste | Pastes clipboard contents (als in SSH / Telnet client window) |
Ctrl Shift C
|
Copy and append | Copies selected text and appends it onto the clipboard |
Ctrl Shift X
|
Cut and append | Cuts selected text and appends it onto the clipboard |
Ctrl Shift V
|
Paste and copy | Pastes text from the clipboard into the active file while simultaneously moving original selection to clipboard |
Ctrl 0-9
|
Select clipboard | Selects Windows clipboard (0) or one of the user clipboards (1 - 9) |
Ctrl N
|
New | Creates a new file |
Ctrl O
|
Open | Opens file open dialog to open an existing file |
Ctrl Q
|
Quick open | Opens Quick open dialog for quickly opening files without file open dialog |
Ctrl F4
|
Close | Closes active file |
Ctrl Shift F4
|
Close all files | Closes all open files |
Ctrl S
|
Save | Saves the active file |
Alt F12
|
Save | Saves all open files |
F12
|
Save as | Saves the active file as a new file |
Ctrl P
|
Prints the active file |
Ctrl F
|
Quick find / Find | Opens Quick find; Hold Ctrl and press F twice to open regular Find dialog |
Alt F3
|
Find | Opens find (bypassing Quick Find) |
Ctrl R
|
Replace | Opens replace dialog |
Ctrl Shift F
|
Find in files | Opens find in files dialog |
Ctrl .
|
Highlight all | Highlights all occurrences of selected text, or word under caret if no selection exists |
F3
|
Find next | Searches forwards for last find string |
Ctrl F3
|
Find previous | Searches backwards for last find string |
Shift F3
|
Select to next occurrence | Selects all text from caret through next occurence of find string |
Ctrl G
|
Goto | Goes to the specified line (or hex address) |
Ctrl B
|
Select to matching brace | Selects to matching brace from next (,[,{ to closing },],) or other brace character as defined in the wordfile |
Ctrl F2
|
Toggle bookmark | Toggles bookmark |
F2
|
Go to bookmark | Jumps to next bookmark |
Shift F2
|
Select to next bookmark | Selects all text from caret through next bookmarked line |
Shift Alt F2
|
Select to previous bookmark | Selects all text from caret through previous bookmarked line |
Ctrl 🠕
|
Scroll view up | Scrolls view up one line while maintaining current caret position |
Ctrl 🠗
|
Scroll view down | Scrolls view down one line while maintaining current caret position |
Shift Mouse Wheel
|
Scrolls horizontally | Tracks horizontal scroll bar |
Alt 🠖
|
Next Paragraph | Positions caret at first non-space character of next paragraph |
Alt 🠔
|
Previous Paragraph | Positions caret at first non-space character of current paragraph (if positioned mid-paragraph) or previous paragraph |
Alt Page Up
|
Top of window | Moves caret to first visible line |
Alt Page Down
|
Bottom of window | Moves caret to last visible line |
Ctrl - (numeric keypad only) |
Hide / show selection | Hides or shows active code folding node, or active line if in non-highlighted file |
Ctrl + (numeric keypad only) |
Collapse all | Collapses all code folding nodes |
Ctrl * (numeric keypad only) |
Expand all | Expands all hidden / collapsed lines |
Alt - (numeric keypad only) |
Scroll to top | Positions active line to top of window |
Alt + (numeric keypad only) |
Scroll to bottom | Positions active line to bottom of window |
Alt * (numeric keypad only) |
Scroll to center | Positions active line to center of window |
Alt 5 (numeric keypad only) |
Scroll to center | Positions active line to center of window |
Ctrl 1 (numeric keypad only) |
End of previous word | Positions caret at the end of the previous word |
Ctrl 2 (numeric keypad only) |
End of next word | Positions caret at the end of the next word |
Alt Q
|
Quick find switch focus | Switches focus between editor window and quick find |
F6
|
Focus other pane | Moves focus to other pane when split window is active |
Ctrl F6
|
Next window | Makes next file window active (based upon last-accessed file tab) |
Ctrl Shift F6
|
Previous window | Makes previous file window active (based upon last-accessed file tab) |
Alt 🠕
|
Previous file tab | Activates file tab immediately to the left of active file tab |
Alt 🠗
|
Next file tab | Activates file tab immediately to the right of active file tab |
Alt F10
|
Previous panel | Moves focus through last used child windows |
Ctrl F10
|
Next panel | Moves focus through next used child windows |
Alt C
|
Column mode | Toggles column / block editing mode |
Ctrl W
|
Word wrap | Toggles word wrap |
Alt Mouse click / drag
|
Quick column selection | Allows you to create a quick column / block selection without enabling column mode |
Ctrl H
|
Hex mode | Toggles hex edit mode |
F8
|
Display function list | Opens / refreshes function list |
Ctrl F8
|
Tag list | Toggles tag list |
Ctrl U
|
File explorer | Toggles file explorer |
Insert
|
Insert or overstrike mode | Toggles insert / overstrike mode |
Ctrl Shift P
|
Command palette | Opens Command palette |
F1
|
Help | Shows UltraEdit help |
Shift F1
|
Context help | Invokes the context-sensitive help |
Alt 0-9 orShift Alt 0-9
|
Insert template | Inserts user-defined template |
F7
|
Insert time / date | Inserts time / date at caret |
Alt F8
|
Layouts | Opens layout manager dialog |
Ctrl Shift R
|
Quick record macro (toggle) | Immediately begins macro recording with no prompt |
Ctrl M
|
Play macro | Plays last-played macro, or first macro in macro list |
Ctrl L
|
Choose macro to play multiple times | Allows you to select a macro and how many times to play it |
Alt Shift Z
|
Scripts | Opens scripts list |
Alt Shift R
|
Run active script | Runs active file as script |
Ctrl Space bar
|
Auto-complate | Opens auto-complete dialog |
Alt Enter
|
Character properties | Opens character properties dialog |
Alt \
|
Word count | Opens word count dialog |
Alt Shift O
|
Open project / workspace | Opens the open project dialog |
Alt Shift C
|
Close project / workspace | Closes the active project and workspace |
Alt Shift S
|
Open project settings | Opens project settings dialog |
Alt F11
|
Compare | Opens compare files dialog |
F9
|
Run DOS command | Opens run DOS command window |
Ctrl F9
|
Run Last DOS Command | Repeats last-run DOS command |
F10
|
Run Windows program | Opens run Windows command window |
Ctrl P, S
|
Persistent selection | Begins persistent selection mode allowing you to move caret anywhere in file to create a selection |
Ctrl Shift 🠗
|
Next message | Moves focus to next error or warning in output window listing and opens referenced file to corresponding line |
Ctrl Shift 🠕
|
Previous message | Moves focus to previous error or warning in output window listing and opens referenced file to corresponding line |
Alt F4
|
Exit UltraEdit / UEStudio | Exits the application |
See also: