asleepwalkersdream / grafx2

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

Move cursor to position #532

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It'd be really nice if you add a move cursor to a specific position. Here's how 
I imagine it should work. Ctrl + "x" would bring up a form in which to fill a 
number, e.g. 256 would transform the cursor to position 256 on the X axis and 
keep the current Y axis position, the same would work for Ctrl + "y" with the Y 
axis.

Additionally, a "+" could be added in front of the number to move the cursor to 
(current X position + the number) position with Ctrl + "x" or (current Y 
position + the number) position with Ctrl + "y".

Original issue reported on code.google.com by sean.lee...@gmail.com on 5 May 2013 at 11:45