Skip to content

Commit 1f4c6a0

Browse files
committed
rules: player tips
1 parent 1dd8c78 commit 1f4c6a0

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

player.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,29 @@
145145
</div>
146146
<div id="viewport_controls">
147147
<div class="button" title="View zoom out
148-
Hotkey: -"
148+
Hotkey: -
149+
SHIFT+RMB"
149150
onclick="p_ViewZoomOut()">-</div>
150151
<div id="view_zoom" title="Zoom">zoom</div>
151152
<div class="button" title="View zoom in
152-
Hotkey: +"
153+
Hotkey: +
154+
SHIFT+RMB"
153155
onclick="p_ViewZoomIn()">+</div>
154156
<div class="button" title="View left
155-
Hotkey: &larr;"
157+
Hotkey: &larr;
158+
CTRL+RMB"
156159
onclick="p_ViewLeft()">&larr;</div>
157160
<div class="button" title="View right
158-
Hotkey: &rarr;"
161+
Hotkey: &rarr;
162+
CTRL+RMB"
159163
onclick="p_ViewRight()">&rarr;</div>
160164
<div class="button" title="View up
161-
Hotkey: &uarr;"
165+
Hotkey: &uarr;
166+
CTRL+RMB"
162167
onclick="p_ViewUp()">&uarr;</div>
163168
<div class="button" title="View down
164-
Hotkey: &darr;"
169+
Hotkey: &darr;
170+
CTRL+RMB"
165171
onclick="p_ViewDown()">&darr;</div>
166172
<div class="button" title="Home view
167173
Hotkey: H"

0 commit comments

Comments
 (0)