[Jed-users-l] Mute (dead or accent) keys
John E. Davis
davis at space.mit.edu
Wed Jan 18 17:12:15 UTC 2012
Michael Lampe <mlampe0 at googlemail.com> wrote:
> Still, a backtick (`) has to be always typed twice to appear. Tildes (~)
> are also strange: First one only has to be typed twice to appear.
The backtick key runs the quoted-insert function. If you want it to
simply insert itself, then put
setkey ("self_insert_cmd", "`");
in your .jedrc keybindings_hook. If you do not have such a hook, create it
by adding
define keybindings_hook (emulation)
{
setkey ("self_insert_cmd", "`");
}
to your .jedrc file.
About the ~ key; Are you using jed via ssh? The ~ key is an escape
character for ssh allowing you to suspend the ssh session.
--John
More information about the Jed-users-l
mailing list