Ver a proveniência

change keybind for eval

pull/1/head
10sr há 12 anos
ascendente
cometimento
b7628018a7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Ver ficheiro

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

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



Carregando…
Cancelar
Guardar