diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index e88f69ae..e6c2affb 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -1635,7 +1635,6 @@ var KeyboardUIActions = actions.Actions({ //*/ }) - var KeyboardUI = module.KeyboardUI = core.ImageGridFeatures.Feature({ title: '', diff --git a/ui (gen4)/lib/keyboard.js b/ui (gen4)/lib/keyboard.js index c1ece368..e25f71cc 100755 --- a/ui (gen4)/lib/keyboard.js +++ b/ui (gen4)/lib/keyboard.js @@ -1038,7 +1038,7 @@ var KeyboardPrototype = { // set handler if given... if(handler && handler != ''){ - keyboard[mode][key] = handler + keyboard[mode][that.joinKey(key)] = handler } }) }