Caps lock - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Caps lock


Related Topics



  
 Caps lock - Wikipedia, the free encyclopedia
The caps lock is a key on a computer keyboard.
Because caps lock is non-essential, and because of its location and relatively large area, the key is recommended for use in computer games when possible.
The caps lock on a modern Windows keyboard.
http://en.wikipedia.org/wiki/Caps_lock   (504 words)

  
 Scroll Lock - Wikipedia, the free encyclopedia
Scroll Lock is a key (with an associated status light) on most modern desktop computer keyboards.
In Xfire scroll lock is used to bring the program out of the system tray.
The behaviour of the key depends on the particular software in use.
http://en.wikipedia.org/wiki/Scroll_Lock   (381 words)

  
 High-Tech Dictionary Definition
On the computer keyboard, a key which makes all the letters print in capitals when it is in its lock position; it is locked by pressing down and unlocked by pressing again.The number keys on the keyboard are not affected by caps lock.
http://www.computeruser.com/resources/dictionary/definition.html?lookup=457   (43 words)

  
 Caps Lock light is still active although computer is shut down. - Dev Shed
Caps Lock light is still active although computer is shut down.
Discuss Caps Lock light is still active although computer is shut down.
Viewing: Dev Shed Forums > Computer Hardware > Motherboards > Caps Lock light is still active although computer is shut down.
http://forums.devshed.com/motherboards-106/caps-lock-light-is-still-active-although-computer-is-shut-259026.html   (271 words)

  
 Keyboard LED Control-Set Numlock, Caps Lock and Scroll Lock indicator lights always on, always off or flash
For example, set the numlock always on, set the caps lock always on and set LED of scroll lock on when windows start.
This program is not for the common users but for the users in additional need of the control of the NUM LOCK, CAPS LOCK, and SCROLL LOCK indicator lights.
For having the LEDs in the state of being on or off, for instance, you may set NumLock "always ON" if the side-keyboard is always used to input numbers.
http://www.fadsoft.net/LEDControl.htm   (352 words)

  
 Sorting It All Out : Some people hate the CAPS LOCK key
However, I cannot think of a single reason to insist on every American keyboard having a caps lock key that is any better than insisting on every computer having floppy disk drives or multiple RS-232 serial ports.
Num Lock, of course, changes the function of the numeric keypad to act as a bigger set of arrow keys.
The other solution I've used is to simply change the cancellation of CAPS LOCK to be done with the Shift key instead.
http://blogs.msdn.com/michkap/archive/2005/09/21/471982.aspx   (3067 words)

  
 HelpLine: Caps Lock warning needed
The caps lock on Windows computers has always been a bone of contention with me. It's way too easy to hit while typing (and I never use it anyway).
There is a feature in XP that will let you enable an audible warning anytime the caps lock key is pressed and it's really easy to activate.
This was the way my old Mac keyboard was in 1984, and somehow this good idea got lost.
http://blogs.chron.com/helpline/archives/2006/02/caps_lock_warni.html   (336 words)

  
 Halfbakery: mOVE cAPS lOCK
Of course, I don't have a problem with my well wicked 83-key Dvorak-layout original IBM AT keyboard at home, cos the Caps Lock is *sensibly* located beneath Shift on the *right* (i.e.
I don't know about in the previous versions (I know win 95 doesn't) but in XP there are a few useful functions for it.
Deactivate the Caps Lock key and simulate it with commutative Left_Shift + Right_Shift key combination.
http://www.halfbakery.com/idea/mOVE_20cAPS_20lOCK   (1480 words)

  
 DirectInput Caps Lock Question - GameDev.Net Discussion Forums
For now, my code just assumes that the caps lock is off and then each time it is hit I toggle a boolean in my code (indicating if capslock is on or off).
Posted - 7/8/2003 7:13:47 PM For now, my code just assumes that the caps lock is off and then each time it is hit I toggle a boolean in my code (indicating if capslock is on or off).
I thought (once upon a time...) that I saw an example in the DX SDK where they actually toggle'd the state of capslock in code.
http://www.gamedev.net/community/forums/topic.asp?topic_id=167278   (486 words)

  
 Access - Caps Lock
I need Caps lock ON to get the data from my SQL database - it does not recognize any other case except what is in the database (which happens to be in all CAPS).
I had thought of this originally, but I am querying an SQL database which is already in all caps and combining it with an Access table.
BTW I claim no originality for the actual code, it is something I found at freevbcode.com by doing a Google search when I needed to do something similar in a VB project.
http://techrepublic.com.com/5208-6239-0.html?forumID=52&threadID=180938   (519 words)

  
 How to Toggle the CAPS LOCK and NUM LOCK Keys
This creates an MS-DOS-based program named Caps_on.com that toggles the CAPS LOCK key on.
This creates an MS-DOS-based program named Caps_off.com that toggles the CAPS LOCK key off.
This creates an MS-DOS-based program named Num_on.com that toggles the NUM LOCK key on.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q151715   (370 words)

  
 Check Caps Lock
Well, now you can let your users know the problem may be due to Caps Lock.
Do you have problems with users who continually have problems logging in because they inadvertently have their Caps Lock on?
// /////////////////////////// */ function checkCapsLock(e) { var myKeyCode=0; var myShiftKey=false; var myMsg='Caps Lock is On.\n\nTo prevent entering your password incorrectly,\nyou should press Caps Lock to turn it off.'; // Internet Explorer 4+ if (document.all) { myKeyCode=e.keyCode; myShiftKey=e.shiftKey; // Netscape 4 } else if (document.layers) { myKeyCode=e.which; myShiftKey=(myKeyCode == 16) ?
http://www.csua.berkeley.edu/~jgwang/capslock.htm   (202 words)

  
 The Phoebus LLC Caps Lock Key Solution
Now with BeepKeys, an option to have a small beep whenever you touch a key while Caps Lock is on - so you'll always know when you are in caps even when you return to your computer after time away.
Plus you can simulate the Caps Lock operation of typewriters and Macs.
sMaRTcaPs is the solution to the Caps Lock, Num Lock, and Insert key problems.
http://www.phoebusllc.com   (352 words)

  
 SharpKeys: FAQ
For me, this meant that I told my computer to treat Caps Lock as if it was a shift key, which it now does.
The more I started working with other keyboard, the more I wanted to have this ability to map other keys across my keyboard, but working with the Hex numbers and having too look up scan codes could be painful...
By default, when a computer boots, instead of the Function keys being F1 through F12, they have a completely different function: Help, Print, Save, etc. Once F-Lock is turned on, these keys behave like function keys, F1 to F12.
http://www.randyrants.com/sharpkeys/faq.htm   (1321 words)

  
 CAPS LOCK Key
I have created a logon form in Microsoft Access and now would like the let the user know if the caps lock key is pressed.
Then, (as I am not particularly familar with access, so much as VB), in one of the events, such as onload, or onclick, or whenever you want to check the value of the cap lock key, you just do a call to the function (something like this):
How to Quickly Lock Your Computer and Use Other Windows Logo Shortcut Keys
http://www.daniweb.com/techtalkforums/thread18960.html   (610 words)

  
 Caps Lock Trick
The first thing you'll need to do is get the computer to beep when you hit the Caps Lock key.
With this tip, I'll show you how to make your computer beep and flash the next time it happens.
What if you could set your computer up so it alerts you when your pinky finger wanders off and taps the Caps Lock key?
http://www.worldstart.com/tips/shared/capslocktrick.htm   (260 words)

  
 cAPS lOCK
What use does the caps lock key have on a modern computer keyboard?
But then came computers and the flexibility of layout with word processing programs.
You will note the feature of the lower case 'i's, which is a result of trying to capitalise when in caps lock.
http://www.secret-passage.com/line/capslock.html   (373 words)

  
 Easy HR : Automatically Change Caps Lock Status In Certain Applications
Easy HR Caps Lock looks at what you are currently working on, and acts according to the window you are currently working in.
We encourage you to take advantage of the full evaluation period, and then only purchase if you are satisfied with the software.
A significant number of users enter all their data into their HRIS or payroll software using capital letters only.
http://www.easyhr.com.au/software/easy_caps_lock.htm   (252 words)

  
 Clever Keyboard Indicator
In most cases wireless receiver will be placed next to computer system block (and far from the monitor) which makes indicators placed on such wireless receivers totally useless since a user must turn his head off the monitor in order to check current status of “Caps Lock”, “Num Lock” and “Scroll Lock” indicators.
Provide software similar to Clever Keyboard Indicator to display “Caps Lock”, “Num Lock” and “Scroll Lock” indicators status.
Clever Keyboard Indicator can display OSD text for custom combination of keys and Font, Colors, Position, Transparency, Display Time and many other options can be selected for OSD.
http://www.clevercomponents.com/products/winind/winind.asp   (1504 words)

  
 I Hate This Key - Stop fighting your keyboard!
If one were to comprise the list of keys most hated by computer users, it would include Caps Lock, Win key and Sleep keys at the very top.
While these are very helpful indeed, computer users (and gamers especially) frequently press them by accident, which can be and most often is quite irritating.
F-Lock key: if you tired to turn on F-Lock key manually on every computer startup, then this program will help you — your functional keys will work even if F-Lock is turned off!
http://www.bytegems.com/ihatethiskey.shtml   (599 words)

  
 Caps Lock quirk to kill Linux installs?
When using the "X -query hostname" command from my Redhat 8 workstation, the CDE desktop login returned by my HP-UX server doesn't respond to the CAPS LOCK key.
Yes, I have tried all the window managers and have the same problem.
(It may seem trivial, but I have several hundred users, all with an all CAPS user/pass and they have been trained a certain way for years...) (and yes, all the hardware works just fine - CAPS LOCKS works after the CDE login) TIA
http://techrepublic.com.com/5208-6251-0.html?forumID=36&threadID=172028   (476 words)

  
 Disabling caps lock? Ask MetaFilter
Another solution might be to get a keyboard where the Caps Lock key is only partially protruding.
Also, consider mapping the Ctrl function to caps lock.
I'm typing on one right now - the key is full width, but only the left part comes up to "key level", creating a cleft between the Caps Lock and "A" (or rather, "a" ;)) keys.
http://ask.metafilter.com/mefi/15823   (451 words)

  
 inessential.com: Weblog: Comments for ‘My favorite Tiger feature’
So caps lock didn't perform a useful function for me: it was just an annoyance.
The unfortunate part of it for me is that the uControl author has concluded from this feature to cease development.
Steve, the light still toggles because it's not only controlled from the computer but also when you press the key.
http://inessential.com/?comments=1&postid=3091   (628 words)

  
 Caps Lock On download from PC Maintenance category
Caps Lock will automatically turn on after computer reload.
PC Booster contains all the secrets to making your computer fast and stable in minutes.
You are here -» SofoTex: PC Utilities: PC Maintenance: Caps Lock On
http://www.sofotex.com/Caps-Lock-On-download_L38067.html   (275 words)

  
 Swapping Caps Lock and Control Keys
We have written a Unix script which will automatically set the Control/Caps Lock positions to your liking.
Many Unix programs depend on heavy usage of the "Control" key - most Emacs and shell shortcuts involve the "Control" key.
Unfortunately, there is a fairly annoying descrepancy between the two keyboards: on one keyboard, the "Caps Lock" key is located to the left of the "A" key and the "Control" key is in the lower left corner, and on the other keyboard, the placement of these two keys is flipped.
http://www.cs.vassar.edu/SysNews/capslock.html   (241 words)

  
 Disable Caps Lock :: Useful Stuff :: JohnHaller.com
This method of disabling the Caps Lock key works with all modern Windows variants: Windows 2000, Windows XP Pro & Home and Windows 2003.
These files will overwrite any keyboard mappings you currently have.
Accidentally hitting the Caps Lock key when typing up an email or coding can be maddening.
http://johnhaller.com/jh/useful_stuff/disable_caps_lock   (317 words)

  
 PCWorld.com - Download This: Add IE Tabs to Firefox
The vendor's Web site asks you to register the software for free and sign up for newsletters; however, doing so is not a requirement for downloading the software.
Open IE-optimized pages in Mozilla Firefox, rename Windows Desktop icons, and use Caps Lock only when you want.
The program includes a "Simulate Apple/Macintosh" check box to disable the Shift key when Caps Lock is on, a "Simulate typewriter" option to turn the Caps Lock off with the Shift key, and even an option to disable the Caps Lock and/or Num Lock keys completely.
http://pcworld.com/news/article/0,aid,125574,00.asp   (851 words)

  
 DOS utility that controls Caps Lock & Num Lock keys - dBforums
It is very simple to change the key locks from DOS by peeking and poking x0000:0417
Do not do this on other types of machine.
DOS utility that controls Caps Lock & Num Lock keys - dBforums
http://www.dbforums.com/t395877.html   (2694 words)

  
 anticAPSLOCK.com
Easy SmArT kEyS and Easy Caps Lock added to the windows software section.
Easy SmArT kEyS and Easy Caps Lock added to the windows software...
A new article was added describing how to turn Caps Lock into Ctrl...
http://anticapslock.com   (265 words)

  
 uControl
AFAIK the method used in uControl is really the only way to do scroll wheel emulation.
One can now remap modifier keys to nothing.
All bugs found and fixed after version 1.3.5 can be found on bug tracker.
http://gnufoo.org/ucontrol/ucontrol.html   (1898 words)

  
 Help: KEYBD
It is most useful in batch files and aliases if you want the keys set a particular way before collecting input from the user.
Most keyboards have 3 toggle keys, the Caps Lock, Num Lock, and Scroll Lock.
Set the state of the keyboard toggles Caps Lock, Num Lock, and Scroll Lock.
http://www.jpsoft.com/help/keybd.htm   (170 words)

  
 Hull Linux User Group - Keyboard map gets borked in X11 when I have caps lock on
Keyboard map gets borked in X11 when I have caps lock on
Hull Linux User Group - Keyboard map gets borked in X11 when I have caps lock on
I need caps for a document where my changes are too be in caps (not my
http://www.thisishull.net/showthread.php?t=3406   (100 words)

  
 Packard Bell 9000 Series - Software
Problems with this program locking up on the PB 900x series.
Most sound problems in Windows 95 on the 9000 machines can normally be traced back to the Software Wave table.
Go into Start / Settings / Control Panel / Fonts, Highlight the font and press the delete key on the keyboard.
http://www.uktsupport.co.uk/pb/faq/9000soft.htm   (3758 words)

  
 macosxhints - Swap Control and Caps Lock on the 2005 Powerbooks
Has anyone figured out how to map ONLY the left control and swap it with caps lock?
macosxhints - Swap Control and Caps Lock on the 2005 Powerbooks
Swap Control and Caps Lock on the 2005 Powerbooks - Authored by: afn on Tue, May 3 '05 at 05:17PM
http://www.macosxhints.com/article.php?story=20050210002402105   (960 words)

  
 The Fugue
In any case, the linux kernel uses this logic to deal with this interesting hardware quirk: on 0x39 and 0xb9 both, generate both a key press and key release event, and do nothing for the 0xff events (or at least, nothing related to caps lock).
This makes caps lock work perfectly, but it also makes it impossible to remap caps lock to a modifier because there is no way to hold down the key.
The only difference is that that patch is changing the kernel behavior for caps lock, not only when caps lock is remapped, so if you don't remap caps lock you might end up with an inverted caps lock occasionally.
http://hans.fugal.net/yodl/blosxom.cgi/mac/caps.html   (266 words)

  
 Stefano Demiliani WeBlog : Is Caps Lock Dead?
Does the caps lock key serve any purpose any more, and if not, should it be removed, moved, or replaced?"
Capitals were the way to go for writing code.
Personally, I use the Caps Lock Key only when writing some SQL code in stored procedures and at least in some special cases when I'm writing text with Word Processors.
http://dotnetjunkies.com/WebLog/demiliani/archive/2004/06/06/15569.aspx   (147 words)

  
 Caps Lock ? - Mobility Today
Is there an option to have a CAPS LOCK whenever i use the keyboard when writing?
First, I assume you mean the standard SIP keyboard, not some hardware keyboard.
As far as I know there is NO other standard keyboard layout (unless there is one for a different language).
http://mobilitytoday.com/forum/showthread.php?t=3020   (505 words)

  
 OS X Annoyance #1: CAPS LOCK (UrbanMainframe.com)
I can find absolutely nothing in preferences relating to caps lock notification nor can I find any third-party software to accomplish the same - surely a simple task, despite hours of Googling.
Why, oh why doesn't OS X have a Caps Lock notification (beep)? This is one of the few things I miss since my transition from Windows to OS X. I am sick of accidentally hitting CAPS LOCK IN THE MIDDLE OF A SENTENCE, THEN HAVING TO RETYPE WHAT I HAVE ALREADY WRITTEN.
Note: I know I can remap the caps lock key, but that's not what I want to do as I do use caps lock occasionally.
http://urbanmainframe.com/folders/blog/20051224   (278 words)

  
 How To Toggle the NUM LOCK, CAPS LOCK, and SCROLL LOCK Keys
This article demonstrates how to toggle the NUM LOCK, CAPS LOCK, AND SCROLL LOCK keys under Windows 95, Windows 98, Windows Me, Windows NT, or Windows 2000.
The state of the CAPS LOCK, the NUM LOCK, and the SCROLL LOCK keys should all be "on."
To toggle the NUM LOCK, CAPS LOCK, or SCROLL LOCK keys, you can use the following logic:
http://support.microsoft.com/?kbid=177674   (300 words)

  
 [SDL] Key 'Caps Lock': behaviour
Remap the keyboard could be a solution but I do not think it is possible on Win32 platforms.
In fact, I had thought that SDL could configure the Caps behaviour by a function or an argument so that it can work on all platforms.
There is no general solution but I think we > should > try to make caps lock behave as an ordinary key where possible.
http://www.libsdl.org/pipermail/sdl/2001-June/036607.html   (274 words)

  
 Bug ID: 4076003 CANNOT INPUT LOWERCASE LETTERS IF CAPS LOCK IS SET DURING STARTUP
Please give us solution for this probelm immediately since we are facing this problem in live projects which has many textfield components.
When running a java application with caps lock on from command line the text field inputs all the characters in upper case even when we change the cap lock to off.
Really, when CAPS LOCK is set when starting your application with jdk1.1 in Win NT/95, you cannot type lowcase letters in TextFields after switching CapsLock off.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4076003   (646 words)

  
 Caps Lock & Scroll Lock Flashing - LinuxQuestions.org
Just hangs and locks the terminal with no output.
Caps Lock and Num Lock leds dont work!
Most of the time the Caps Lock and Scroll Lock are flashing.
http://www.linuxquestions.org/questions/showthread.php?postid=234916   (580 words)

  
 Annoyances.org - That DARN CAPS LOCK!!! (Windows 98 Discussion Forum)
This is out of desperation but why oh WHY am I having this constant problem when switching between open applications that my CAPS lock is activated (without the LED burning) and then I have to press CAPS lock twice to get back to lower case again.
This is rather irritating when you are really busy.
Please do not plagiarize; redistributing these pages without permission is strictly prohibited.
http://www.annoyances.org/exec/forum/win98/1081413567   (129 words)

  
 CAPS LOCK
Can I switch on the Caps Lock key while accepting input in a text field if so please mail to govindarajan@medical-online.net.
I don't recall if it is possible but you can use ucase function to achieve similiar result
All Forums >> [Scripting] >> WSH and Client Side VBScript >> CAPS LOCK
http://www.visualbasicscript.com/m_309/tm.htm   (93 words)

  
 Caps Lock - TomCoyote Forums
On the Keyboard tab, tick Toggle Keys and from then on your computer will beep every time you hit the Caps Lock, Num Lock and Scroll Lock buttons.
If you're using MS Word, Shift-F3 will change the text from all lower case to all caps; then to only the first letter of the sentence capitalized.
Thanks nellie something I hadnt found in XP yet.
http://forums.tomcoyote.org/index.php?showtopic=18471   (345 words)

  
 Adobe - Authorware TechNote : Using the Alt, Shift, Ctrl, Caps Lock, Num Lock, or Scroll Lock Key for a keypress ...
On occasion, developers may want Authorware to recognize a keypress that it is designed to be ignored or recognized only in combination with other keys.
Using the Alt, Shift, Ctrl, Caps Lock, Num Lock, or Scroll Lock Key for a keypress response in AW
Adobe - Authorware TechNote : Using the Alt, Shift, Ctrl, Caps Lock, Num Lock, or Scroll Lock Key for a keypress response in AW
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_12601   (228 words)

  
 FalsinSoft Home Page - FirstCap
FirstCap is a small and very handy program that reliably warns keyboard users if they accidentally activate the Caps Lock or Num Lock key.
The program contains a sophisticated key pression intercept engine and is able to help users with many useful features.
It can disable Caps Lock/Num Lock or Insert keyboard functions, turn off Caps Lock status as a consequence of various keystroke combinations and customize the status of the Caps Lock and Num Lock in connection with specific programs.
http://www.falsinsoft.altervista.org/modules/tinycontent/index.php?id=2   (172 words)

  
 Map CAPS LOCK to Ctrl and arrow keys
The idea is that the left pinky can find CAPS LOCK more easily than Ctrl.
Towards that, here's a simple script to map the CAPS LOCK to Ctrl and then Ctrl-I,J,K,M to Up, Left, Right, and Down.
; First : CAPS LOCK is more useful as Ctrl
http://www.autohotkey.com/forum/topic5370.html   (267 words)

  
 INTRNATIONAL CAPS LOCK DAY - OCTOBER 22
Days til caps lock day: too fucking many
there are some people who don't like the idea of celebrating our caps lockness and they are at this page and they suck.
and every year we have sex with our caps locks!!!!!!
http://www.derekarnold.net/capslockday   (162 words)

  
 Annoyances.org - re: Can't Disable CAPS-LOCK with SHIFT KEY please help (Windows XP Discussion Forum)
>If your cap lock is on when you boot up your computer its set to on in the system
>enter system setup at startup and locate cap lock and turn it off
On Thursday, November 1, 2001 at 8:13 pm, leod wrote:
http://www.annoyances.org/exec/forum/winxp/1004739264   (253 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.