The Artima Developer Community
Sponsored Link

Java Buzz Forum
Browser Shortcut Key Browser

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Browser Shortcut Key Browser Posted: Nov 20, 2006 7:41 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Browser Shortcut Key Browser
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

I love keyboard shortcuts. I hate the mouse. I use vi and emacs.

It feels great to use an application like gmail where you can key-around the interface and do not have to deal with the mouse as much as normal in the browsing world. A mix of mutt and Mail.app.

I would love a utility that showed me the keystrokes available on a given page / web application. It would be easy to work out the keypresses caught, but the hard part is working out what they do. Knowing that "w" does something isn't very helpful. The only way I could see this working out is if frameworks such as Dojo had a nice way to build shortcut keys, similar to getopts in unix.

If you develop an application, you create a hash of keystrokes, documentation string, and a function to callback on. If we standardized (small s) this data structure, one browser extension / greasemonkey script, could grok it and let you have a toolbar with that information (with options to always show it if there are bindings, only show when a user hits a quickkey, etc).

The next level would be to standardize some of the constructs. In a threaded view, j and k go up and down. Or maybe, a user could change the keystrokes. THREAD_VIEW_DOWN defaults to 'j', but a user can override it.

A pipe dream I know.

Read: Browser Shortcut Key Browser

Topic: OWB error: ORA-12855: cannot run parallel or insert direct load in a loopback Previous Topic   Next Topic Topic: Javascript nodeValue Implementaion: IE Versus Firefox / Opera

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use