control + shift is another option.. Note the modifiers are designed to be used in combinatiton. <br><br><div class="gmail_quote">2010/5/19 Rodrigo Valiña Gutiérrez <span dir="ltr">&lt;<a href="mailto:rodrigo.valina@usc.es">rodrigo.valina@usc.es</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
It does not work.<br>
<br>
With Ctrl+Alt, GetAltKey() returns 0. Also it behaves like Ctrl,<br>
rotating around an axis.<br>
<br>
I was looking for a key that does not modify the regular behavior<br>
(rotation) of the scene...<br>
<font color="#888888"><br>
--<br>
Rodrigo<br>
<br>
2010/5/19 Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt;:<br>
</font><div><div></div><div class="h5">&gt; Hi,<br>
&gt; The Alt key is expected to be triggered along with another key.<br>
&gt; You can try a combination of ctrl+alt.<br>
&gt;<br>
&gt; Jerome<br>
&gt;<br>
&gt; 2010/5/18 Rodrigo Valiña Gutiérrez &lt;<a href="mailto:rodrigo.valina@usc.es">rodrigo.valina@usc.es</a>&gt;:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I am using VTK 5.4.2 embedded in Python + wxWidgets<br>
&gt;&gt;<br>
&gt;&gt; I am trying to capture a key that does not modify the left click<br>
&gt;&gt; action by default.<br>
&gt;&gt;<br>
&gt;&gt; I use vtkRenderWindowInteractor and its methods:<br>
&gt;&gt;<br>
&gt;&gt;        a = self.iren.GetAltKey()<br>
&gt;&gt;        c = self.iren.GetControlKey()<br>
&gt;&gt;        s = self.iren.GetShiftKey()<br>
&gt;&gt;        kc = self.iren.GetKeyCode()<br>
&gt;&gt;        ks = self.iren.GetKeySym()<br>
&gt;&gt;<br>
&gt;&gt; CTRL rotates<br>
&gt;&gt; SHIFT displaces<br>
&gt;&gt; ALT is never reported, I think that because, at least in Windows, it<br>
&gt;&gt; triggers a menu event (selects the first menu in the menubar).<br>
&gt;&gt; the KeyCode is always &#39;\x00&#39;<br>
&gt;&gt; the KeySym is always None<br>
&gt;&gt;<br>
&gt;&gt; looking at the code of<br>
&gt;&gt; vtkRenderWindowInteractor::SetEventInformation(), I see that AltKey is<br>
&gt;&gt; never modified.<br>
&gt;&gt;<br>
&gt;&gt; So, is there any other key that I can use to do in my code a custom<br>
&gt;&gt; action when pressing left mouse button?<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;<br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><br>