Use ctrl-enter also on mac
This commit is contained in:
parent
9f2237e11d
commit
b2cfd3dc3d
1 changed files with 6 additions and 1 deletions
|
|
@ -504,12 +504,17 @@ export class PrebakeCodeMirror {
|
|||
Prec.highest(
|
||||
keymap.of([
|
||||
{
|
||||
key: 'Ctrl-Enter',
|
||||
mac: 'Meta-Enter',
|
||||
run: () => {
|
||||
this.savePrebake();
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'Ctrl-Enter',
|
||||
run: () => {
|
||||
this.savePrebake();
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'Alt-Enter',
|
||||
run: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue