docs(codes): Add LSHIFT and RSHIFT aliases
This commit is contained in:
parent
4c1a71551b
commit
52ee082692
1 changed files with 2 additions and 2 deletions
|
@ -4085,7 +4085,7 @@ export default [
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["LEFT_SHIFT", "LSHFT", "LS(code)"],
|
names: ["LEFT_SHIFT", "LSHIFT", "LSHFT", "LS(code)"],
|
||||||
description: "Left Shift ⇧",
|
description: "Left Shift ⇧",
|
||||||
context: "Keyboard",
|
context: "Keyboard",
|
||||||
clarify: false,
|
clarify: false,
|
||||||
|
@ -4179,7 +4179,7 @@ export default [
|
||||||
footnotes: {},
|
footnotes: {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["RIGHT_SHIFT", "RSHFT", "RS(code)"],
|
names: ["RIGHT_SHIFT", "RSHIFT", "RSHFT", "RS(code)"],
|
||||||
description: "Right Shift ⇧",
|
description: "Right Shift ⇧",
|
||||||
context: "Keyboard",
|
context: "Keyboard",
|
||||||
clarify: false,
|
clarify: false,
|
||||||
|
|
Loading…
Reference in a new issue