Merge pull request #1087 from angularorbit/master

Opposite Shift, update key lists to add their symbols
This commit is contained in:
Jack 2021-03-12 14:07:06 +00:00 committed by GitHub
commit ca5f7abb62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 3 deletions

View file

@ -39,6 +39,13 @@ let leftSideKeys = [
"KeyX",
"KeyC",
"KeyV",
"Backquote",
"Digit1",
"Digit2",
"Digit3",
"Digit4",
"Digit5",
];
let rightSideKeys = [
@ -54,6 +61,20 @@ let rightSideKeys = [
"KeyN",
"KeyM",
"Digit7",
"Digit8",
"Digit9",
"Digit0",
"Backslash",
"BracketLeft",
"BracketRight",
"Semicolon",
"Quote",
"Comma",
"Period",
"Slash",
];
export function isUsingOppositeShift(event) {

View file

@ -1943,11 +1943,12 @@
<div class="text">
This mode will force you to use opposite
<key>shift</key>
keys for capitalisation. Using an incorrect one will count as
keys for shifting. Using an incorrect one will count as
an error. This feature ignores keys in locations
<key>B</key>
<key>B</key>,
<key>Y</key>,
and
<key>Y</key>
<key>^</key>
because many people use the other hand for those keys.
</div>
<div class="buttons">