← Back to team overview

hugin-devs team mailing list archive

[Bug 678997] Re: control points tab ignores keyboard shortcuts

 

I had to look up the shortcuts here first:
<http://wiki.panotools.org/Hugin_Control_Points_tab#Keyboard_shortcuts>

So, on OS X 10.4 / hugin 2010.5.0.4854:d29b1d6da0e0 built by Harry van der Wolf / large aluminum keyboard 
'a' works (just a test)
zooming with '0' or '1' doesn't work (on both the upper number keys and the extra number block on the right)
What is '2' supposed to do? This is not yet described in the wiki.
'f' doesn't work
'g' doesn't seem to do anything (it's experimental, right?)

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/678997

Title:
  control points tab ignores keyboard shortcuts

Status in Hugin - Panorama Tools GUI:
  Incomplete

Bug description:
  Keyboard commands like 0,1,2,f,g won't work in the OS X builds (on a
  dual G5, running 10.4.11). This has not worked under any version of
  Hugin I have tested, including the latest RCs and revision 3455.

  After digging around a bit I found a special case in file
  CPImageCtrl.cpp on line 1325, that excludes event processing on the
  mac with an #indef. After commenting out the #ifndef/#endif,
  everything works as expected. I have no idea why this block had been
  special-cased in the first place but it seems that this is not needed
  anymore.