Hi,

Here's a fix for the keys '[' ']' never reaching a keyboard handler:

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

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

Reply via email to