You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Desktop: Allow CtrlCmd+G shortcut from text editor
This commit is contained in:
		| @@ -820,7 +820,7 @@ class NoteTextComponent extends React.Component { | ||||
| 			this.editor_.editor.renderer.on('afterRender', this.onAfterEditorRender_); | ||||
|  | ||||
| 			const cancelledKeys = []; | ||||
| 			const letters = ['F', 'T', 'P', 'Q', 'L', ',']; | ||||
| 			const letters = ['F', 'T', 'P', 'Q', 'L', ',', 'G']; | ||||
| 			for (let i = 0; i < letters.length; i++) { | ||||
| 				const l = letters[i]; | ||||
| 				cancelledKeys.push('Ctrl+' + l); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user