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

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

bug#14794: 24.3.50; `w32-register-hot-key' does not work on Windows 7 64


From: Drew Adams
Subject: bug#14794: 24.3.50; `w32-register-hot-key' does not work on Windows 7 64-bit
Date: Thu, 11 Jul 2013 14:12:32 -0700 (PDT)

> > > Does this work for you with other key combinations, btw?
> > Dunno.  Can you tell me some key combinations to try?
> 
> How about PrintScreen or S-F10?

I can use S-f10 without any need for `w32-register-hot-key':

(global-set-key [S-f10] 'forward-char)

Doesn't that work for you too?

And I don't know what the Emacs key for PrintScreen is.

(global-set-key [PrintScreen] 'forward-char) and
(global-set-key [printscreen] 'forward-char)

have no effect.  Doing `w32-register-hot-key' for either of them
also has no effect.





reply via email to

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