From c5d7ab5c94c1b418cb1f8a9161be169a29c65658 Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Wed, 23 Feb 2022 17:17:09 -0800 Subject: [PATCH] update inline description with alt+enter Signed-off-by: Ivan Boothe --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ac2a695..2d43c69 100644 --- a/main.py +++ b/main.py @@ -94,7 +94,7 @@ class KeywordQueryEventListener(EventListener): ExtensionResultItem( icon=image_path, name=char.name.capitalize() + " - " + char.character, - description=char.block + " - U+" + char.code + sep + html, + description=char.block + " - Alt+Enter: " + html + sep + "Code: U+" + char.code, on_enter=CopyToClipboardAction(char.character), on_alt_enter=CopyToClipboardAction(html), )