add additional super key codes
This commit is contained in:
@@ -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';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user