Merge pull request #3233 from kajojify/defaultkey

Command name renewing
This commit is contained in:
Samoilenko Roman 2018-06-30 16:58:10 +03:00 committed by GitHub
commit 3dec4176cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
)