Common Keyboard Shortcuts/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
=== General Editing ===
=== General Editing ===


* CTRL-C - "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.
* CTRL-c - "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.
&nbsp;
&nbsp;


* CTRL-V - "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).
* CTRL-v - "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).
&nbsp;
&nbsp;


* CTRL-X - "cut"<br>Deletes the selection and puts it into the clipboard (for later pasting)
* CTRL-x - "cut"<br>Deletes the selection and puts it into the clipboard (for later pasting)
&nbsp;
&nbsp;


Zeile 13: Zeile 13:
&nbsp;
&nbsp;


* CTRL-Z - "undo"<br>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-z - "undo"<br>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.
&nbsp;
&nbsp;



Version vom 7. September 2016, 16:18 Uhr

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.

 

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 top.

 

  • 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 bottom.

 

  • 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.

 

  • CTRL-r - "replace"
    In the diagram editor, this opens a dialog to choose another action which is to replace the selected action.



Copyright © 2014-2024 eXept Software AG