yeonsh / smoothgestures-chromium

Automatically exported from code.google.com/p/smoothgestures-chromium
Other
0 stars 0 forks source link

can't start gesture with a diagonal #565

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Try to make a gesture that goes to the top right, then up.  Or to the 
top-right, then down.  

What is the expected output? What do you see instead?
I expected to see a gesture that goes up and to the right, then up.  Instead I 
get either an up arrow, a right arrow, or occasionally a diagonal up-right 
arrow, but not a compound gesture.  Or, I get an up arrow followed by a right 
arrow, or a right arrow followed by an up arrow.

What version of the product are you using? On what operating system?
Latest version (just downloaded chrome and this extension today.  Running 
Windows XP Professional x64.  

Please provide any additional information below.
I have been using RadialContext and then RadialContext-mz in firefox for years, 
and I would REALLY prefer not to have to learn a new set of mouse gestures.  
Radialcontext had an initial set of 8 gestures (4 cardinal, 4 diagonals) with 
the cardinals being direct commands and the diagonals being submenus.  That is 
the functionality I am trying to replicate.  

Original issue reported on code.google.com by mwit...@gmail.com on 19 Dec 2011 at 2:58

GoogleCodeExporter commented 8 years ago
Diagonals can only be used at the end of a gesture. In effect, it seems that 
other extension placed similar limitations rotated 45 degrees. There is no plan 
to change this.

Original comment by sc...@fujan.name on 19 Dec 2011 at 3:02