mirror of https://github.com/laurent22/joplin.git
Desktop: Allow CtrlCmd+G shortcut from text editor
parent
42119c8f42
commit
c3262aa5f8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue