Added a section for the Backquote key

This commit is contained in:
Gilad S 2021-01-05 14:01:03 +02:00 committed by GitHub
parent 2aac694ab6
commit 765a41dcfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
const keyCodeArray = [
...'1234567890abcdefghijklmnopqrstuvwxyz§'.split(''),
..."`[]\\;',./".split(''),
...'1234567890abcdefghijklmnopqrstuvwxyz'.split(''),
/* the key that's located left to the 1 key in Mac
keybords in multiple Engligh laybouts (Backquote) */
...'`§'.split(''),
..."[]\\;',./".split(''),
'alt',
'shift',
'ctrl',