mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
add additional super key codes
This commit is contained in:
parent
af1af35b67
commit
06cdd7f388
1 changed files with 2 additions and 0 deletions
|
|
@ -550,6 +550,8 @@
|
|||
case 80:
|
||||
return ctrl ? 'c-p' : 'p';
|
||||
case 91:
|
||||
case 93:
|
||||
case 224:
|
||||
return 'super';
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue