From 10b37677b20c14b8c84ea5e8db2c5537b6794327 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 9 Jan 2017 05:11:29 +0300 Subject: [PATCH] tweaks + notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/app.js | 3 ++- ui (gen4)/features/keyboard.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/app.js b/ui (gen4)/features/app.js index ce9e1ff1..20ad02bb 100755 --- a/ui (gen4)/features/app.js +++ b/ui (gen4)/features/app.js @@ -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, }, diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index dd1f71ef..d33e3dad 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -976,7 +976,6 @@ var KeyboardActions = actions.Actions({ // --- // // 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