Hello All,
I want to create user defined keyboard shortcut example if I press (CTRL + B ) then it should click form specific button.
I found one java script code from MS community but, I do't know where to write and how to write. Could someone explain me formCommandAttribute with some examples.
below script I found from MS community
Shortcuts: { Name: { Keys: { modifier1: true, modifier2:true, keyCode: $dyn.ui.KeyCodes.* }, // Only specify the modifiers you need // (between alt, ctrl/meta, shift) Handler: function (evt) { // Code to handle shortcut. }, // Additional code. }
Thank & regards
Anand