N°3524 Add keyboard shortcuts to global actions

This commit is contained in:
Stephen Abello
2021-03-17 10:56:18 +01:00
parent 8dd8f98b61
commit a8ede8b857
26 changed files with 345 additions and 33 deletions

View File

@@ -86,6 +86,9 @@ $(function()
this.element.find(this.js_selectors.input).on('change', function(oEvent){
me._onInputOptionSelected(oEvent, $(this));
});
this.element.on('open_drawer', function(oEvent){
me._onIconClick(oEvent);
});
// Mostly for outside clicks that should close elements
oBodyElem.on('click', function(oEvent){
me._onBodyClick(oEvent);