mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2365c868fa
commit
79622eb4b1
@ -561,7 +561,9 @@ var KeyboardActions = actions.Actions({
|
||||
// XXX argument #3 is not yet used (see: lib/keyboard.js)...
|
||||
getKeyboardModes: ['- Interface/',
|
||||
function(){
|
||||
return keyboard.getApplicableModes(this.keyboard, null, this.ribbons.viewer) }],
|
||||
return this.__keyboard_event_source ?
|
||||
keyboard.getApplicableModes(this.keyboard, null, this.__keyboard_event_source)
|
||||
: [] }],
|
||||
|
||||
// XXX need to pre-process the docs...
|
||||
// - remove the path component...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user