unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Pascal Quesseveur <pquessev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Emacs configuration on Thinkpad running W10
Date: Wed, 30 May 2018 11:07:25 +0200	[thread overview]
Message-ID: <84vab5v7ea.fsf@gmail.com> (raw)

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




             reply	other threads:[~2018-05-30  9:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-30  9:07 Pascal Quesseveur [this message]
2018-05-30 16:51 ` Emacs configuration on Thinkpad running W10 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

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=84vab5v7ea.fsf@gmail.com \
    --to=pquessev@gmail.com \
    --cc=help-gnu-emacs@gnu.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.
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).