mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
fix keybinding help strings
This commit is contained in:
parent
62561ed428
commit
b725e40b12
@ -2,8 +2,8 @@
|
||||
def map(km):
|
||||
km.add(":", "console.command ", ["global"], "Command prompt")
|
||||
km.add("?", "console.view.help", ["global"], "View help")
|
||||
km.add("B", "browser.start", ["global"], "View commands")
|
||||
km.add("C", "console.view.commands", ["global"], "Start an attached browser")
|
||||
km.add("B", "browser.start", ["global"], "Start an attached browser")
|
||||
km.add("C", "console.view.commands", ["global"], "View commands")
|
||||
km.add("K", "console.view.keybindings", ["global"], "View key bindings")
|
||||
km.add("O", "console.view.options", ["global"], "View options")
|
||||
km.add("E", "console.view.eventlog", ["global"], "View event log")
|
||||
|
Loading…
Reference in New Issue
Block a user