mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
Merge pull request #3233 from kajojify/defaultkey
Command name renewing
This commit is contained in:
commit
3dec4176cf
@ -60,7 +60,7 @@ def map(km):
|
||||
km.add("M", "view.properties.marked.toggle", ["flowlist"], "Toggle viewing marked flows")
|
||||
km.add(
|
||||
"n",
|
||||
"console.command view.create get https://example.com/",
|
||||
"console.command view.flows.create get https://example.com/",
|
||||
["flowlist"],
|
||||
"Create a new flow"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user