mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
4
vendor/ace/commands/default_commands.js
vendored
4
vendor/ace/commands/default_commands.js
vendored
@@ -259,10 +259,10 @@ exports.commands = [{
|
||||
readOnly: true
|
||||
}, {
|
||||
name: "replaymacro",
|
||||
bindKey: bindKey("Ctrl-E", "Ctrl-E"),
|
||||
bindKey: bindKey("Ctrl-E", "Ctrl-Fuck-You"),
|
||||
exec: function(editor) { editor.commands.replay(editor); },
|
||||
readOnly: true
|
||||
},
|
||||
},
|
||||
|
||||
// commands disabled in readOnly mode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user