I recently noticed that Command+C does not copy text from the cell in my
TableView on OS X. The key binding is always Ctrl+C to copy. I've tried to
specifically check the OS and modifier and it still uses Ctrl+C. Does
anyone else have this problem? I'm not sure if it's my code or a bug. I
feel like this used to work.

Command+C works in all my other text fields in the application. It's just
the table having this issue.

Here is the relevant code.
https://gitlab.com/kafkasource/visualkafka/-/blob/main/visualkafka-ui/src/main/java/com/kafkasource/visualkafka/controller/TopicViewController.java?ref_type=heads#L169

Reply via email to