PC Review


Reply
Thread Tools Rate Thread

"CAPS LOCK:ON" / "CAPS LOCK: OFF" messages

 
 
John Doe
Guest
Posts: n/a
 
      8th Jun 2007
Starting today I am receiving "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages
whenever Caps Lock button is pressed. They appear like a small grey window
(looks more like a button, there is no border or title bar) above system
tray with the message on top of the button. The message disappears about a
second after Caps Lock button is released.

Anyone knows how to get rid of them?


 
Reply With Quote
 
 
 
 
Val
Guest
Posts: n/a
 
      8th Jun 2007
You're complaining? There have been so many people asking how to get that
capability....

Are you using a laptop? A wireless keyboard to a desktop? What make and
model? A little more info is needed for people here to help you out. The
M$ Crystal Ball gadget for XP is still in beta testing.


"John Doe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Starting today I am receiving "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages
> whenever Caps Lock button is pressed. They appear like a small grey window
> (looks more like a button, there is no border or title bar) above system
> tray with the message on top of the button. The message disappears about a
> second after Caps Lock button is released.
>
> Anyone knows how to get rid of them?
>



 
Reply With Quote
 
Nightowl
Guest
Posts: n/a
 
      8th Jun 2007
John Doe <(E-Mail Removed)> wrote on Thu, 7 Jun 2007:

>Starting today I am receiving "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages
>whenever Caps Lock button is pressed. They appear like a small grey window
>(looks more like a button, there is no border or title bar) above system
>tray with the message on top of the button. The message disappears about a
>second after Caps Lock button is released.
>
>Anyone knows how to get rid of them?


Widcomm Bluetooth drivers have been "fingered" as one cause of this. .
have you installed any Bluetooth hardware recently?

--
Nightowl
 
Reply With Quote
 
John Doe
Guest
Posts: n/a
 
      8th Jun 2007
You nailed it! I did - 2 days ago. BT adapter with Widcomm drivers. But why
would they need to do this in the driver? How to get rid of it?

"Nightowl" <owl@[127.0.0.1]> wrote in message
news:(E-Mail Removed)...
> John Doe <(E-Mail Removed)> wrote on Thu, 7 Jun 2007:
>
>>Starting today I am receiving "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages
>>whenever Caps Lock button is pressed. They appear like a small grey window
>>(looks more like a button, there is no border or title bar) above system
>>tray with the message on top of the button. The message disappears about a
>>second after Caps Lock button is released.
>>
>>Anyone knows how to get rid of them?

>
> Widcomm Bluetooth drivers have been "fingered" as one cause of this. .
> have you installed any Bluetooth hardware recently?
>
> --
> Nightowl



 
Reply With Quote
 
Swifty
Guest
Posts: n/a
 
      8th Jun 2007
> You're complaining? There have been so many people asking how to get that
> capability....


Well, if you want this feature without the bother of installing Widcomm
Bluetooth drivers you can always enable "Togglekeys" in "Accessibility
Options" in the Control Panel.

OK, it's an audio beep instead of a visual cue, but most people's ears
are always on, whereas you might not be looking at the system area.

If you play with the CapsLock button enough, people think you've got one
of those TV tennis games from the '60s.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      8th Jun 2007
Hi Swifty,

There is one key -- the 'Insert' key -- that I often inadvertently hit and
that I wish would give some audible tone.

Do you know if there's any way to produce a sound when that key is pressed?

Alan

"Swifty" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>> You're complaining? There have been so many people asking how to get
>> that capability....

>
> Well, if you want this feature without the bother of installing Widcomm
> Bluetooth drivers you can always enable "Togglekeys" in "Accessibility
> Options" in the Control Panel.
>
> OK, it's an audio beep instead of a visual cue, but most people's ears are
> always on, whereas you might not be looking at the system area.
>
> If you play with the CapsLock button enough, people think you've got one
> of those TV tennis games from the '60s.
>
> --
> Steve Swift
> http://www.swiftys.org.uk/swifty.html
> http://www.ringers.org.uk



 
Reply With Quote
 
Swifty
Guest
Posts: n/a
 
      8th Jun 2007
> There is one key -- the 'Insert' key -- that I often inadvertently hit and
> that I wish would give some audible tone.
>
> Do you know if there's any way to produce a sound when that key is pressed?


I've never come across anything for that. I'm supposed to be learning
"C" - if I get any good I'll probably be able to write a piece of code
to listen to the keys being pressed, and generate a beep. Should be
ready in about fifteen years at my current rate.

--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
 
Reply With Quote
 
Nightowl
Guest
Posts: n/a
 
      8th Jun 2007
John Doe <(E-Mail Removed)> wrote on Thu, 7 Jun 2007:

>You nailed it! I did - 2 days ago. BT adapter with Widcomm drivers. But why
>would they need to do this in the driver? How to get rid of it?


Hi JD

I think it's supposed to be a "feature".

You should be able to turn it off with a registry tweak. If you're
comfortable editing your registry, navigate to:
[HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\BTConfig\General]

Look for the value KeyIndication ; if not already there, create it (type
DWORD) and set the data to 0. Then reboot.

If you've not edited your registry before or would rather do it the
safest way :-) copy and paste everything between the dotted lines below
(including the two blank ones!) to Notepad.

-----------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\BTConfig\General]
"KeyIndication"=dword:00000000

------------------------------------

Then Save As to a folder of your choice. Be sure to set the Save As Type
box to All Files and give it a name ending in .reg, such as
Capslock.reg. Close Notepad. Double-click the saved file and answer Yes
to the prompt to enter it into the registry. Reboot and hopefully the
annoying pop-up will be gone :-)

Good luck -- let us know how you get on!

--
Nightowl
 
Reply With Quote
 
Nightowl
Guest
Posts: n/a
 
      8th Jun 2007
Nightowl <owl@[127.0.0.1]> wrote on Fri, 8 Jun 2007:

>You should be able to turn it off with a registry tweak. If you're
>comfortable editing your registry, navigate to:
>[HKEY_LOCAL_MACHINE\SOFTWARE\Widcomm\BTConfig\General]


Oops, JD, I've just been digging around and have now seen this written
as both "BtConfig" (with a small t) and "BTConfig", as I had it. Best
check for the key in your registry first and amend the Notepad file
before saving, if necessary. I can't check myself as I don't have the
drivers installed.

--
Nightowl
 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      8th Jun 2007
Thanks, Swifty. It'll give me incentive to keep healthy and breathing,
waiting for you to complete writing the code. :>

Alan

"Swifty" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>> There is one key -- the 'Insert' key -- that I often inadvertently hit
>> and that I wish would give some audible tone.
>>
>> Do you know if there's any way to produce a sound when that key is
>> pressed?

>
> I've never come across anything for that. I'm supposed to be learning
> "C" - if I get any good I'll probably be able to write a piece of code to
> listen to the keys being pressed, and generate a beep. Should be ready in
> about fifteen years at my current rate.
>
> --
> Steve Swift
> http://www.swiftys.org.uk/swifty.html
> http://www.ringers.org.uk



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"CAPS LOCK:ON" / "CAPS LOCK: OFF" messages John Doe Windows XP Help 9 8th Jun 2007 10:48 PM
Do a sentence and then "caps lock-funktion" to small or big letter =?Utf-8?B?Sm9uIChEZW5tYXJrKQ==?= Microsoft Word Document Management 4 30th Nov 2005 08:06 PM
key "S" & "SPACE" have function as caps lock & num lock =?Utf-8?B?UGFrYW5law==?= Windows XP Hardware 1 20th Oct 2004 08:19 PM
switching off "caps lock" on WIN-XP & Toshiba Satellite PRO jacobs hugo Windows XP Customization 0 11th Nov 2003 05:32 PM
Caps Lock in "typewriter" mode Phil Windows XP Customization 1 10th Sep 2003 06:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:50 PM.