mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c31cf6793e
commit
bad240240d
@ -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({
|
|||||||
['⏶', function(){}],
|
['⏶', function(){}],
|
||||||
// XXX down
|
// XXX down
|
||||||
['⏷', function(){}],
|
['⏷', function(){}],
|
||||||
// XXX edit
|
// XXX edit -- launch the editor...
|
||||||
['⋯', function(){}],
|
['⋯', function(){}],
|
||||||
//['edit', function(){}],
|
//['edit', function(){}],
|
||||||
//['🖉', function(){}],
|
//['🖉', function(){}],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user