Common Keyboard Shortcuts/en
Version vom 14. Oktober 2016, 17:44 Uhr von Cg (Diskussion | Beiträge) (→Customizing Keyboard Shortcuts)
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)
- DELETE - "delete"
Deletes but does NOT put the deleted object into the clipboard
- CTRL-z - "undo"
Undoes the last operation. 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.
- 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.
Tree/List Organisation[Bearbeiten]
- CTRL-Cursor-DOWN - "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-Cursor-UP - "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-Cursor-LEFT - "move out"
In the navigation tree, this moves the selected item ot of its containing (parent) item and places it below the parent in the list.
- CTRL-Cursor-RIGHT - "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 ist 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.