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