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
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
Code pointer
TablePro/Views/Results/KeyHandlingTableView.swiftcopy(_:)already copies the cell value when a single cell is selected but falls back todataGridCopyRowsfor row selection. Make cell-value copy the default and move row copy behind an explicit command.Database type
N/A