ArmchairArmada
Just a guess, but could you be running in input-exclusive mode?
I'm using Ubuntu and the actions you mention works for me when I'm in non-exclusive mode.
See the "Non-exclusive input" part on this page for how to disable exclusive mode.
http://www.ogre3d.org/wiki/index.php/Using_OISkornerr
Using
paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("false")));
in the param list (mentioned on the same page) works for me in linux.
Not sure how it is done in Windows though.
