unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Yuuki Harano <masm+emacs@masm11.me>
To: gnu-emacs@lycheese.org
Cc: 48136@debbugs.gnu.org
Subject: bug#48136: 28.0.50; [feature/pgtk] ISO_Level5_Shift broken
Date: Sun, 09 May 2021 19:17:18 +0900 (JST)	[thread overview]
Message-ID: <20210509.191718.2116501296691688243.masm@luna.pink.masm11.me> (raw)
In-Reply-To: <313b4b03-e4e4-4a2f-b6af-cf2e47264722@www.fastmail.com>


On Sat, 08 May 2021 13:50:28 +0200,
	"Elia Nolz" <gnu-emacs@lycheese.org> wrote:
> I was able to work around the bug by using `(define-key key-translation-map (kbd "H-<down>") (kbd "<down>"))` etc. for all ISO_Level5 keys but that is a bit too cluncky and static for my tastes. Is there a way to just translate every "H-" binding to just not have the modifier applied? Is there a list of all possible keys Emacs accepts and that I can use to just `map` over the `define-key` statement.
> 
> xmodmap output:
> 
> ```
> xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):
> 
> shift       Shift_L (0x32),  Shift_R (0x3e)
> lock        Shift_L (0x32)
> control     Control_L (0x40),  Control_R (0x69)
> mod1        Alt_L (0x85),  Meta_L (0xcd)
> mod2        BadKey (0xcf)
> mod3        ISO_Level5_Shift (0xcb)
> mod4        Super_L (0x25),  Super_R (0x86),  Super_L (0xce)
> mod5        ISO_Level3_Shift (0x5c)
> ```

Thanks for xmodmap output.
mod3 is used as hyper in pgtk emacs.

Does this work for you?

(put 'none 'modifier-value 0)
(setq x-hyper-keysym 'none)

-- 
Yuuki Harano





  reply	other threads:[~2021-05-09 10:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-01  9:34 bug#48136: 28.0.50; [feature/pgtk] ISO_Level5_Shift broken Elia Nolz
2021-05-08 11:50 ` Elia Nolz
2021-05-09 10:17   ` Yuuki Harano [this message]
2021-05-09 10:47     ` Elia Nolz
2021-05-20  9:30       ` Elia Nolz
2021-05-20 11:02         ` Yuuki Harano
2021-05-20 13:28           ` Elia Nolz
2021-05-20 16:02             ` Yuuki Harano
2021-05-20 16:58               ` Elia Nolz
2021-05-21  6:57                 ` Yuuki Harano
2021-05-21  8:22                   ` Elia Nolz
2021-05-21  9:56                     ` Yuuki Harano
2021-06-09  9:21                       ` Elia Nolz
2021-06-24  8:52                         ` Elia Nolz
2021-06-25 12:05                           ` Yuuki Harano
2021-10-01 15:09                             ` Elia Nolz
2022-07-01 11:13                           ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20210509.191718.2116501296691688243.masm@luna.pink.masm11.me \
    --to=masm+emacs@masm11.me \
    --cc=48136@debbugs.gnu.org \
    --cc=gnu-emacs@lycheese.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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).