Hi. I noticed i can't select all the text using cl...
# tornadofx
s
Hi. I noticed i can't select all the text using classic shortcuts on mac (cmd+a), it works on my windows 10, but not on my mac. Other shortcuts work (copy/paste, quit..) Is this me or.. ? For instance, this simple view:
class Test : View("") { override val root = textarea("toto") }