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
|
<extension
|
||||||
id="com.raytheon.viz.d2d.ui.bindings"
|
id="com.raytheon.viz.d2d.ui.bindings"
|
||||||
point="org.eclipse.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
|
<key
|
||||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||||
commandId="com.raytheon.viz.ui.showHistoryList"
|
commandId="com.raytheon.viz.ui.showHistoryList"
|
||||||
|
@ -1504,17 +1510,23 @@
|
||||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||||
sequence="M1+B">
|
sequence="M1+B">
|
||||||
</key>
|
</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
|
<key
|
||||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||||
commandId="com.raytheon.viz.ui.clear"
|
commandId="com.raytheon.viz.ui.clear"
|
||||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||||
sequence="M1+C">
|
sequence="M1+M2+C">
|
||||||
</key>
|
</key>
|
||||||
<key
|
<key
|
||||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||||
commandId="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction"
|
commandId="com.raytheon.uf.viz.d2d.ui.actions.timeOptionsAction"
|
||||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||||
sequence="M1+T">
|
sequence="M1+M2+T">
|
||||||
</key>
|
</key>
|
||||||
<key
|
<key
|
||||||
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.multiPanelLayout"
|
commandId="com.raytheon.uf.viz.d2d.ui.map.actions.multiPanelLayout"
|
||||||
|
@ -1629,6 +1641,18 @@
|
||||||
schemeId="com.raytheon.viz.ui.cave.scheme"
|
schemeId="com.raytheon.viz.ui.cave.scheme"
|
||||||
sequence="F12">
|
sequence="F12">
|
||||||
</key>
|
</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
|
<key
|
||||||
contextId="com.raytheon.uf.viz.d2d.ui"
|
contextId="com.raytheon.uf.viz.d2d.ui"
|
||||||
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
|
commandId="com.raytheon.viz.ui.tools.looping.loopProperties"
|
||||||
|
|
Loading…
Add table
Reference in a new issue