jzohrab / lute

DEPRECATED: LUTE (Learning Using Texts) is a self-hosted web app for learning language through reading, based on Learning with Texts (LWT)
The Unlicense
118 stars 10 forks source link

Add hotkey "Click to copy sentence or paragraph" #49

Closed jzohrab closed 1 year ago

jzohrab commented 1 year ago

maybe helps people using other tools.

Option: somehow toggle term selection so that people can click-drag-highlight to select terms. Currently click-drag creates multiword terms, could do something differently ??

jzohrab commented 1 year ago

I'm not sure how to handle this one nicely. There are already several hotkeys (for navigation, setting statuses, etc), are extra hotkeys just too much?

Maybe "c" just copies the sentence, and "shift-c" copies the paragraph. "c" for "copy" is standard. The selected/copied elements could briefly flash or something. The side screen of hotkey listings should be reduced to the most freq used ones, with a link to the wiki page with the full list.

jzohrab commented 1 year ago

Added in develop. c copies just the sentence, C the whole paragraph. Shortcuts listing updated.