Skip to content

Commit

Permalink
Fix #7: Rename OSLeft/Right to MetaLeft/Right
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Feb 26, 2016
1 parent 4a2a5e8 commit 0473973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index-source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ Abstract:
CODE ControlLeft KEYCAP<Control> or KEYCAP<&#8963;>
CODE ControlRight KEYCAP<Control> or KEYCAP<&#8963;>
CODE Enter KEYCAP<Enter> or KEYCAP<&crarr;>. Labelled KEYCAP<Return> on Apple keyboards.
CODE OSLeft The Windows, KEYCAP<&#x2318;>, KEYCAP<Command> or other OS symbol key.
CODE OSRight The Windows, KEYCAP<&#x2318;>, KEYCAP<Command> or other OS symbol key.
CODE MetaLeft The Windows, KEYCAP<&#x2318;>, KEYCAP<Command> or other OS symbol key.
CODE MetaRight The Windows, KEYCAP<&#x2318;>, KEYCAP<Command> or other OS symbol key.
CODE ShiftLeft KEYCAP<Shift> or KEYCAP<&#8679;>
CODE ShiftRight KEYCAP<Shift> or KEYCAP<&#8679;>
CODE Space KEYCAP<&nbsp;> (space)
Expand Down

0 comments on commit 0473973

Please sign in to comment.