finishing touches on help system
This commit is contained in:
parent
2d11e39653
commit
fd8e2ea751
|
@ -174,7 +174,7 @@
|
||||||
<chunkedOutput>true</chunkedOutput>
|
<chunkedOutput>true</chunkedOutput>
|
||||||
<xincludeSupported>true</xincludeSupported>
|
<xincludeSupported>true</xincludeSupported>
|
||||||
<!-- <foCustomization>src/test/resources/docbook-fo.xsl</foCustomization> -->
|
<!-- <foCustomization>src/test/resources/docbook-fo.xsl</foCustomization> -->
|
||||||
<eclipsePluginId>com.minres.scviewer.doc</eclipsePluginId>
|
<eclipsePluginId>com.minres.scviewer.e4.application.help</eclipsePluginId>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
|
@ -18,11 +18,11 @@ Legend:
|
||||||
[cols="1,1,1,4",options="header"]
|
[cols="1,1,1,4",options="header"]
|
||||||
|===
|
|===
|
||||||
| Input | Modifier | Context | Action
|
| Input | Modifier | Context | Action
|
||||||
| LMB klick | | any | select
|
| LMB click | | any | select
|
||||||
| LMB klick | Shift | Waveform | move selected marker to position
|
| LMB click | Shift | Waveform | move selected marker to position
|
||||||
| LMB klick | Control | Waveform | move cursor to position
|
| LMB click | Control | Waveform | move cursor to position
|
||||||
| LMB drag | | Waveform | zoom to range
|
| LMB drag | | Waveform | zoom to range
|
||||||
| MMB klick | | Waveform | move selected marker to position
|
| MMB click | | Waveform | move selected marker to position
|
||||||
| MScrl | | any | scroll window up/down
|
| MScrl | | any | scroll window up/down
|
||||||
| MScrl | Shift | any | scroll window left/right
|
| MScrl | Shift | any | scroll window left/right
|
||||||
| Key left | | Waveform | scroll window to the left (slow)
|
| Key left | | Waveform | scroll window to the left (slow)
|
||||||
|
@ -38,3 +38,20 @@ Legend:
|
||||||
| Key Pos1 | | Waveform | jump to selected marker
|
| Key Pos1 | | Waveform | jump to selected marker
|
||||||
| Key End | | Waveform | jump to cursor
|
| Key End | | Waveform | jump to cursor
|
||||||
| Key Del | | any | delete selected entries
|
| Key Del | | any | delete selected entries
|
||||||
|
| LMB click | | ZoomBar | increment/decrement 1 page
|
||||||
|
| LMB drag | | ZoomBar | drag both markers (pan)
|
||||||
|
| LMB drag | Control | ZoomBar | drag one marker (zoom)
|
||||||
|
| MMB drag | | ZoomBar | drag one marker (zoom)
|
||||||
|
| xMB dclick | | ZoomBar | pan to position
|
||||||
|
| MScrl | | ZoomBar | scroll window left/right
|
||||||
|
| MScrl | Shift | ZoomBar | scroll window left/right double speed
|
||||||
|
| MScrl | Control | ZoomBar | zoom in/out
|
||||||
|
| Key left | | ZoomBar | scroll window to the left (slow)
|
||||||
|
| Key right | | ZoomBar | scroll window to the right (slow)
|
||||||
|
| Key up | | ZoomBar | scroll window to the left (slow)
|
||||||
|
| Key down | | ZoomBar | scroll window to the right (slow)
|
||||||
|
| Key PgUp | | ZoomBar | scroll window to the left (fast)
|
||||||
|
| Key PgDown | | ZoomBar | scroll window to the right (fast)
|
||||||
|
| Key Pos1 | | ZoomBar | scroll to begin
|
||||||
|
| Key End | | ZoomBar | scroll to end
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
<plugin name="DocBook Online Help Sample" id="com.minres.scviewer.doc" version="1.0" provider-name="Example provider">
|
<plugin name="DocBook Online Help Sample" id="com.minres.scviewer.e4.application.help" version="1.0" provider-name="Example provider">
|
||||||
<extension point="org.eclipse.help.toc">
|
<extension point="org.eclipse.help.toc">
|
||||||
<toc file="toc.xml" primary="true"/>
|
<toc file="toc.xml" primary="true"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
Loading…
Reference in New Issue