From 36352c95397351f4e69d857fcd8110fe125388f7 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sun, 19 Feb 2017 12:37:50 +0100 Subject: protobuf: coverage++ --- examples/simple/custom_contentview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/simple') 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): -- cgit v1.2.3