mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Add support for the § key for Mac keyboards
This commit is contained in:
parent
bc6ea66cb6
commit
2aac694ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const keyCodeArray = [
|
||||
...'1234567890abcdefghijklmnopqrstuvwxyz'.split(''),
|
||||
...'1234567890abcdefghijklmnopqrstuvwxyz§'.split(''),
|
||||
..."`[]\\;',./".split(''),
|
||||
'alt',
|
||||
'shift',
|
||||
|
|
|
|||
Loading…
Reference in a new issue