aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple
diff options
context:
space:
mode:
authorMiroslav <ttahabatt@gmail.com>2018-02-20 16:25:39 +0200
committerMiroslav <ttahabatt@gmail.com>2018-02-20 16:25:39 +0200
commitaea6fd28c8eb5f65aa883f50244c936970b15ed9 (patch)
tree120609d6615dce611e14366fdea2fa52f076418d /examples/simple
parent1d23d50a9d1f4d4c864aa982df3274e344aa0a46 (diff)
downloadmitmproxy-aea6fd28c8eb5f65aa883f50244c936970b15ed9.tar.gz
mitmproxy-aea6fd28c8eb5f65aa883f50244c936970b15ed9.tar.bz2
mitmproxy-aea6fd28c8eb5f65aa883f50244c936970b15ed9.zip
Hotkeys cleanup
Diffstat (limited to 'examples/simple')
-rw-r--r--examples/simple/custom_contentview.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/simple/custom_contentview.py b/examples/simple/custom_contentview.py
index b958bdce..77d32474 100644
--- a/examples/simple/custom_contentview.py
+++ b/examples/simple/custom_contentview.py
@@ -7,10 +7,6 @@ from mitmproxy import contentviews
class ViewSwapCase(contentviews.View):
name = "swapcase"
-
- # We don't have a good solution for the keyboard shortcut yet -
- # you manually need to find a free letter. Contributions welcome :)
- prompt = ("swap case text", "z")
content_types = ["text/plain"]
def __call__(self, data, **metadata) -> contentviews.TViewResult: