tweaks + notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-09 05:11:29 +03:00
parent 06bdde0532
commit 10b37677b2
2 changed files with 3 additions and 2 deletions

View File

@ -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,
},

View File

@ -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