|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages 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? |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages 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" <John_Doe@fjldsfkjldskjf.com> wrote in message news:Od0MqYXqHHA.4004@TK2MSFTNGP05.phx.gbl... > 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? > |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages John Doe <John_Doe@fjldsfkjldskjf.com> 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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages 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:JvV4veWEfMaGFwRH@black.hole... > John Doe <John_Doe@fjldsfkjldskjf.com> 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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages > 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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages 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" <Steve.J.Swift******.com> wrote in message news:%23c7VW1ZqHHA.3492@TK2MSFTNGP02.phx.gbl... >> 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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages > 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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages John Doe <John_Doe@fjldsfkjldskjf.com> 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\Gener al] 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\Gener al] "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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages 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\Gener al] 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 |
| |||
| Re: "CAPS LOCK:ON" / "CAPS LOCK: OFF" messages Thanks, Swifty. It'll give me incentive to keep healthy and breathing, waiting for you to complete writing the code. :> Alan "Swifty" <Steve.J.Swift******.com> wrote in message news:eTVT7feqHHA.192@TK2MSFTNGP02.phx.gbl... >> 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 |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CAPS LOCK and "A" Keys are identicAL! | Steve | Windows XP | 6 | 10-17-2008 06:39 AM |
| Notification area/ How to get rid of Caps Lock, Scroll Lock | Heidi | Windows Vista | 4 | 02-01-2008 06:20 PM |
| How do I "lock" the size of a window when opening Internet Explore | smxp | Internet Explorer | 1 | 12-18-2007 05:20 PM |
| Scroll Lock, Num Lock and Caps Lock icons. | Mel Bourne | Windows XP | 3 | 01-18-2007 11:15 PM |
| Can't turn off Caps Lock with the Caps Lock key | Maryse | Microsoft Office | 3 | 01-15-2007 11:38 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |