mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Fix: Add = to optional shift list
This commit is contained in:
parent
7640c7acf0
commit
9edde37ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function keyCombinationToCheck(
|
|||
const [required, optional] = separateRequiredOptionalModifiers(
|
||||
keyCombination.slice(0, -1),
|
||||
);
|
||||
if ("@*!".includes(keyCode)) {
|
||||
if ("@*!=".includes(keyCode)) {
|
||||
optional.push("Shift");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue