Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:actionCode 
- 
-You may define more than one shortcut keys by string them together using semi-colon ";" as the separator. 
- 
-Example: 
- 
-    F2:exec;ctrl+T:modelScript 
- 
-The example above defines two shortcut keys: F2 to execute the model and Ctrl T to bring up model MScript. 
- 
-**Important**: Some browsers have reserved certain shortcut keys that can not be overridden. Please see the following links for more details about what keys are reserved/used by the browser: 
- 
-  * [[http://support.microsoft.com/kb/306832|IE]] 
-  * [[http://download.maketecheasier.com/Firefox_shortcut_keys.pdf|Firefox]] 
-  * [[http://www.google.com/support/chrome/bin/static.py?page=guide.cs&guide=25799&topic=28650|Google Chrome]] 
-  * [[http://docs.info.apple.com/article.html?artnum=42951|Safari]] 
- 
-Try this example shortcut key definition by copy and paste it to //ShortCut Keys// field in //Config// property: 
- 
-    ctrl+s:save;ctrl+l:close;ctrl+e:reset;ctrl+e:exec;ctrl+d:debug;F8:stepIn;F9:stepOver;ctrl+o:stop 
- 
-  * [[Shortcut Key List|Shortcut Key List]] - list of shortcut keys available 
-  * [[Shortcut Action List|Shortcut Action List]] - list of system actions available