/build/static/layout/Breadcrumb_cap_w.png

Feature request

How about some accelerator keys for the commonly-used controls, e.g. Alt+O for OK, Alt+P for Preview?

While you're doing that, how about mapping 'Esc' to the 'Cancel' button?

0 Comments   [ + ] Show comments

Answers (5)

Posted by: bkelly 14 years ago
Red Belt
0
To what are you referring? The website?
Posted by: anonymous_9363 14 years ago
Red Belt
0
Sorry, Bob, yes. I was referring to the site.
Posted by: bkelly 14 years ago
Red Belt
0
Hmm, I never looked into implementing hotkeys via a web page before. I'll look into it!
Posted by: anonymous_9363 14 years ago
Red Belt
0
I implement them in all my sites and HTAs, as I find using a mouse gets in the way of productive work!

You just add the ACCESSKEY property to the control and, to add usefulness, wrap the control in a LABEL tag. Failing to do the latter step means that, for example, a user would have to click the check-box itself, rather than the check-box or its text label (which is how Windows works, of course)

In this example Alt+L toggles the check-box being checked. Note that the accelerator key is underlined, as per Windows convention: <TR>
<TD>
<INPUT TABINDEX='4' TYPE='checkbox' ACCESSKEY='L' ID=chkUseLog NAME='chkUseLog'>
</TD>
<TD>
<LABEL FOR='chkUseLog'>
Check this box to <U>l</U>og activity (logs are written to %TEMP% folder)
</LABEL>
</TD>
</TR>
I'm sure you get the idea...
Posted by: bkelly 14 years ago
Red Belt
0
Thanks, the forum is the only code on the site not custom written and the modifications I've made have been unusually challenging so I'm not promising anything [;)] -- but that said, I will see what I can do!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ