mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +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'
 | 
			
		||||
    }, {
 | 
			
		||||
      name: 'duplicateRows',
 | 
			
		||||
      keys: ['Ctrl+Shift+d'],
 | 
			
		||||
      keys: ['Mod+Shift+d'],
 | 
			
		||||
      desc: 'Duplicate selected rows'
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user