bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44456: Windows10 doesn't allow either windows keys as hyper?


From: Steve Greenburg
Subject: bug#44456: Windows10 doesn't allow either windows keys as hyper?
Date: Thu, 5 Nov 2020 16:48:12 +0000


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-])


reply via email to

[Prev in Thread] Current Thread [Next in Thread]