aboutsummaryrefslogtreecommitdiffstats
path: root/examples/simple/custom_contentview.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/custom_contentview.py')
-rw-r--r--examples/simple/custom_contentview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/custom_contentview.py b/examples/simple/custom_contentview.py
index 35216397..1f3a38ec 100644
--- a/examples/simple/custom_contentview.py
+++ b/examples/simple/custom_contentview.py
@@ -10,7 +10,7 @@ class ViewSwapCase(contentviews.View):
# 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", "p")
+ prompt = ("swap case text", "z")
content_types = ["text/plain"]
def __call__(self, data: bytes, **metadata):