×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Disable caps and win-key win7: Difference between revisions

    Content added Content deleted
    imported>Took
    (Created page with "=HowTo disable Caps-Lock and Windows-Key on Win7= ==howto format== You need to edit the registry-key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout The ...")
     
    imported>Took
    m (→‎My Config: wikify)
     
    (6 intermediate revisions by the same user not shown)
    Line 9: Line 9:




    Quote:
    Edited Quote:


    00000000 00000000 02000000 00003A00 00000000
    00000000 00000000 '''02'''000000 ''0000''<u>3A00</u> 00000000


    Here’s how it works:
    Here’s how it works:


    The first 16 zeros are just there to waste space.
    The first 16 zeros are just there to waste space.
    The “02″ in bold represents how many keys you are
    The "'''02'''" in bold represents how many keys you are
    going to re-map plus 1. (It really represents the
    going to re-map plus 1. (It really represents the
    length of the data, but whatever)
    length of the data, but whatever)
    The orange bolded “0000″ is the key we actually want Windows to map TO,
    The italic "''0000''" is the key we actually want Windows to map TO,
    which in this case is nothing, or 0.
    which in this case is nothing, or 0.


    The blue bolded “3A00″ is the key we are mapping from, in this case the
    The underlined "<u>3A00</u>" is the key we are mapping from, in this case the
    caps lock key.
    caps lock key.


    The next 8 zeros are there to waste space as the null terminator.
    The next 8 zeros are there to waste space as the null terminator.


    You can map between multiple keys by incrementing the “02″ [to "3"] and
    You can map between multiple keys by incrementing the "'''02'''" (to "'''03'''") and then adding another of the italic/underline blocks in the middle.
    then adding
    another of the colorful bold blocks in the middle. The 3A00 in the mix is
    the scan code. For example, if you wanted to disable the caps lock key
    and
    then change scroll lock into a caps lock key:


    The <u>3A00</u>/''3A00'' in the mix is the scan code for caps lock, the <u>4600</u> is for scroll lock. For example, if you wanted to disable the caps lock key and then change scroll lock into a caps lock key:
    00000000 00000000 03000000 00003A00 3A004600 00000000


    00000000 00000000 '''03'''000000 ''0000''<u>3A00</u> ''3A00''<u>4600</u> 00000000


    ==scan codes win7==
    ==scan codes win7==
    Line 47: Line 43:
    *caps lock 3a 00 (or DE_de maybe also 3a 01)
    *caps lock 3a 00 (or DE_de maybe also 3a 01)


    ==My cfg==
    ==My Config==
    *2 entries -> data length 03
    *2 entries -> data length '''03'''
    *map win links to alt links: 38 00 5b e0
    *map win left to alt left: ''38 00'' <u>5b e0</u>
    *map caps lock to shift links: 2a 00 3a 00
    *map caps lock to shift left: ''2a 00'' <u>3a 00</u>


    00000000 00000000 03000000 38005be0 2a003a00 00000000
    00000000 00000000 '''03'''000000 ''3800''<u>5be0</u> ''2a00''<u>3a00</u> 00000000

    Latest revision as of 20:00, 10 July 2012

    HowTo disable Caps-Lock and Windows-Key on Win7[edit]

    howto format[edit]

    You need to edit the registry-key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout

    The Format is described here: http://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/


    Edited Quote:

    00000000 00000000 02000000 00003A00 00000000

    Here’s how it works:

    The first 16 zeros are just there to waste space. The "02" in bold represents how many keys you are going to re-map plus 1. (It really represents the length of the data, but whatever)

    The italic "0000" is the key we actually want Windows to map TO, which in this case is nothing, or 0.

    The underlined "3A00" is the key we are mapping from, in this case the caps lock key.

    The next 8 zeros are there to waste space as the null terminator.

    You can map between multiple keys by incrementing the "02" (to "03") and then adding another of the italic/underline blocks in the middle.

    The 3A00/3A00 in the mix is the scan code for caps lock, the 4600 is for scroll lock. For example, if you wanted to disable the caps lock key and then change scroll lock into a caps lock key:

    00000000 00000000 03000000 00003A00 3A004600 00000000

    scan codes win7[edit]

    http://www.winfaq.de/faq_html/Content/tip1500/onlinefaq.php?h=tip1576.htm

    • alt left 38 00
    • shift left 2a 00
    • win left 5b e0
    • win right 5c e0
    • caps lock 3a 00 (or DE_de maybe also 3a 01)

    My Config[edit]

    • 2 entries -> data length 03
    • map win left to alt left: 38 00 5b e0
    • map caps lock to shift left: 2a 00 3a 00

    00000000 00000000 03000000 38005be0 2a003a00 00000000

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.