all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs configuration on Thinkpad running W10
@ 2018-05-30  9:07 Pascal Quesseveur
  2018-05-30 16:51 ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Pascal Quesseveur @ 2018-05-30  9:07 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I use Emacs 24.5.1 on a Thinkpad E570 running Windows 10. My TP has a
french keyboard with no Apps key.  On my previous computer I used Apps
key as the HYPER modifier and I was very happy with these settings:

#+BEGIN_SRC
(setq w32-pass-apps-to-system nil)
(setq w32-apps-modifier 'hyper)
(setq w32-pass-multimedia-buttons-to-system nil)

...

(global-set-key (kbd "H-a") 'some-function)
#+END_SRC

As there is a PrintScreen key on my keyboard on the right of the
Spacebar between AltGr and CtrlRight I tried to use it in place of
Apps. I run an AutoHotKey command to set PrintScreen key to send Apps:

#+BEGIN_SRC
$PrintScreen::Send {AppsKey}
#+END_SRC

It seems to work fine for Windows Explorer and other applications
(Firefox), but not in Emacs: when I hit Apps key nothing happens and
when I hit Apps + a, Emacs inserts a.

Do I have to change in my config to make it work?


-- 
Pascal Quesseveur
pquessev@gmail.com




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-06-07  8:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-30  9:07 Emacs configuration on Thinkpad running W10 Pascal Quesseveur
2018-05-30 16:51 ` Eli Zaretskii
2018-06-01  8:33   ` Pascal Quesseveur
2018-06-01  8:46     ` Eli Zaretskii
2018-06-05 17:37   ` Pascal Quesseveur
2018-06-05 18:29     ` Eli Zaretskii
2018-06-05 18:57       ` Noam Postavsky
2018-06-06  8:01         ` Pascal Quesseveur
2018-06-06 11:31           ` Noam Postavsky
2018-06-06 17:38       ` Pascal Quesseveur
2018-06-06 17:54         ` Eli Zaretskii
2018-06-07  8:16           ` Pascal Quesseveur

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.