feature request: "duplicate selected cells only", "duplicate row" keyboard shortcut
Details
if you have to add multiple rows, where part of the rows are the same, it could be useful to copy row from above. this currently can be done by inserting new row, then copying the row above, without unique row
Steps to reproduce
-insert a row. fill it by typing values -insert another row -select part of the row above without unique column. -paste in the new row -fill in the rest of the cells as required
improvement -insert a row. fill it by typing values -use a key shortcut: "duplicate selected cells only", which would duplicate them to next row -or "duplicate row" which would duplicate whole row, without primary key/unique fields -fill in the rest of the cells as required -if required, there could be configuration to skip duplicating primary key/unique fields, when using "duplicate row"
ctrl+ins could be used for "duplicate selected cells only" and ctrl+shift+ins could be used for "duplicate row"