|
Posted by AES on May 14, 2005, 8:40 am
Please log in for more thread options
For stepping forward and back through a multi-page HTML slide show or
seminar presentation, it's a _lot_ more convenient to use arrow keys, or
other keyboard shortcuts, rather than mouse clicks on buttons --
especially if the buttons appear at different places on the screen on
successive pages, so you have to keep repositioning as well as clicking
the pointer.
I take it there's no provision for accomplishing this using built-in
capabilities of plain standard "vanilla" HTML, without deploying more
complex Java or server-side tools? -- and more generally no way to
accept and process keyboard input for web site navigation using just
HTML alone?
(Not talking about forms and collecting data here -- just navigation.)
If so, too bad -- lots of unrelated computer applications seem to be
standardizing these days on a GUI "pseudo standard" in which Tab moves
the input point from input field to field on screen; CR or Enter accepts
or activates keyboard input into those fields.
In lots of applications the display also accepts and responds to the
Home, End, Page Up, and Page Down keys as well as the 4 arrow keys that
appear on a wide range of extended keyboards.
Would be nice if vanilla web sites could easily use those capabilities
also.
|
|
Posted by AES on May 14, 2005, 12:58 pm
Please log in for more thread options
> For stepping forward and back through a multi-page HTML slide show or
> seminar presentation, it's a _lot_ more convenient to use arrow keys, or
> other keyboard shortcuts, rather than mouse clicks on buttons --
> especially if the buttons appear at different places on the screen on
> successive pages, so you have to keep repositioning as well as clicking
> the pointer.
Thanks for helpful replies on this.
Just struck me that there are also clickable "Previous" and "Next"
buttons in the header panel of MT-NewsWatcher message windows as well,
that take you to the previous or next message, whether in the same
thread or not, and whether as yet unread or not; and I haven't
identified the keys, if any, that correspond to those.
Space Bar provides the "Next" function, sort of, but if you back up
through a sequence of read msgs, then hit Space Bar, it takes you to
next _unread_ msg, not the next sequential (and previously read) msg in
the thread, or back to the list window.
|
|
Posted by Beauregard T. Shagnasty on May 14, 2005, 3:57 pm
Please log in for more thread options
AES wrote:
> Would be nice if vanilla web sites could easily use those
> capabilities also.
My browser seems to utilize all those keypresses now, on vanilla web
sites.
Alt-LeftArrow = Back
Alt-RightArrow = Forward
TabTabTab, press Enter for links ...
--
-bts
-This space intentionally left blank.
|
|
Posted by Barbara de Zoete on May 14, 2005, 6:05 pm
Please log in for more thread options
> For stepping forward and back through a multi-page HTML slide show or
> seminar presentation, it's a _lot_ more convenient to use arrow keys, or
> other keyboard shortcuts, rather than mouse clicks on buttons --
> especially if the buttons appear at different places on the screen on
> successive pages, so you have to keep repositioning as well as clicking
> the pointer.
>
> I take it there's no provision for accomplishing this using built-in
> capabilities of plain standard "vanilla" HTML, without deploying more
> complex Java or server-side tools? -- and more generally no way to
> accept and process keyboard input for web site navigation using just
> HTML alone?
>
Google for proper use of the <link> element with the values 'next' and
'previous' for the attribute rel (together with the page related to it as
a value for the attribute href) in the head of a page. It makes use of the
Page up and down keys (in the browsers I know, for Win, IE6, Op7.54, FF)
to switch between one page and the next.
See also <http://www.w3.org/TR/html401/struct/links.html#edef-LINK>
--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
|
|
Posted by Barbara de Zoete on May 14, 2005, 6:10 pm
Please log in for more thread options
On Sat, 14 May 2005 17:05:06 +0200, Barbara de Zoete
>
>> For stepping forward and back through a multi-page HTML slide show or
>> seminar presentation, it's a _lot_ more convenient to use arrow keys, or
>> other keyboard shortcuts, rather than mouse clicks on buttons --
>>
> Google for proper use of the <link> element with the values 'next' and
> 'previous' for the attribute rel (together with the page related to it
> as a value for the attribute href) in the head of a page. It makes use
> of the Page up and down keys (in the browsers I know, for Win, IE6,
two corrections (haven't used this for some time):
1. You would use the _spacebar_ to tap through a sequence of pages.
2. Ie doesn't work like this (what else is new).
> Op7.54, FF) to switch between one page and the next.
>
> See also <http://www.w3.org/TR/html401/struct/links.html#edef-LINK>
>
--
,-- --<--@ -- PretLetters: 'woest wyf', met vele interesses: ----------.
| weblog | http://home.wanadoo.nl/b.de.zoete/_private/weblog.html |
| webontwerp | http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html |
|zweefvliegen | http://home.wanadoo.nl/b.de.zoete/html/vliegen.html |
`-------------------------------------------------- --<--@ ------------'
|
| Similar Threads | Posted | | Forward to new page after competed form. | September 17, 2004, 3:36 am |
| Order of buttons? | October 6, 2005, 9:37 am |
| Help With RSS Red Feed Buttons | October 21, 2006, 3:56 pm |
| Font-size buttons | October 6, 2005, 9:42 am |
| What would cause radio buttons to not be clickable? | May 1, 2006, 3:56 pm |
| Image overlay for non square buttons | September 8, 2004, 11:52 pm |
| Multiple groups of radio buttons with same name? | September 30, 2004, 7:32 am |
| Multiple submit buttons problem | August 18, 2006, 6:46 am |
| Using keyboard keys to activate buttons | May 6, 2008, 3:30 pm |
| DIV element buttons - how do you set rollover effects correctly? | August 2, 2006, 9:56 am |
|