Skip to content

Commit

Permalink
update inline description with alt+enter
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Boothe <git@rootwork.org>
  • Loading branch information
rootwork committed Feb 24, 2022
1 parent e500425 commit c5d7ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def on_event(self, event, extension):
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),
)
Expand Down

0 comments on commit c5d7ab5

Please sign in to comment.