mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
commit
5ad12e625b
@ -6,7 +6,7 @@ import * as modalActions from "./modal"
|
||||
|
||||
export function onKeyDown(e) {
|
||||
//console.debug("onKeyDown", e)
|
||||
if (e.ctrlKey) {
|
||||
if (e.ctrlKey || e.metaKey) {
|
||||
return () => {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user