msink / kotlin-libui

Kotlin/Native interop to libui: a portable GUI library
MIT License
648 stars 49 forks source link

Add support for copy/paste shortcut on TextField and TextArea (on macOS) #26

Open SimonSchubert opened 5 years ago

SimonSchubert commented 5 years ago

Not sure if it is macOS only and if it is blocked by upstream. But I couldn't find any issue/info in the upstream libui project.

Right click -> copy works though.

SimonSchubert commented 5 years ago

🤦‍♂ The information about the clipboard support was right on top of the readme in libui. It's not supported, yet. It's on the todo list: clipboard support, including drag and drop. Looking forward to it. Alos Trees and scrollable boxes. to get my project out of the alpha (https://github.com/SimonSchubert/Restkid). Beside that app is working great so far. Thanks for the afford.