Add support for the § key for Mac keyboards

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

View file

@ -1,5 +1,5 @@
const keyCodeArray = [ const keyCodeArray = [
...'1234567890abcdefghijklmnopqrstuvwxyz'.split(''), ...'1234567890abcdefghijklmnopqrstuvwxyz§'.split(''),
..."`[]\\;',./".split(''), ..."`[]\\;',./".split(''),
'alt', 'alt',
'shift', 'shift',