Save and Save-As commands
This commit is contained in:
parent
6f6c6424e7
commit
df79f4a0d2
2 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
|||
define(function(require, exports, module) {
|
||||
|
||||
exports.bindings = {
|
||||
"save": "Command-S",
|
||||
"saveas": "Command-Shift-S",
|
||||
"selectall": "Command-A",
|
||||
"removeline": "Command-D",
|
||||
"gotoline": "Command-L",
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@
|
|||
define(function(require, exports, module) {
|
||||
|
||||
exports.bindings = {
|
||||
"save": "Ctrl-S",
|
||||
"saveas": "Ctrl-Shift-S",
|
||||
"selectall": "Ctrl-A",
|
||||
"removeline": "Ctrl-D",
|
||||
"gotoline": "Ctrl-L",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue