mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
tweaks + notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
06bdde0532
commit
10b37677b2
@ -24,7 +24,8 @@ var base = require('features/base')
|
||||
|
||||
var AppControlActions = actions.Actions({
|
||||
config: {
|
||||
'window-title': 'ImageGrid.Viewer (${VERSION}): ${FILENAME}',
|
||||
//'window-title': 'ImageGrid.Viewer (${VERSION}): ${FILENAME}',
|
||||
'window-title': '${FILENAME} - ImageGrid.Viewer (${VERSION})',
|
||||
|
||||
'window-delay-initial-display': 200,
|
||||
},
|
||||
|
||||
@ -976,7 +976,6 @@ var KeyboardActions = actions.Actions({
|
||||
// ---
|
||||
// <list of keys>
|
||||
// new
|
||||
// XXX add view mode (read only)...
|
||||
// XXX BUG sections with doc do not show up in title...
|
||||
// XXX BUG:
|
||||
// ig.bindKey('Global', 'X', 'editKeyboardBindings')
|
||||
@ -985,6 +984,7 @@ var KeyboardActions = actions.Actions({
|
||||
// ig.bindKey('Global', 'X', 'editKeyboardBindings')
|
||||
// ig.editKeyboardBindings()
|
||||
// -> shows two keys ctrl-Z and ctrl-shift-Z instead of Z
|
||||
// XXX sub-group by path (???)
|
||||
browseKeyboardBindings: ['Interface/Keyboard bindings...',
|
||||
widgets.makeUIDialog(function(path, edit){
|
||||
var actions = this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user