all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Alan Davis <alan3davis@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: N-key rollover keyboards
Date: Tue, 4 Aug 2020 18:29:08 +0700	[thread overview]
Message-ID: <CAP_d_8UVbgiubDXV5EGX2SK8rmoBambLn5sLSwd9shtNK2XLhQ@mail.gmail.com> (raw)
In-Reply-To: <CAF+xKT4OZxF5E6zAyqF0_L39PXus1vQqnoYEZ7Db3eMGi6Z5wA@mail.gmail.com>

On Tue, 4 Aug 2020 at 17:08, Alan Davis <alan3davis@gmail.com> wrote:
>
> I have verified that my original complaint happens in a terminal with tmux
> running, running emacs with the "-nw" option.  as some responses
> suggested.   That said, I wonder whether there may exist an interaction
> between i3 keybindings and emacs' bindings.

Of course there is an interaction. You have a stack of software, all
listening for keystrokes. They will have a chance to handle them in
roughly this order:

1. your kernel (typically handles Ctrl+Alt+F1..F10 to switch TTYs)
2. your X server (in older times, it would terminate on
Ctrl+Alt+Backspace; also keyboard layout switching happens here)
3. your window manager or desktop environment (Alt+Tab window
switching in GNOME/Xfce/KDE, any i3 bindings, any desktop-wide
shortcuts such as Volume Up or Launch Web Browser)
4a. the actual application if it is a GUI-based one
--- or, for terminal-based applications: ---
4b. your X terminal emulator (GUI terminals may have some bindings to
display their help, activate their menu bar, open, close, or switch
tabs)
5. your terminal multiplexer if any (GNU Screen takes Ctrl+a, Tmux
takes Ctrl+b by default)
6. the actual terminal-based application running within the stack

> I wonder why it seems to be
> this specific combination and not other ones; and I intend to verify this
> using another keyboard.

I predict that your issue is not caused by hardware.



  reply	other threads:[~2020-08-04 11:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-02 10:59 issue with keyboard input for multiple keys Ctrl-b / nkey rollover? Alan Davis
2020-08-02 11:45 ` 2QdxY4RzWzUUiLuE
2020-08-02 16:55   ` Alan Davis
2020-08-02 13:50 ` Yuri Khan
2020-08-02 15:02   ` Perry Smith
2020-08-02 16:49     ` Alan Davis
2020-08-02 17:04   ` N-key rollover keyboards (was: issue with keyboard input for multiple keys Ctrl-b / nkey rollover?) Dmitry Alexandrov
2020-08-02 17:47     ` Alan Davis
2020-08-03 18:17       ` N-key rollover keyboards Dmitry Alexandrov
2020-08-03 21:48         ` Alan Davis
2020-08-03 22:11           ` 2QdxY4RzWzUUiLuE
2020-08-04 10:07             ` Alan Davis
2020-08-04 11:29               ` Yuri Khan [this message]
2020-08-04 17:46                 ` Dmitry Alexandrov
2020-08-04 18:47                   ` Yuri Khan
2020-08-04 17:25             ` Dmitry Alexandrov
2020-08-05  3:12               ` 2QdxY4RzWzUUiLuE
2020-08-04 17:22           ` Dmitry Alexandrov

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=CAP_d_8UVbgiubDXV5EGX2SK8rmoBambLn5sLSwd9shtNK2XLhQ@mail.gmail.com \
    --to=yuri.v.khan@gmail.com \
    --cc=alan3davis@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.