jiayouxjh / grafx2

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

Space doesn't simulate mouseclicks #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the documentation mouseclicks are simulated with ' ' and Shift+' 
', which I can only assume to refer to Space and Shift+Space. However neither 
seems to do anything for me. Am I missing something?

Original issue reported on code.google.com by artis.ro...@gmail.com on 5 Jan 2011 at 9:27

GoogleCodeExporter commented 9 years ago
Seems to have been a glitch of some sort, works now. Please close.

Original comment by artis.ro...@gmail.com on 5 Jan 2011 at 9:36

GoogleCodeExporter commented 9 years ago
Further experimentation shows that there indeed is a problem, but only if the 
image size is left at the original window dimensions.

Original comment by artis.ro...@gmail.com on 5 Jan 2011 at 10:20

GoogleCodeExporter commented 9 years ago
The clicks will not happen if you hold Control and/or Alt, because the 
shortcuts are on Space and Shift+Space respectively, not Control+Space etc... 
(You can redefine them in F1 screen)
I guess we should have changed the defaults, it's not logical to have mouse 
cursor movement that requires 'Control' key held, if you must release it before 
"click"-ing.

Original comment by yrizoud on 5 Jan 2011 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 10 Apr 2011 at 8:43

GoogleCodeExporter commented 9 years ago
Since 2.4, space is shortcut for "pan view while held"; 
Emulating mouse button is by default on Ctrl+Space to be consistent with 
emulate mouse Control+cursor keys.

Original comment by yrizoud on 8 Mar 2012 at 7:01