(core) Changing shortcut for Duplicate row command

Summary:
Changing keyboard shortcut for Duplicate row from
Ctrl+Shift+D to Mod+Shift+D

Test Plan: existing test

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3401
This commit is contained in:
Jarosław Sadziński 2022-04-27 20:47:26 +02:00
parent 995bf9b63a
commit 8a1cca629b

View File

@ -362,7 +362,7 @@ exports.groups = [{
desc: 'Delete the currently active viewsection' desc: 'Delete the currently active viewsection'
}, { }, {
name: 'duplicateRows', name: 'duplicateRows',
keys: ['Ctrl+Shift+d'], keys: ['Mod+Shift+d'],
desc: 'Duplicate selected rows' desc: 'Duplicate selected rows'
} }
], ],