Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-05 05:40:48 +03:00
parent c31cf6793e
commit bad240240d

View File

@ -608,6 +608,13 @@ var KeyboardActions = actions.Actions({
// * action editor dialog // * action editor dialog
// * mode editor dialog // * mode editor dialog
// * add ability to disable key (???) // * add ability to disable key (???)
// XXX key editor:
//
// [ action (text with dataset) ] [ args (text field) ] no default: [_]
// ---
// <list of keys>
// new
//
// XXX do not hide modes on search... // XXX do not hide modes on search...
browseKeyboardBindings: ['Interface/Keyboard bindings editor (EXPERIMENTAL)...', browseKeyboardBindings: ['Interface/Keyboard bindings editor (EXPERIMENTAL)...',
widgets.makeUIDialog(function(path){ widgets.makeUIDialog(function(path){
@ -693,7 +700,7 @@ var KeyboardActions = actions.Actions({
['&#9206;', function(){}], ['&#9206;', function(){}],
// XXX down // XXX down
['&#9207;', function(){}], ['&#9207;', function(){}],
// XXX edit // XXX edit -- launch the editor...
['&ctdot;', function(){}], ['&ctdot;', function(){}],
//['edit', function(){}], //['edit', function(){}],
//['&#128393;', function(){}], //['&#128393;', function(){}],