Searge-DP / grafx2

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

left move is not working in magnify mode #455

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
use magnify >> up,right,down work but left not.
What is the expected output? What do you see instead?
What version of GrafX2 are you using? On what operating system?
grafx2-2.3.1781.win32
Please provide any additional information below.
win7 32bits
Dont forget to use the labels to mention your Operating system (OpSys-*)
and the version of grafx2 you are using (Milestone-2.0 or Milestone-2.1).

Original issue reported on code.google.com by pitoun...@gmail.com on 30 Sep 2011 at 1:52

GoogleCodeExporter commented 8 years ago
The shortcut has probably be unset : Please press F1, click 'Help', and scroll 
down a little. If no shortcut is displayed for 'left', click the line to 
re-assign it.

I've already seen this shortcut disappear when I used several versions of 
Grafx2 which didn't read and write the cfg file the same way; I thought v2.3 
couldn't cause the problem anymore. Have you been using several versions of 
Grafx2 on this machine ?
(Even if they were installed separately, the configuration is always loaded and 
saved in %APPDATA%/Grafx2)

Original comment by yrizoud on 30 Sep 2011 at 2:18

GoogleCodeExporter commented 8 years ago
Issue 403 and issue 431 were other people having same problem. It seems to 
happen rarely. I'm suspecting that some weird events adds a few zeroes in the 
binary config file, and on next loading it's interpreted as : config section 0 
("keyboard shortcuts"), shortcut 0 ("move view left"), key 0 ("no key").

Original comment by yrizoud on 30 Sep 2011 at 2:26

GoogleCodeExporter commented 8 years ago
ok it works! thanks

Original comment by pitoun...@gmail.com on 30 Sep 2011 at 2:28

GoogleCodeExporter commented 8 years ago

Original comment by pulkoma...@gmail.com on 5 Oct 2011 at 5:51