diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-05-24 19:52:08 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-05-24 19:52:08 +0800 |
commit | ded6dd1c8f7cbe2991e90f69f95730b39eaa95cf (patch) | |
tree | 46f55ade709960f4407b836432b76901d00aa693 /doc | |
parent | b059dd6fa25ad50f549cb1384042b07b6cfe06bf (diff) | |
download | QMidiPlayer-ded6dd1c8f7cbe2991e90f69f95730b39eaa95cf.tar.xz |
Add seeking with arrow buttons in visualization.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/visualization.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/visualization.html b/doc/visualization.html index b35d3de..d11f3fa 100644 --- a/doc/visualization.html +++ b/doc/visualization.html @@ -32,15 +32,15 @@ <h3>Controls</h3> <pre> forward - | ↱Hold left mouse button and drag: - up | down ┌──┬──┐ Adjust viewport. - ↓ ↓ ↓ │ │ │ - Q W E R←reset viewport ├──┴──┤ - A S D │ │ - ↑ ↑ ↑ │ │ -left | right │ │ - | └─────┘ - backward + | ↱Hold left mouse button and drag: + up | down ┌──┬──┐ Adjust viewport. + ↓ ↓ ↓ │ │ │ + Q W E R←reset viewport ├──┴──┤ + A S D │ │ + ↑ ↑ ↑ │ │ +left | right ← → │ │ + | Seek left/right └─────┘ + backward (Hold shift to seek 5% instead of 1%) </pre> <h3>Options</h3> <ul> |