Changed the autorun keys to 'g' for go, and 'h' for halt.

This commit is contained in:
Robert Osfield 2009-08-17 15:45:43 +00:00
parent 321a404f05
commit a1709abbee

View File

@ -833,7 +833,7 @@ bool SlideEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIAction
_timeLastKeyPresses = time;
if (ea.getKey()=='a')
if (ea.getKey()=='g')
{
if (!_autoSteppingActive)
{
@ -842,7 +842,7 @@ bool SlideEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIAction
}
return true;
}
else if (ea.getKey()=='q')
else if (ea.getKey()=='h')
{
if (_autoSteppingActive)
{