Merge pull request #603 from srcarter3/hotkeys
Update hotkeys (shortcuts) for V20
This commit is contained in:
commit
d380c96c5c
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