update inline description with alt+enter
Signed-off-by: Ivan Boothe <git@rootwork.org>
This commit is contained in:
parent
e5004252ae
commit
c5d7ab5c94
2
main.py
2
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),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue