Skip to content

Cmd+C copies the whole row instead of the cell value #1344

Description

@datlechin

What happened?

Pressing Cmd+C on a data grid copies the entire row. The default should copy the focused cell value; copying the whole row should be a separate action.

Expected behavior

  • Cmd+C copies the focused cell value
  • Copying the full row (TSV/CSV) is a distinct command (menu item or modifier shortcut), not the default

Code pointer

TablePro/Views/Results/KeyHandlingTableView.swift copy(_:) already copies the cell value when a single cell is selected but falls back to dataGridCopyRows for row selection. Make cell-value copy the default and move row copy behind an explicit command.

Database type

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions