Hi,

Here's a fix for the keys '[' ']' never reaching a keyboard handler:
For OSG 2.8.2.

src/osgViewer/GraphicsWindowX11.cpp
<             _extendedKeymap[XK_bracketleft  ] = '(';
<             _extendedKeymap[XK_bracketright ] = ')';
>             _extendedKeymap[XK_bracketleft  ] = '[';
>             _extendedKeymap[XK_bracketright ] = ']';

--
Jim Brooks
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to