Updated to handle Mac shortcut keys of "Cmd-Left" and "Cmd-Right"
This commit is contained in:
@@ -47,7 +47,9 @@ var defaultExtraKeys = {
|
|||||||
cm.replaceSelection(spaces);
|
cm.replaceSelection(spaces);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"Cmd-Left": "goLineLeftSmart",
|
||||||
|
"Cmd-Right": "goLineRight"
|
||||||
};
|
};
|
||||||
|
|
||||||
var idleTime = 300000; //5 mins
|
var idleTime = 300000; //5 mins
|
||||||
|
|||||||
Reference in New Issue
Block a user