Explorar el Código

change keybind for eval

pull/1/head
10sr hace 12 años
padre
commit
b7628018a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Ver fichero

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

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



Cargando…
Cancelar
Guardar