Common Keyboard Shortcuts/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Spelling fixes.) |
(Normalize shortcut notation) |
||
Zeile 1: | Zeile 1: | ||
=== General Editing === |
=== General Editing === |
||
* ''' |
* '''<kbd>Ctrl-c</kbd>''' - "''copy''".<br>Copies the selection into the clipboard. The object to be copied depends on the context and selection:<br>- in a text editor, the text-selection is copied.<br>- in the diagram editor, the selected element(s) are copied<br>- in the navigation tree, the selected tree items are copied. |
||
* ''' |
* '''<kbd>Ctrl-v</kbd>''' - "''paste''"<br>Pastes the clipboard object. This is not always possible, and sometimes simply ignored (for example, if a tree-item is copied and tried to be pasted into a text editor). |
||
* ''' |
* '''<kbd>Ctrl-x</kbd>''' - "''cut''"<br>Deletes the selection and puts it into the clipboard (for later pasting) |
||
* ''' |
* '''<kbd>Del</kbd>''' - "''delete''"<br>Deletes but does NOT put the deleted object into the clipboard |
||
* ''' |
* '''<kbd>Ctrl-z</kbd>''' - "''undo''"<br>Undoes the last operation in a text view. This is a multi-undo. This is the same function as performed by the undo toolbar menu button. This button shows a tooltip, which describes what would be undone if pressed. If you are uncertain, what would be undone, place the mouse over this toolbar button (without pressing) and read the tooltip. Undo for complex operations (tree manipulations, imports etc. are performed via a toolbar button, which shows the kind of operation to be undone in its tooltip). |
||
* ''' |
* '''<kbd>Ctrl-y</kbd>''' - "''redo''"<br>Undoes the last undo operation. Currently, this works only in text editor windows (i.e. be careful in the diagram editor). |
||
* ''' |
* '''<kbd>Ctrl-g</kbd>''' - "''goto line''"<br>In text editors only: to position the cursor to an entered line number. If the entered number has a sign (+/-), the positioning is relative to the current line. |
||
* ''' |
* '''<kbd>Ctrl-f</kbd>''' - "''find''"<br>Opens a dialog to enter a search string and various options for search (pattern-matching search, wrap at end, etc.). Also a replace string can be entered for search and replace. |
||
* ''' |
* '''<kbd>Alt-f</kbd>''' - "''forward search''"<br>Searches for the next occurrence of the previous search string. |
||
* ''' |
* '''<kbd>Alt-b</kbd>''' - "''backward search''"<br>Searches for the previous occurrence of the previous search string. |
||
* '''F8''' - "''again''"<br>Repeats the last cut or replace operation in a text editor. For example, to replace a string by another string, first select it, type in the new word, then press F8 to search for the next occurrence and replace again. If the previous operation was a "cut" or "delete", then F2 searches for the next occurrence and deletes that again. |
* '''<kbd>F8</kbd>''' - "''again''"<br>Repeats the last cut or replace operation in a text editor. For example, to replace a string by another string, first select it, type in the new word, then press <kbd>F8</kbd> to search for the next occurrence and replace again. If the previous operation was a "cut" or "delete", then <kbd>F2</kbd> searches for the next occurrence and deletes that again. |
||
* '''F2''' - "''rename''"<br>In the tree or diagram editor, lets you rename the selected element |
* '''<kbd>F2</kbd>''' - "''rename''"<br>In the tree or diagram editor, lets you rename the selected element |
||
* '''F3''' - "''comment''"<br>In an elementary code editor, comments the selection or the current cursor line |
* '''<kbd>F3</kbd>''' - "''comment''"<br>In an elementary code editor, comments the selection or the current cursor line |
||
* '''F4''' - "''uncomment''"<br>In an elementary code editor, uncomments the selection or the current cursor line |
* '''<kbd>F4</kbd>''' - "''uncomment''"<br>In an elementary code editor, uncomments the selection or the current cursor line |
||
* '''F9''' - "''undent by 4''"<br>remove the left 4 spaces of the selected line range, or the cursor line (if no lines are seleted) |
* '''<kbd>F9</kbd>''' - "''undent by 4''"<br>remove the left 4 spaces of the selected line range, or the cursor line (if no lines are seleted) |
||
* '''F10''' - "''indent by 4''"<br>add 4 spaces to the left of the selected line range, or the cursor line |
* '''<kbd>F10</kbd>''' - "''indent by 4''"<br>add 4 spaces to the left of the selected line range, or the cursor line |
||
* '''F11''' - "''undent by 1''" |
* '''<kbd>F11</kbd>''' - "''undent by 1''" |
||
* '''F12''' - "''indent by 1''" |
* '''<kbd>F12</kbd>''' - "''indent by 1''" |
||
=== Tree/List Organisation === |
=== Tree/List Organisation === |
||
* ''' |
* '''<kbd>Ctrl-↓</kbd>''' [= <kbd>Ctrl-ArrowDown</kbd>] - "''move down''"<br>This moves the selected item down in the navigation tree or a testplan's list of test cases. If a step's pin is selected in the diagram editor, this is moved towards the bottom. |
||
* ''' |
* '''<kbd>Ctrl-↑</kbd>''' [= <kbd>Ctrl-ArrowUp</kbd>] - "''move up''"<br>This moves the selected item up in the navigation tree or a testplan's list of test cases. If a step's pin is selected in the diagram editor, this is moved towards the top. |
||
* ''' |
* '''<kbd>Ctrl-←</kbd>''' [= <kbd>Ctrl-ArrowLeft</kbd>] - "''move out''"<br>In the navigation tree, this moves the selected item out of its containing (parent) item and places it below the parent in the list. |
||
* ''' |
* '''<kbd>Ctrl-→</kbd>''' [= <kbd>Ctrl-ArrowRight</kbd>] - "''move in''"<br>In the navigation tree, this moves the selected item into the tree item right above it. I.e. it makes it a child element of the other item. |
||
=== Element Creation === |
=== Element Creation === |
||
* ''' |
* '''<kbd>Ctrl-n</kbd>''' - "''new step''"<br>In the diagram editor, this opens a dialog to create a new step. The dialog lets you choose the action which is to be instantiated. If a pin is selected, the dialog filters are preset to only show action blocks with correspondingly typed pins. |
||
* ''' |
* '''<kbd>Ctrl-r</kbd>''' - "''replace''"<br>In the diagram editor, this opens a dialog to choose another action which is to replace the selected action. |
||
More editing functions are found in every text editor's, lists or diagram's right-button menu; some of which do have keyboard shortcuts. |
More editing functions are found in every text editor's, lists or diagram's right-button menu; some of which do have keyboard shortcuts. |
||
Zeile 57: | Zeile 57: | ||
=== Other === |
=== Other === |
||
* ''' |
* '''<kbd>Ctrl-+</kbd>''' [= <kbd>Ctrl-plus</kbd>] - "''Zoom In''"<br>Text is shown in a larger font; diagrams are magnified |
||
* ''' |
* '''<kbd>Ctrl--</kbd>''' [= <kbd>Ctrl-minus</kbd>] - "''Zoom Out''"<br>Text is shown in a smaller font; diagrams are shrunk |
||
* ''' |
* '''<kbd>Ctrl-Shift-+</kbd>''' [= <kbd>Ctrl-Shift-plus</kbd>] - "''Zoom In All''"<br>Zoom-In in all windows |
||
* ''' |
* '''<kbd>Ctrl-Shift--</kbd>''' [= <kbd>Ctrl-Shift-minus</kbd>] - "''Zoom Out All''"<br>Zoom-Out in all windows. |
||
=== Customizing Keyboard Shortcuts === |
=== Customizing Keyboard Shortcuts === |
Version vom 28. Januar 2018, 19:19 Uhr
Inhaltsverzeichnis
General Editing[Bearbeiten]
- Ctrl-c - "copy".
Copies the selection into the clipboard. The object to be copied depends on the context and selection:
- in a text editor, the text-selection is copied.
- in the diagram editor, the selected element(s) are copied
- in the navigation tree, the selected tree items are copied.
- Ctrl-v - "paste"
Pastes the clipboard object. This is not always possible, and sometimes simply ignored (for example, if a tree-item is copied and tried to be pasted into a text editor).
- Ctrl-x - "cut"
Deletes the selection and puts it into the clipboard (for later pasting)
- Del - "delete"
Deletes but does NOT put the deleted object into the clipboard
- Ctrl-z - "undo"
Undoes the last operation in a text view. This is a multi-undo. This is the same function as performed by the undo toolbar menu button. This button shows a tooltip, which describes what would be undone if pressed. If you are uncertain, what would be undone, place the mouse over this toolbar button (without pressing) and read the tooltip. Undo for complex operations (tree manipulations, imports etc. are performed via a toolbar button, which shows the kind of operation to be undone in its tooltip).
- Ctrl-y - "redo"
Undoes the last undo operation. Currently, this works only in text editor windows (i.e. be careful in the diagram editor).
- Ctrl-g - "goto line"
In text editors only: to position the cursor to an entered line number. If the entered number has a sign (+/-), the positioning is relative to the current line.
- Ctrl-f - "find"
Opens a dialog to enter a search string and various options for search (pattern-matching search, wrap at end, etc.). Also a replace string can be entered for search and replace.
- Alt-f - "forward search"
Searches for the next occurrence of the previous search string.
- Alt-b - "backward search"
Searches for the previous occurrence of the previous search string.
- F8 - "again"
Repeats the last cut or replace operation in a text editor. For example, to replace a string by another string, first select it, type in the new word, then press F8 to search for the next occurrence and replace again. If the previous operation was a "cut" or "delete", then F2 searches for the next occurrence and deletes that again.
- F2 - "rename"
In the tree or diagram editor, lets you rename the selected element
- F3 - "comment"
In an elementary code editor, comments the selection or the current cursor line
- F4 - "uncomment"
In an elementary code editor, uncomments the selection or the current cursor line
- F9 - "undent by 4"
remove the left 4 spaces of the selected line range, or the cursor line (if no lines are seleted)
- F10 - "indent by 4"
add 4 spaces to the left of the selected line range, or the cursor line
- F11 - "undent by 1"
- F12 - "indent by 1"
Tree/List Organisation[Bearbeiten]
- Ctrl-↓ [= Ctrl-ArrowDown] - "move down"
This moves the selected item down in the navigation tree or a testplan's list of test cases. If a step's pin is selected in the diagram editor, this is moved towards the bottom.
- Ctrl-↑ [= Ctrl-ArrowUp] - "move up"
This moves the selected item up in the navigation tree or a testplan's list of test cases. If a step's pin is selected in the diagram editor, this is moved towards the top.
- Ctrl-← [= Ctrl-ArrowLeft] - "move out"
In the navigation tree, this moves the selected item out of its containing (parent) item and places it below the parent in the list.
- Ctrl-→ [= Ctrl-ArrowRight] - "move in"
In the navigation tree, this moves the selected item into the tree item right above it. I.e. it makes it a child element of the other item.
Element Creation[Bearbeiten]
- Ctrl-n - "new step"
In the diagram editor, this opens a dialog to create a new step. The dialog lets you choose the action which is to be instantiated. If a pin is selected, the dialog filters are preset to only show action blocks with correspondingly typed pins.
- Ctrl-r - "replace"
In the diagram editor, this opens a dialog to choose another action which is to replace the selected action.
More editing functions are found in every text editor's, lists or diagram's right-button menu; some of which do have keyboard shortcuts.
Other[Bearbeiten]
- Ctrl-+ [= Ctrl-plus] - "Zoom In"
Text is shown in a larger font; diagrams are magnified
- Ctrl-- [= Ctrl-minus] - "Zoom Out"
Text is shown in a smaller font; diagrams are shrunk
- Ctrl-Shift-+ [= Ctrl-Shift-plus] - "Zoom In All"
Zoom-In in all windows
- Ctrl-Shift-- [= Ctrl-Shift-minus] - "Zoom Out All"
Zoom-Out in all windows.
Customizing Keyboard Shortcuts[Bearbeiten]
When expecco starts, it looks for a file named "keyboard.rc
" in the "bin
" folder (where the expecco executable is installed). All keyboard shortcuts are defined in this script file. To customize the keyboard shortcuts, take the code there as a guide.