mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Added a section for the Backquote key
This commit is contained in:
parent
2aac694ab6
commit
765a41dcfc
1 changed files with 5 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue