Browse Source

change keybind for eval

pull/1/head
10sr 12 years ago
parent
commit
b7628018a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js View File

@@ -550,7 +550,7 @@ key.setGlobalKey('C-<down>', function () {
}
}, '選択中のタブを左へ');

key.setGlobalKey('M-:', function (ev) {
key.setViewKey('c', function (ev) {
command.interpreter();
}, 'JavaScript のコードを評価');



Loading…
Cancel
Save