Skip to content

Commit

Permalink
added MacOS specific keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepdiy authored Apr 29, 2021
1 parent 4635a90 commit d978569
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,16 @@ The easiest way to solve this problem is by reflashing the firmware ; to do this
</tr>
<tr>
<td>KEY_LEFT_GUI</td>
<td>Windows Key / OPT / Super</td>
<td>Windows Key</td>
</tr>
</tr>
<tr>
<td>KEY_CMD</td>
<td>MacOS Left CMD Key</td>
</tr>
<tr>
<td>KEY_OPT</td>
<td>MacOS Left ALT KEY</td>
</tr>
<tr>
<td>KEY_LEFT_ALT</td>
Expand Down

0 comments on commit d978569

Please sign in to comment.