add additional super key codes

This commit is contained in:
Cade Scroggins
2018-12-16 14:18:09 -08:00
parent af1af35b67
commit 06cdd7f388
+2
View File
@@ -550,6 +550,8 @@
case 80: case 80:
return ctrl ? 'c-p' : 'p'; return ctrl ? 'c-p' : 'p';
case 91: case 91:
case 93:
case 224:
return 'super'; return 'super';
} }
}, },