Hi Clint,<div><br></div><div>I've noticed that QVTKInteractorAdapter doesn't report numerical keypad strokes.</div><div>When I press the key "1" on the numpad, I have the keysym "1" instead of "KP_1".</div>
<div><br></div><div>A quick test (maybe not reliable) on vtkWin32RenderWindowInteractor seems to show that it's not supported as well on Windows. </div><div>However, "KP_X" work fine on X11.</div><div><br></div>
<div>If it doesn't work on vtkWin32RenderWindowInteractor it seems to be because "KP_1" can be mapped into the ascii symbol "1" , and when a keysym is mapped as ascii, it's not mapped using the virtual keys. </div>
<div><br></div><div>I've noticed some comments about KP_X in QVTKInteractorAdapter so I don't know if it's "off" on purpose.</div><div><br></div><div>Let me know what you think,</div><div><br></div>
<div>
Thanks,</div><div>Julien.</div>