[dev] Accessiblity Keys
Scott Carr
scarr@progbits.com
Tue, 10 Sep 2002 09:50:56 -0500
With a Anchor, Input, or various other tags, you can put an accesskey property.
Like:
'<a href="blah" accesskey="C">This Text</a>'
This would tell the browser that you want an Access Key on this link. If a user
hits <meta>+C while that page with that link is up in his/her browser, the
browser will run that link as if it had been clicked on. NOTE: On windows,
<meta> is the ALT key. On Linux, this key is selectable, but is usually CTRL, i
believe.
This is definately a good feature for the most used items on a Horde screen.
Like in IMP:
* Compose = <META>+C
* Expand Names = <META>+X
* Inbox = <META>+I
EXAMPLE: A user types Wood J and Chuck H in the To Field. Instead of removing
the fingers from the keyboard to use the mouse to click the link for Expand
Names, they can just type ALT+X.
The only ones I have implemented in my imp so far is for Compose and Expand
Names at the moment.
Have fun...
--
Scott Carr
OpenOffice.org
Documentation Maintainer
http://documentation.openoffice.org/
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting Scott Carr <scarr@progbits.com>:
>
> > Has accesskey been implemented yet on:
> >
> > Menu.php
> > createItem
> > printItem
> >
> > Horde.php
> > link
>
> No... what's "accesskey" ?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "After a few minutes the most aromatic and nice smelling Italian coffee
> will come out of the exhaustpipe." - Our stove-top espresso pot
>
> --
> Horde developers mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: dev-unsubscribe@lists.horde.org
>
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/