I have a dialog with a number of command buttons. Is there a way to assign a specific “hotkey” to them?
As it is, Calc seems to assign hotkeys to some but not all, by itself, but they are often not what I would want them to be. For example, a button with the label “Add New Record” has been given <Alt + N> as a shortcut, rather than <Alt + A> (which I would rather have).
Similarly, 2 buttons with the same label on 2 different pages have been given different hotkeys (I can understand how this might be by design).
In Excel, this is simply done by setting the “Accelerator” parameter of the selected command button in the “Properties” window of the VBA interface. Is there an equivalent parameter setting in Calc?
Thanks in advance.