caleeli / mathmlformula

Automatically exported from code.google.com/p/mathmlformula
1 stars 0 forks source link

How do I come out of a node without multiple up-arrow keys #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter a 3x3 matrix and fill values
2. Try to go to the next node without multiple up-arrows

What is the expected output? What do you see instead?
I want to go to the next node, without clicking multiple up-arrows to come out 
of the matrix

Original issue reported on code.google.com by npr...@gmail.com on 31 May 2011 at 5:27

GoogleCodeExporter commented 9 years ago
hmm, I don't have another idea. 
Do you have one ?

regards

Original comment by ionel.alexandru@gmail.com on 31 May 2011 at 1:01

GoogleCodeExporter commented 9 years ago
Could you not trap the End key or any of the Function Keys, so that the user 
does not have to click multiple up-arrows?

Original comment by npr...@gmail.com on 1 Jun 2011 at 11:27

GoogleCodeExporter commented 9 years ago
hi,

The mathml structure is hierarchical --> could be a lot of parents (that is not 
abnormal).
When I click End, go where? To the first child and Home to the first Parent ?

regards

Original comment by ionel.alexandru@gmail.com on 1 Jun 2011 at 1:05

GoogleCodeExporter commented 9 years ago
yes, please - if you click END, go to the first Child and click HOME, go to
first Parent. This will solve the problem.

Original comment by npr...@gmail.com on 1 Jun 2011 at 1:10

GoogleCodeExporter commented 9 years ago
hmm,

I already use HOME and END to navigate in a text to go to begin or to end of 
the text.
I will try to use PAGE DOWN and PAGE UP

regards

Original comment by ionel.alexandru@gmail.com on 1 Jun 2011 at 2:58

GoogleCodeExporter commented 9 years ago
that would be excellent - I do hope you can fix this somehow.

Original comment by npr...@gmail.com on 1 Jun 2011 at 3:30