GNU bug report logs - #44456
Windows10 doesn't allow either windows keys as hyper?

Previous Next

Package: emacs;

Reported by: Steve Greenburg <beethoven3322 <at> hotmail.com>

Date: Wed, 4 Nov 2020 23:04:01 UTC

Severity: normal

Tags: notabug

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 44456 <at> debbugs.gnu.org (full text, mbox):

From: Steve Greenburg <beethoven3322 <at> hotmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: "44456 <at> debbugs.gnu.org" <44456 <at> debbugs.gnu.org>
Subject: Re: bug#44456: Windows10 doesn't allow either windows keys as hyper?
Date: Thu, 5 Nov 2020 16:48:12 +0000
[Message part 1 (text/plain, inline)]
I believe it's still a bug because I can't get the left windows key to function as hyper without first making it function as super. Thus if I execute the following code I get nothing:

(setq w32-lwindow-modifier 'hyper)
(setq w32-pass-lwindow-to-system nil)
(w32-register-hot-key [h-])

but if I execute the following code first then the above I do get left windows behaving as Hyper.

(setq w32-lwindow-modifier 'super)
(setq w32-pass-lwindow-to-system nil)
(w32-register-hot-key [s-])

[Message part 2 (text/html, inline)]

This bug report was last modified 4 years and 200 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.