Post: How to Disable Caps Lock Key in the System
05-18-2011, 05:50 AM #1
Dopey
NGU :/
(adsbygoogle = window.adsbygoogle || []).push({}); I had a question on this a couple of days ago and received nothing but hate, infractions and a ban. Today, I will teach you how to disable the caps lock key if you ever run into any problems with it.

Mac Version
On the top left click the Apple symbol.
Click System preferences.
Under Hardware, click Keyboard.
On the top, you have two tabs, one says keyboard, one says keyboard shortcuts. Click keyboard.
On the bottom of that window, click "Modifier Keys".
You now have a few options to replace some keys on your keyboard. For Caps Lock, click no action.
Click ok and your caps lock key is now disabled Smile


Windows Version

To Toggle the CAPS LOCK Key On
Use any text editor (such as Notepad) to create the following file:
    
a 100
mov ax,0040
mov ds,ax
or byte ptr [0017],40
mov ah,1
int 16
mov ax,4c00
int 21

r cx
0013
n CAPS_ON.COM
w
q


Save the file as Capson.deb
Type the following line at a command prompt:
debug < capson.deb
This creates an MS-DOS-based program named Caps_on.com that toggles the CAPS LOCK key on.

To Toggle the CAPS LOCK Key Off
Use any text editor (such as Notepad) to create the following file:
    
a 100
mov ax,0040
mov ds,ax
and byte ptr [0017],bf
mov ah,1

int 16
mov ax,4c00
int 21

r cx
0013
n CAPS_OFF.COM
w
q


Save the file as Capsoff.deb
Type the following line at a command prompt:
debug < capsoff.deb
This creates an MS-DOS-based program named Caps_off.com that toggles the CAPS LOCK key off.


I hope this can help you stay out of trouble Claps
(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to Dopey for this useful post:

ⒿⒺⒷⓇⓄ, Alpha, erbisme4, helpmeoprah, mman259, Phrenzy,
05-20-2011, 12:38 AM #38
Dopey
NGU :/
Originally posted by Curt View Post
Shouldn't this be in "Internet discussion" or Computer Coding? :confused:. I don't really see this as a GD thread :lol:


This is not related to the internet or to computer coding...
05-20-2011, 12:48 AM #39
Winning
Former Staff
Nice c/p from Microsoft. I see you included a- What the ****? NO credit?
05-20-2011, 12:51 AM #40
Dopey
NGU :/
Originally posted by Winning View Post
Nice c/p from Microsoft. I see you included a- What the ****? NO credit?


I didn't copy and paste anything from microsoft. And the windows version I have no idea where I got it from.
05-20-2011, 12:56 AM #41
Winning
Former Staff
Originally posted by Dopey View Post
I didn't copy and paste anything from microsoft. And the windows version I have no idea where I got it from.


Don't be lying. I seen almost the exact same thing right here You must login or register to view this content.
Clearly copied.
05-20-2011, 12:58 AM #42
Dopey
NGU :/
Originally posted by Winning View Post
Don't be lying. I seen almost the exact same thing right here You must login or register to view this content.
Clearly copied.


It's also posted in many other places because it's the same code. What is your point?

You must login or register to view this content.
05-20-2011, 01:03 AM #43
cool stuff thx
05-20-2011, 02:48 AM #44
Winning
Former Staff
Originally posted by Dopey View Post
It's also posted in many other places because it's the same code. What is your point?

You must login or register to view this content.


The words are copied. Don't play dumb. You obviously didn't write it, and failed to post where you acquired this information.
05-20-2011, 03:59 AM #45
Dopey
NGU :/
Originally posted by Winning View Post
The words are copied. Don't play dumb. You obviously didn't write it, and failed to post where you acquired this information.


I wrote everything in my own words. The codes I copied from that website I provided but seeing as that is a forum and it's considered advertising I didn't post a source. Any other questions?
05-20-2011, 06:03 PM #46
Curt
Former Staff
Originally posted by Dopey View Post
This is not related to the internet or to computer coding...


Why did it get moved there then ? Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo