Update hotkeys (shortcuts) for V20
| Function | Keys | |------------------------------|--------------| | Open New Map | Ctrl+T | | Open a Display | Ctrl+Shift+L | | Save Display | Ctrl+S | | Save Display Locally | Ctrl+Shift+S | | Save KML | Ctrl+K | | New Procedure | Ctrl+N | | Open Procedure | Ctrl+O | | Delete Procedure | Ctrl+D | | Copy Display to Procedure(s) | Ctrl+B | | History List | Ctrl+H | | Clear Data | Ctrl+Shift+C | | First Frame | Ctrl+← | | Last Frame | Ctrl+→ | | Step Back | ← | | Step Forward | → | | Increase Loop Speed | Page Up | | Decrease Loop Speed | Page Down | | Toggle Time Options | Ctrl+Shift+T | | Toggle Image Combination | Insert | | Open Loop Properties | Ctrl+L | | Open Image Properties | Ctrl+I | | Show Print Dialog | Ctrl+P | | Locate Cursor | F12 |
This commit is contained in:
parent
9574237588
commit
381f67b096
1 changed files with 26 additions and 2 deletions
|
@ -1450,6 +1450,12 @@
|
|||
<extension
|
||||
id="com.raytheon.viz.d2d.ui.bindings"
|
||||
point="org.eclipse.ui.bindings">
|
||||
<key
|
||||
commandId="com.raytheon.uf.viz.kml.export.exportKML"
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+K">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.showHistoryList"
|
||||
|
@ -1504,17 +1510,23 @@
|
|||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+B">
|
||||
</key>
|
||||
<key
|
||||
commandId="org.eclipse.ui.window.newEditor"
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+T">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.clear"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+C">
|
||||
sequence="M1+M2+C">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="M1+T">
|
||||
sequence="M1+M2+T">
|
||||
</key>
|
||||
<key
|
||||
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.multiPanelLayout"
|
||||
|
@ -1629,6 +1641,18 @@
|
|||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="F12">
|
||||
</key>
|
||||
<key
|
||||
commandId="com.raytheon.viz.ui.tools.looping.fasterLoop"
|
||||
contextId="com.raytheon.viz.ui.loopContext"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="PAGE_UP">
|
||||
</key>
|
||||
<key
|
||||
commandId="com.raytheon.viz.ui.tools.looping.slowerLoop"
|
||||
contextId="com.raytheon.viz.ui.loopContext"
|
||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||
sequence="PAGE_DOWN">
|
||||
</key>
|
||||
<key
|
||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
|
||||
|
|
Loading…
Add table
Reference in a new issue