[chimerax-users] Change AltGr
Eric Pettersen
pett at cgl.ucsf.edu
Fri Nov 27 10:20:37 PST 2020
Hi Daniel,
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:
parent = self.tool_window.ui_area
add this line:
parent.keyPressEvent = lambda *args: None
Please let me know if this change fixes the problem for the AltGr key.
--Eric
Eric Pettersen
UCSF Computer Graphics Lab
> On Nov 27, 2020, at 9:30 AM, Daniel Esteban Palma Igor <daniel.palma.i at ug.uchile.cl> wrote:
>
> Hi,
> 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.
> Regards,
> Daniel Palma Igor
> _______________________________________________
> ChimeraX-users mailing list
> ChimeraX-users at cgl.ucsf.edu
> Manage subscription:
> https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users
More information about the ChimeraX-users
mailing list