mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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({
|
var AppControlActions = actions.Actions({
|
||||||
config: {
|
config: {
|
||||||
'window-title': 'ImageGrid.Viewer (${VERSION}): ${FILENAME}',
|
//'window-title': 'ImageGrid.Viewer (${VERSION}): ${FILENAME}',
|
||||||
|
'window-title': '${FILENAME} - ImageGrid.Viewer (${VERSION})',
|
||||||
|
|
||||||
'window-delay-initial-display': 200,
|
'window-delay-initial-display': 200,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -976,7 +976,6 @@ var KeyboardActions = actions.Actions({
|
|||||||
// ---
|
// ---
|
||||||
// <list of keys>
|
// <list of keys>
|
||||||
// new
|
// new
|
||||||
// XXX add view mode (read only)...
|
|
||||||
// XXX BUG sections with doc do not show up in title...
|
// XXX BUG sections with doc do not show up in title...
|
||||||
// XXX BUG:
|
// XXX BUG:
|
||||||
// ig.bindKey('Global', 'X', 'editKeyboardBindings')
|
// ig.bindKey('Global', 'X', 'editKeyboardBindings')
|
||||||
@ -985,6 +984,7 @@ var KeyboardActions = actions.Actions({
|
|||||||
// ig.bindKey('Global', 'X', 'editKeyboardBindings')
|
// ig.bindKey('Global', 'X', 'editKeyboardBindings')
|
||||||
// ig.editKeyboardBindings()
|
// ig.editKeyboardBindings()
|
||||||
// -> shows two keys ctrl-Z and ctrl-shift-Z instead of Z
|
// -> shows two keys ctrl-Z and ctrl-shift-Z instead of Z
|
||||||
|
// XXX sub-group by path (???)
|
||||||
browseKeyboardBindings: ['Interface/Keyboard bindings...',
|
browseKeyboardBindings: ['Interface/Keyboard bindings...',
|
||||||
widgets.makeUIDialog(function(path, edit){
|
widgets.makeUIDialog(function(path, edit){
|
||||||
var actions = this
|
var actions = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user