<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><i>If</i> copy/paste works, then you can use an alias to create a somewhat-less-painful work around.  Namely:<div><br></div><div>alias ^/ ~</div><div><br></div><div>With that alias in place, "/ " (note the space) at the beginning of a line becomes the equivalent of a ~.  For example, "/ rib" would undo ribbons.  Chimera automatically remembers start-of-line aliases so you don't have to create the alias every time you use Chimera.  You don't have to use the '/' character necessarily either (and it could be multiple characters for that matter), though you would want to avoid semi-colon (command separator)!</div><div><br></div><div>If you need to use the tilde in the middle of a command (probably as part of an atom spec) then maybe instead you would want a "normal" alias, perhaps:</div><div><br></div><div>alias tilde ~</div><div><br></div><div>Then "tilde show tilde ligand" would hide non-ligand atomic structure.  Something more succinct than "tilde" would probably be better ("td"?).  The drawback is that normal aliases are not automatically remembered (though they are preserved if you save a session).  To get them to exist when you start Chimera you would want to go to Favorites->Preferences, choose the Command Line category, and either put the alias in one of the files listed in "File to read at startup" or add another file to that list that has the alias in it.  Also, you don't need copy/paste of the tilde to work to use this approach.</div><div><br></div><div>--Eric</div><div><br></div><div><div><div>On Nov 14, 2013, at 6:14 AM, Mario Dejung <<a href="mailto:chimera.maillist@dejung.net">chimera.maillist@dejung.net</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Andreas,<br>have you tried copy/paste the character from somewhere, for example Terminal, to the command line? I have “the same” problem with German keyboard layout. I am not able to type the ~ character within the command line of Chimera… But with copy paste, the character is visible and it works… Not a good workaround… by the way…<br><br>Mario<br>_______________________________________________<br>Chimera-users mailing list<br><a href="mailto:Chimera-users@cgl.ucsf.edu">Chimera-users@cgl.ucsf.edu</a><br>http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users<br><br></blockquote></div><br></div></body></html>