Updated to handle Mac shortcut keys of "Cmd-Left" and "Cmd-Right"

This commit is contained in:
Cheng-Han, Wu 2016-03-15 11:05:05 +08:00
parent 25dd400708
commit b5d9d28f2e

View file

@ -47,7 +47,9 @@ var defaultExtraKeys = {
cm.replaceSelection(spaces);
}
}
}
},
"Cmd-Left": "goLineLeftSmart",
"Cmd-Right": "goLineRight"
};
var idleTime = 300000; //5 mins