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
Zach Klippenstein (he/him) [MOD]
07/07/2021, 2:58 PM
This probably isn't a desktop-specific question, might want to ask in #compose instead
t
TheMrCodes
07/07/2021, 8:38 PM
Though there was maybe a Desktop specific solution because Copy & Paste isn't that rare on Desktop to put it mildly..