with GLMakie on a mac i can’t paste text into a Textbox. nor can i select text that’s already there so that i could subsequently copy or delete it. none of Textbox’s attributes give me hope that any of this is possible. is that so?
I think paste works but it was implemented without mac in mind and is ctrl + c instead of cmd + c. Selecting etc. is not implemented, that’s pretty tricky behavior I think and nobody stepped up to do it, yet. Sadly we always have to build such stuff from scratch
ctrl-v works to paste! thanks!!
Is there a solution to this part of the OP’s question?
PS:
None of the conventional methods of selecting text seem to work (Ctrl + A, Double- or Triple-Click, Click and Drag, or right-click inside and “Select All”).
The solution is for someone to implement that behavior, people are so used to how textboxes should work but in GLMakie we have to make it all from scratch
1 Like