xwem-devel
[Top][All Lists]
Advanced

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

[XWEM]: Re: : Trying to make xwem work on Cygwin


From: Nelson Ferreira
Subject: [XWEM]: Re: : Trying to make xwem work on Cygwin
Date: Sun, 12 Dec 2004 15:44:59 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.5 (chestnut, linux)

"Nelson" == Nelson Ferreira <address@hidden> writes:

    Nelson> Hi all.  I have been making progress.  Still not quite
    Nelson> there yet, but I thought the following bits might be
    Nelson> useful for Cygwin ThinkPad users or others without extra
    Nelson> keys to be hyper: So here it is: how to make Caps Lock be
    Nelson> Hyper in Cygwin...

    Nelson> 1. regedit a file with the following contents:
    Nelson> Windows Registry Editor Version 5.00

    Nelson> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard
    Nelson> Layout] "Scancode
    Nelson> Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,2a,00,3a,00,00,00,00,00

Major oops here... wrong codes. Here are the correct ones:


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,5b,e0,00,3a,00,00,00,00,00

    Nelson> This makes Windows emit Windows Left key when you press
    Nelson> Caps Lock.

    Nelson> 2. Reboot (the changes on this registry key only take
    Nelson>    effect on boot)

    Nelson> 3. Change your .xinitrc to setup Hyper:

    Nelson> xmodmap -e "keycode 104 = Hyper_R" 
    Nelson> xmodmap -e "add mod3 = Hyper_R" 
    Nelson> exec xemacs-21.4.15 -f xwem-init

    Nelson> Hope this helps someone.

    Nelson> -- Nelson Ferreira

-- 
Nelson Ferreira





reply via email to

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