You need to sign in to do that
Don't have an account?

Assign a control-key to a Button
Greetings,
Is it possible to assign a control-key to a custom button?
(Use-case: User has a long form - rather than scroll up or down to find the [Save] button, I can give them a [Ctrl-S] (or equivalent) to invoke the [Save] process).
Thanks,
Pete
You can use accesskey attribute of the command button.
The keyboard access key that puts the command button in focus. When the command button is in focus, pressing the Enter key isequivalent to clicking the button.