From aea6fd28c8eb5f65aa883f50244c936970b15ed9 Mon Sep 17 00:00:00 2001 From: Miroslav Date: Tue, 20 Feb 2018 16:25:39 +0200 Subject: Hotkeys cleanup --- examples/simple/custom_contentview.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples') 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: -- cgit v1.2.3