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(
|
Prec.highest(
|
||||||
keymap.of([
|
keymap.of([
|
||||||
{
|
{
|
||||||
key: 'Ctrl-Enter',
|
|
||||||
mac: 'Meta-Enter',
|
mac: 'Meta-Enter',
|
||||||
run: () => {
|
run: () => {
|
||||||
this.savePrebake();
|
this.savePrebake();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'Ctrl-Enter',
|
||||||
|
run: () => {
|
||||||
|
this.savePrebake();
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'Alt-Enter',
|
key: 'Alt-Enter',
|
||||||
run: () => {
|
run: () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue