Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
shortcut_keys [2020/04/26 03:33] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== IDE Shortcut Keys===== | ||
| - | |||
| - | You may define a function key or combination of modifier key and a shortcut key to perform certain action. The shortcut keys are defined in [[Config|Config]] property page. [[mscripteditor|MScript Editor]] also provides a set of [[mscript_editor_shortcut_keys | MScript Editor Shortcut Keys]]. | ||
| - | |||
| - | |||
| - | The shortcut key definition must follow the following format: | ||
| - | |||
| - | keySequence: | ||
| - | |||
| - | You may define more than one shortcut keys by string them together using semi-colon ";" | ||
| - | |||
| - | Example: | ||
| - | |||
| - | F2: | ||
| - | |||
| - | The example above defines two shortcut keys: F2 to execute the model and Ctrl T to bring up model MScript. | ||
| - | |||
| - | **Important**: | ||
| - | |||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | * [[http:// | ||
| - | |||
| - | Try this example shortcut key definition by copy and paste it to //ShortCut Keys// field in //Config// property: | ||
| - | |||
| - | ctrl+s: | ||
| - | |||
| - | * [[Shortcut Key List|Shortcut Key List]] - list of shortcut keys available | ||
| - | * [[Shortcut Action List|Shortcut Action List]] - list of system actions available | ||