Closed anton-107 closed 10 years ago
What's not working exactly? I'm not seeing a problem, could you post some code or explain what you're trying to do please?
@dmauro hitting shift+tab combo won't trigger mapped function execution
keyBindingsListener.register_many([{
keys: 'shift tab'
on_keydown: function () { ... }
}]);
If I had to guess, this might be happening because of the browser's default action for shift+tab -- have you tried using the prevent_default
option?
Sorry, the problem was that I binded 'tab' to a certain action, and 'shift tab' to a contrary action. And the thing was that they both triggered and did not have effect in summary in my ui.
Setting is_solitary to true for 'tab' action solved the problem
Shift + Tab is not working. Tested on Mac OS X in Chrome and Firefox