Difference between revisions of "Keyboard Shortcuts"
Line 1: | Line 1: | ||
+ | (This page is in-progress) | ||
+ | |||
The following lists keyboard shortcuts in Analytica 4.0: | The following lists keyboard shortcuts in Analytica 4.0: | ||
− | * F1 | + | * TAB |
− | * F2 | + | * SHIFT-TAB |
− | * F3 | + | |
− | * F4 | + | Toolbar/menu Shortcuts: |
− | * F5 | + | * F1: User Guide |
− | * F6: | + | * F2: [[image:ParentTool.jpg]]: Go to parent diagram. |
− | * F7: | + | * F3: [[image:OutlineTool.jpg]]: Go to Outliner window |
− | * F8: | + | * F4: [[image:ObjectWindowToolbarButton.jpg]]: Go to object window |
− | * F9: | + | * F5: [[image:ResultToolbarButton.jpg]]: Show Result (same as CTRL-R) |
+ | * F6: [[image:Expr.jpg]]: Edit definition/script (same as CTRL-E) | ||
+ | * F7: [[image:browseTool.jpg]]: Enter browse mode | ||
+ | * F8: [[image:Edit_Mode_Toolbar_Button.jpg]]: Enter Edit mode | ||
+ | * F9: [[image:arrowTool.jpg]]: Enter Arrow mode. | ||
* F10: Access main menu bar, next key selects submenu. | * F10: Access main menu bar, next key selects submenu. | ||
− | * F11: Toggle between Edit/Arrow editing modes. | + | * F11: Toggle between Edit/Arrow editing modes ([[image:Edit_Mode_Toolbar_Button.jpg]] ←→ [[image:arrowTool.jpg]] ). In Analytica 3.1, this was F2. |
− | * F12, or Ctrl-F12: Open typescript window | + | * F12, or Ctrl-F12: Open/close typescript window |
+ | |||
+ | |||
+ | * CTRL-A: Select all | ||
+ | * CTRL-B: Number Format... | ||
+ | * CTRL-C: Copy | ||
+ | * CTRL-D: Duplicate nodes | ||
+ | * CTRL-E: Edit definition | ||
+ | * CTRL-F: Find | ||
+ | * CTRL-G: Next, continue from Find | ||
+ | * CTRL-H: Find selection | ||
+ | * CTRL-I: Insert | ||
+ | * CTRL-J: Align selection to grid | ||
+ | * CTRL-K: Delete | ||
+ | * CTRL-L: Add Module... | ||
+ | * CTRL-M: Make alias | ||
+ | * CTRL-N: New Model | ||
+ | * CTRL-O: Open model file | ||
+ | * CTRL-P: Print | ||
+ | * CTRL-Q: Exit | ||
+ | * CTRL-R: Show result | ||
+ | * CTRL-S: Save | ||
+ | * CTRL-T: Adjust node size | ||
+ | * CTRL-U: Uncertainty Options... | ||
+ | * CTRL-V: Paste | ||
+ | * CTRL-W: Close | ||
+ | * CTRL-X: Cut | ||
+ | * CTRL-Y: Toggle between viewing titles and identifiers | ||
+ | * CTRL-Z: Undo typing | ||
+ | * CTRL-. (ctrl-dot): Abort in-progress computation. | ||
+ | * CTRL-Break: Abort in-progress computation | ||
+ | * CTRL-' (ctrl-appostrophe): Open/close typescript window. On some non-English keyboards, this combination is not available. In those cases, use F12. | ||
+ | |||
+ | These toolbar shortcuts may be used while editing a diagram: | ||
+ | * CTRL-1: New Decision node | ||
+ | * CTRL-2: New Variable node | ||
+ | * CTRL-3: New Chance node | ||
+ | * CTRL-4: New Objective node | ||
+ | * CTRL-5: New Module node | ||
+ | * CTRL-6: New Index node | ||
+ | * CTRL-7: New Constant node | ||
+ | * CTRL-8: New Function node | ||
+ | * CTRL-9: New Text node | ||
+ | * CTRL-0: New Button node | ||
+ | |||
+ | When editing definitions or attributes: | ||
+ | * ENTER | ||
+ | * RETURN | ||
+ | * CTRL-RETURN | ||
+ | |||
+ | * CTRL-RIGHT: Move right one token | ||
+ | * CTRL-LEFT: Move left one token | ||
+ | * CTRL-ALT-LEFT: Find left paren that matches the right paren currently at the left of the caret. | ||
+ | * CTRL-ALT-RIGHT: Find right parent that matches the left parent currently to the right of the cursor. | ||
+ | * SHIFT-(any of the above): Select the characters between. | ||
+ | (More to be listed) |
Revision as of 20:11, 19 April 2007
(This page is in-progress)
The following lists keyboard shortcuts in Analytica 4.0:
- TAB
- SHIFT-TAB
Toolbar/menu Shortcuts:
- F1: User Guide
- F2:
: Go to parent diagram.
- F3:
: Go to Outliner window
- F4:
: Go to object window
- F5:
: Show Result (same as CTRL-R)
- F6:
: Edit definition/script (same as CTRL-E)
- F7:
: Enter browse mode
- F8:
: Enter Edit mode
- F9:
: Enter Arrow mode.
- F10: Access main menu bar, next key selects submenu.
- F11: Toggle between Edit/Arrow editing modes (
←→
). In Analytica 3.1, this was F2.
- F12, or Ctrl-F12: Open/close typescript window
- CTRL-A: Select all
- CTRL-B: Number Format...
- CTRL-C: Copy
- CTRL-D: Duplicate nodes
- CTRL-E: Edit definition
- CTRL-F: Find
- CTRL-G: Next, continue from Find
- CTRL-H: Find selection
- CTRL-I: Insert
- CTRL-J: Align selection to grid
- CTRL-K: Delete
- CTRL-L: Add Module...
- CTRL-M: Make alias
- CTRL-N: New Model
- CTRL-O: Open model file
- CTRL-P: Print
- CTRL-Q: Exit
- CTRL-R: Show result
- CTRL-S: Save
- CTRL-T: Adjust node size
- CTRL-U: Uncertainty Options...
- CTRL-V: Paste
- CTRL-W: Close
- CTRL-X: Cut
- CTRL-Y: Toggle between viewing titles and identifiers
- CTRL-Z: Undo typing
- CTRL-. (ctrl-dot): Abort in-progress computation.
- CTRL-Break: Abort in-progress computation
- CTRL-' (ctrl-appostrophe): Open/close typescript window. On some non-English keyboards, this combination is not available. In those cases, use F12.
These toolbar shortcuts may be used while editing a diagram:
- CTRL-1: New Decision node
- CTRL-2: New Variable node
- CTRL-3: New Chance node
- CTRL-4: New Objective node
- CTRL-5: New Module node
- CTRL-6: New Index node
- CTRL-7: New Constant node
- CTRL-8: New Function node
- CTRL-9: New Text node
- CTRL-0: New Button node
When editing definitions or attributes:
- ENTER
- RETURN
- CTRL-RETURN
- CTRL-RIGHT: Move right one token
- CTRL-LEFT: Move left one token
- CTRL-ALT-LEFT: Find left paren that matches the right paren currently at the left of the caret.
- CTRL-ALT-RIGHT: Find right parent that matches the left parent currently to the right of the cursor.
- SHIFT-(any of the above): Select the characters between.
(More to be listed)
Comments
Enable comment auto-refresher