mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-05 02:58:12 +00:00
Fix table with mouse button codes.
Codes for right and middle mouse buttons were swapped.
This commit is contained in:
parent
9cf70b10ef
commit
e2ce52fe81
@ -19,8 +19,8 @@ numerical value depending on which button on your mouse was last pressed when th
|
|||||||
<!-- Our markdown parser doesn't work on tables!? Guess I'll have to roll my own soonish :/. -->
|
<!-- Our markdown parser doesn't work on tables!? Guess I'll have to roll my own soonish :/. -->
|
||||||
<tr><th>Button code</th><th>Mouse button</th></tr>
|
<tr><th>Button code</th><th>Mouse button</th></tr>
|
||||||
<tr><td align="right">1</td><td>Left button</td></tr>
|
<tr><td align="right">1</td><td>Left button</td></tr>
|
||||||
<tr><td align="right">2</td><td>Middle button</td></tr>
|
<tr><td align="right">2</td><td>Right button</td></tr>
|
||||||
<tr><td align="right">3</td><td>Right button</td></tr>
|
<tr><td align="right">3</td><td>Middle button</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user