Results 1 to 5 of 5

Thread: Disable the Caps Lock key

  1. #1
    Join Date
    Apr 2008
    Posts
    29

    Disable the Caps Lock key

    Hello everyone,

    everything is in the title. I want to disable caps lock key, afte using PC from last 2 years i don't know this small thing, i know its shame but please do help me and tell me this keyboard tweak. I have a windows vista, Thanking you.
    "I'd rather be riding my bike thinking about God than sitting in church thinking about my bike"

  2. #2
    Join Date
    Nov 2008
    Posts
    129

    Re: Disable the Caps Lock key

    Hello, i found the following trick but i haven't tried it:

    1) Click on Start -> Run and type: regedit
    2) Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard registry key.
    3) Create a binary value named Scancode Map
    • You'll have this type of data: 0000
    • If you want to redirect to another button you can use a tool called RemapKey (see above)
    • If you want to disable the F1 key on your keyboard you must enter this type of values (I indicate on the left the number of bytes that will appear gradually as the input):
      0000 : 00 00 00 00 00 00 00 00
      0008 : 02 00 00 00 00 00 03 00
      0010 : 00 00 00 00
    • The bytes from 00 to 07 are reserved for the header.
    • The byte 08 specifies the number of redirects of keys that you define added 1. Since we do not redirect a single button, this byte is equal to 02.
    • The bytes 09 to 11 are always zero.
    • The code that defines the F1 key is this: 03 00.
    • The last 4 bytes correspond to a termination (00 00 00 00).


    Note that a restart is required ...

  3. #3
    Join Date
    Dec 2008
    Posts
    1,108

    Re: Disable the Caps Lock key

    Refer to following thread:

    Caps lock display - how to turn off?
    The difference between stupidity and genius is that genius has its limits. - Albert Einstein

    What we think, we become (Please don't think you are a superhero and don't try to fly)

    "SUCCESS IS NOT A DESTINATION , IT'S A JOURNEY"

  4. #4
    Join Date
    Jun 2008
    Posts
    124

    Re: Disable the Caps Lock key

    A simple procedure is to use MapKey:

    1. Set another key to F1 (and / or any other that you want to disable).
    2. Open the Windows Registry and edit the binary value named Scancode Map.
    3. Replace the code for the new key is assigned to the F1 key by 4 zeros.
    4. Remember that it will be placed before the key changed.


    Note: If you wish to return to default settings just delete the binary value.

  5. #5
    Join Date
    Mar 2008
    Posts
    212

    Re: Disable the Caps Lock key

    Copy the following code and save in notepad with file name as disable_capskey.reg and after saving double click on it, windows will ask confirmation to merge it with registry, confirm it. And you done.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00

Similar Threads

  1. Replies: 5
    Last Post: 31-01-2012, 10:06 PM
  2. Issue with Dinovo Mini backslash, caps lock and num lock keys
    By Jarini in forum Hardware Peripherals
    Replies: 7
    Last Post: 02-11-2010, 02:27 AM
  3. Set warning sound for Caps lock,Num lock in Windows 7
    By rajmalhotra in forum Operating Systems
    Replies: 3
    Last Post: 13-05-2009, 02:49 PM
  4. Replies: 4
    Last Post: 27-03-2009, 06:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,483,467.39537 seconds with 17 queries