add additional super key codes

This commit is contained in:
Cade Scroggins 2018-12-16 14:18:09 -08:00
parent af1af35b67
commit 06cdd7f388
No known key found for this signature in database
GPG key ID: 519697F4ACAF4893

View file

@ -550,6 +550,8 @@
case 80:
return ctrl ? 'c-p' : 'p';
case 91:
case 93:
case 224:
return 'super';
}
},