
I don't think there is anything like that built in. It would be something like commands view :1 view :2 (etc.) ... and you can assign commands to function keys, <https://www.rbvi.ucsf.edu/chimerax/docs/user/commands/ui.html#functionkey> ... but I don't know how you would implement a next/previous type of thing without having to use python. Maybe others can advise. Elaine ----- Elaine C. Meng, Ph.D. UCSF Chimera(X) team Resource for Biocomputing, Visualization, and Informatics Department of Pharmaceutical Chemistry University of California, San Francisco
On Jul 2, 2025, at 10:21 AM, Murpholino Peligro via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Can we navigate the protein model like in coot?
spacebar jumps from residue i to residue i+1 shift-spacebar jumps from residue i to residue i-1 ctrl-g shows a tiny window where I can input 'a1' and the cofr goes to chain a residue 1
Can you point me in the right direction? Do I have to use aliases or is it something more complicated?
Thanks