Copy modifier in tables (SOQL query results) is CTRL instead of CMD on Mac

Issue #258 resolved
Scott Wells repo owner created an issue

This is a spin-off of issue #249. Ilya Leshchuk noticed that the expected Mac keystroke of Cmd+C wasn't working to copy the contents of SOQL query results. However, Ctrl+C does work. Investigate why this is the case and make it use the correct keystrokes for the host platform.

Comments (6)

  1. Scott Wells reporter

    It seems to be an issue with those keybindings in tables in general in IntelliJ IDEA. I've confirmed this by going into Preferences>Appearance & Behavior>Notifications and using Ctrl+C to copy rows successfully from the table in that configuration screen whereas Cmd+C does not copy. I'll report this to the JetBrains folks since it's an issue with the shared component rather than something Illuminated Cloud-specific. Hopefully it's something they can fix easily in a patch to IDEA 15. I'll keep you posted on what I hear.

  2. Log in to comment