X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=m38MNMZ60NUGSfkn/O1Q7E3Ec66zu hnf2SflzpQBmR3mMhetut3NV605YSTCElEYZp7eado9aYuFAhA6ReEOtYMArYqJf +ef6pPiqp6MbRTRrk4ioAk3KA5dHHW1yx/FrTpntBdMaVvFpJcoGBAmyX1rCArgG MSRJ0OXfbIHC5Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; s=default; bh=mRzi8nkx4vV31RBGzTmEX1/Sd88=; b=f/e b8EyXrL+ll4m1GF49byZzWFfsLfBqFsWpB6tQwuzu8D+l9PKPfM5xxJBNt522uHR tHbMwLnHnuJ5jqdkGeN2b83bc5gw0Wx+BteCD0LFTfG5f/Y1SOrXE78dPfxdqWaW 0H1L203UuXdh+YTSAbVW8Pf6xD/C+x6UeSV0YZFo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 To: cygwin AT cygwin DOT com From: david AT adboyd DOT com (J. David Boyd) Subject: hyper keys running the w32 mode emacs Date: Thu, 11 Jul 2013 13:05:18 -0400 Lines: 27 Message-ID: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.3 (cygwin) I can get hyper and super working with hyper on capslock, and super on left and right win, works great. If I use this code, ( if opsys-cygwin (setq w32-pass-lwindow-to-system nil w32-pass-rwindow-to-system nil w32-pass-apps-to-system nil w32-lwindow-modifier 'super ; Left Windows key w32-rwindow-modifier 'super ; Right Windows key w32-apps-modifier 'hyper) ; Menu key ) it works as it says. But I want hyper on the capslock key, and can't find code anywhere to do that. Is it even possible, any ideas? I would like to standardize what my fingers do when I change platforms, if possible, Thanks, Dave -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple