<div dir="ltr"><div>Yes it works, previously I added Qt.Key_AltGr to the cmd_line/tool.py, but this easier as a quick fix,</div><div>Thanks<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 27 Nov 2020 at 15:20, Eric Pettersen <<a href="mailto:pett@cgl.ucsf.edu">pett@cgl.ucsf.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Daniel,<br>
I have committed a possible fix for this behavior (it certainly fixes it for Caps Lock, which exhibits the same behavior). It will be available in tomorrow's build. If you want a quicker fix, edit the tool.py file in the chimerax.shell module and below this line:<br>
<br>
parent = self.tool_window.ui_area<br>
<br>
add this line:<br>
<br>
parent.keyPressEvent = lambda *args: None<br>
<br>
Please let me know if this change fixes the problem for the AltGr key.<br>
<br>
--Eric<br>
<br>
Eric Pettersen<br>
UCSF Computer Graphics Lab<br>
<br>
<br>
> On Nov 27, 2020, at 9:30 AM, Daniel Esteban Palma Igor <<a href="mailto:daniel.palma.i@ug.uchile.cl" target="_blank">daniel.palma.i@ug.uchile.cl</a>> wrote:<br>
> <br>
> Hi,<br>
> pressing AltGr takes the cursor to the command line, is there any way to change this key? I can't write some characters when the ipython shell is docked.<br>
> Regards,<br>
> Daniel Palma Igor<br>
> _______________________________________________<br>
> ChimeraX-users mailing list<br>
> <a href="mailto:ChimeraX-users@cgl.ucsf.edu" target="_blank">ChimeraX-users@cgl.ucsf.edu</a><br>
> Manage subscription:<br>
> <a href="https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users" rel="noreferrer" target="_blank">https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users</a><br>
<br>
</blockquote></div>