zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: Separating <tab> and <C-i>
Date: Mon, 26 Jun 2006 19:46:11 -0700	[thread overview]
Message-ID: <060626194611.ZM13928@torch.brasslantern.com> (raw)
In-Reply-To: <20060625223530.GA7971@lxlabs.com>

On Jun 26,  4:05am, Ligesh wrote:
}
} [...] does that mean zsh is actually processing the
} ascii value of the key pressed? So zsh has no means to know whether it
} was <tab> or <c-i>?

Yes, and correct.  Although the window system knows the detailed state
of the keyboard, zsh is restricted to working with what it gets through
the TTY device, after the terminal emulator has done its thing.

} I have xmodmap, but that will play havoc with my entire system, [...]
} But I guess that's the only way out.

No, you can assign the mappings just within the terminal emulator (e.g.
xterm) by using appropriate X resources.  You may even be able to limit
the remappings to instances of the emulator that have been given a
specific window name.  Look at the documentation for the terminal progam
to see what resources it supports.


  parent reply	other threads:[~2006-06-27  2:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-25 20:17 Ligesh
2006-06-25 21:17 ` Bart Schaefer
2006-06-26  7:24   ` Ligesh
     [not found]   ` <20060625223530.GA7971@lxlabs.com>
2006-06-27  2:46     ` Bart Schaefer [this message]
2006-06-27  8:34       ` Ligesh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=060626194611.ZM13928@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).