mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(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:
parent
995bf9b63a
commit
8a1cca629b
@ -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'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user