mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Merge pull request #119 from giladgd/addSupportForSectionSign
Add support for using § key on Mac keyboards for sidebar toggle shortcut
This commit is contained in:
commit
3a2b684d33
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
const keyCodeArray = [
|
||||
...'1234567890abcdefghijklmnopqrstuvwxyz'.split(''),
|
||||
..."`[]\\;',./".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