I want to implement some Ctrl + C copy & past ...
# compose-desktop
t
I want to implement some Ctrl + C copy & past logic. What is the compose intended way to access selected Text or get selection Events? Ps. Why is the main class handling selection (
SelectionRegistrar
) internal and not accessible for everyone?
z
This probably isn't a desktop-specific question, might want to ask in #compose instead
t
Though there was maybe a Desktop specific solution because Copy & Paste isn't that rare on Desktop to put it mildly..