WF4.0工作流设计器快捷键

    像其他Visual Studio组件一样,工作流设计器也有很多快捷键。在MSDN文档上提供了这些捷径。这里列举出来方便查看。

Shortcut Purpose

CTRL+E, A

Shows or hides the Argument Designer.

CTRL+E, C

Collapses the selected activity in place.

CTRL+E, E

Expands the selected activity in place.

CTRL+E, F

Connects the selected activities in a flowchart.

CTRL+E, I

Shows or hides the Imports Designer.

CTRL+E, M

Moves the keyboard focus to the next item in the tab order.

CTRL+E, N

Creates a new variable in the scope of the selected activity (or the closest).

CTRL+E, O

Shows or hides the Overview map.

CTRL+E, P

Navigates to the parent of the selected activity. This goes up one level in breadcrumb navigation and changes the

root activity on the designer surface.

CTRL+E, S

Adds the item with keyboard focus to the current selection.

CTRL+E, V

Shows or hides the Variable Designer.

CTRL+E, X

Expands all activities in the workflow.

CTRL+ALT+F6

Moves keyboard focus from the current UI area to the next area in the sequence. The order is as follows:

  1. Breadcrumb navigation bar.

  2. Designer surface

  3. Arguments/Variables/Imports designer if open

  4. Shell

 

原文链接: http://www.cnblogs.com/zhuqil/archive/2010/02/09/Shortcuts.html

你可能感兴趣的:(WF4.0工作流设计器快捷键)