Re: keyboard navigation in html docs

2009-08-05 Thread Graham Percival
On Thu, Jul 30, 2009 at 10:19:42AM +0200, Francisco Vila wrote:
 2009/7/30 Graham Percival gra...@percival-music.ca:
  I think it's possibly to detect keypresses in javascript.
 
 Javascript not needed.
 
 Links can have
 
 a href=... accesskey=n title=Next [n] ... Next/a

Neat!

Ok, I think we have enough positive, and no negative, responses.
Valentin, could add this to the tracker, so that we can lose it?

Cheers,
- Graham


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-08-05 Thread Valentin Villenave
2009/8/5 Graham Percival gra...@percival-music.ca:
 Ok, I think we have enough positive, and no negative, responses.
 Valentin, could add this to the tracker, so that we can lose it?

So that we _can_ lose it? :-)

There you go: http://code.google.com/p/lilypond/issues/detail?id=825

Regards,
Valentin


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-31 Thread Mark Knoop
At 17:37 on 30 Jul 2009, Mark Polesky wrote:
 
 Jonathan Kulp wrote:
 I think it's possibly to detect keypresses in javascript.
 
 1)  Would it be cool or annoying to press n in the docs to
 proceed to the next page?  Admittedly this would be much more
 useful in the LM than the NR.
 
 
 I appreciate anything like this that keeps me off the mouse.
 
 Have you tried the Opera browser? Last time I looked, they were
 the leaders in the area of keyboard shortcuts. That was a couple
 years ago, but I remember being impressed.
 

For the ultimate in keyboard browsing, try Vimperator. Like all the
best software (e.g. LilyPond, Vim, etc.) there's a steep learning
curve...

http://vimperator.org/


-- 
Mark Knoop


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-31 Thread Bertalan Fodor (LilyPondTool)

A learning curve is always steep:

http://www.psywww.com/intropsych/ch07_cognition/learning_curve.html

Bert

Mark Knoop wrote:

At 17:37 on 30 Jul 2009, Mark Polesky wrote:
  

Jonathan Kulp wrote:


I think it's possibly to detect keypresses in javascript.
  

1)  Would it be cool or annoying to press n in the docs to
proceed to the next page?  Admittedly this would be much more
useful in the LM than the NR.


I appreciate anything like this that keeps me off the mouse.
  

Have you tried the Opera browser? Last time I looked, they were
the leaders in the area of keyboard shortcuts. That was a couple
years ago, but I remember being impressed.




For the ultimate in keyboard browsing, try Vimperator. Like all the
best software (e.g. LilyPond, Vim, etc.) there's a steep learning
curve...

http://vimperator.org/


  


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-31 Thread Mark Polesky

Bertalan Fodor wrote:
A learning curve is always steep:

http://www.psywww.com/intropsych/ch07_cognition/learning_curve.html

In the opposite sense, that is! See the last paragraph.
- Mark



  


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


keyboard navigation in html docs

2009-07-30 Thread Graham Percival
I think it's possibly to detect keypresses in javascript.

1)  Would it be cool or annoying to press n in the docs to
proceed to the next page?  Admittedly this would be much more
useful in the LM than the NR.

2)  If we get significantly more cools than annoyings, does
anybody feel like researching this, adding it to
texi2html-init.pl, etc?

Cheers,
- Graham


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-30 Thread Francisco Vila
2009/7/30 Graham Percival gra...@percival-music.ca:
 I think it's possibly to detect keypresses in javascript.

Javascript not needed.

Links can have

a href=... accesskey=n title=Next [n] ... Next/a

Wikipedia uses alt-P for editing preview of articles,

accesskey=p title=Preview changes (...) [alt-p] [p]

 1)  Would it be cool or annoying to press n in the docs to
 proceed to the next page?  Admittedly this would be much more
 useful in the LM than the NR.

Cool, provided that does not interfere with the Firefox's 'search
while you type' feature.

I don't know how the wikipedia example above manages to use alt-P. I
have the mentioned Firefox's feature enabled and this works
nevertheless.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-30 Thread Maximilian Albert
2009/7/30 Francisco Vila paconet@gmail.com:

 I think it's possibly to detect keypresses in javascript.

 Javascript not needed. Links can have

 a href=... accesskey=n title=Next [n] ... Next/a

Cool! I didn't know that.

 1)  Would it be cool or annoying to press n in the docs to
 proceed to the next page?  Admittedly this would be much more
 useful in the LM than the NR.

 Cool, provided that does not interfere with the Firefox's 'search
 while you type' feature.

Agreed.


 I don't know how the wikipedia example above manages to use alt-P. I
 have the mentioned Firefox's feature enabled and this works
 nevertheless.

I just had a quick look at a German HTML reference and it says (if I
understood correctly) that different browsers use different keyboard
modifiers to access the accesskeys. In my version of Firefox (3.0.12)
I need to use Alt+Shift, for example (actually, it says that the same
is true for Firefox 2.x so I'm wondering why just Alt+P works for
you). In any case, it seems that there is no interference with the
'search as you type' feature, so I'd find this pretty cool, too.

Max


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-30 Thread Francisco Vila
2009/7/30 Maximilian Albert maximilian.alb...@googlemail.com:
 I just had a quick look at a German HTML reference and it says (if I
 understood correctly) that different browsers use different keyboard
 modifiers to access the accesskeys. In my version of Firefox (3.0.12)
 I need to use Alt+Shift, for example (actually, it says that the same
 is true for Firefox 2.x so I'm wondering why just Alt+P works for
 you).

No, actually it is Alt-Shift-P for me. What I meant is, wikipedia has
many accesskeys always announced as [n] etc, but preview is announced
on the title property as [p] [alt-p] and the accesskey property is
still =p

Maybe input buttons in forms behave differently.
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-30 Thread Jonathan Kulp
On Thu, Jul 30, 2009 at 2:54 AM, Graham Percival
gra...@percival-music.cawrote:

 I think it's possibly to detect keypresses in javascript.

 1)  Would it be cool or annoying to press n in the docs to
 proceed to the next page?  Admittedly this would be much more
 useful in the LM than the NR.


I appreciate anything like this that keeps me off the mouse.

Jon

-- 
Jonathan Kulp
http://www.jonathankulp.com
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: keyboard navigation in html docs

2009-07-30 Thread Mark Polesky

Jonathan Kulp wrote:
I think it's possibly to detect keypresses in javascript.

1)  Would it be cool or annoying to press n in the docs to
proceed to the next page?  Admittedly this would be much more
useful in the LM than the NR.


I appreciate anything like this that keeps me off the mouse.

Have you tried the Opera browser? Last time I looked, they were
the leaders in the area of keyboard shortcuts. That was a couple
years ago, but I remember being impressed.

- Mark



  


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel