Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
View Poll Results: Do you have the Caps Lock issue?
|
|
Usb keyboard without Caps Lock issue.
|
  
|
8 |
38.10% |
|
PS/2 keyboard without Caps Lock issue.
|
  
|
9 |
42.86% |
|
Laptop keyboard without Caps lock issue.
|
  
|
4 |
19.05% |
|
Usb keyboard with Caps Lock issue.
|
  
|
3 |
14.29% |
|
PS/2 keyboard with Caps Lock issue.
|
  
|
1 |
4.76% |
|
Laptop keyboard with Caps Lock issue.
|
  
|
0 |
0% |
 |
|
08-11-2011, 04:02 PM
|
#1
|
|
Member
Registered: Sep 2008
Location: The Netherlands
Distribution: Slackware64 current
Posts: 559
Rep: 
|
Poll: Caps Lock delay
Do you have the Caps Lock issue, that is when you fast intermittent press Caps Lock and another key. When Caps Lock isn't released fast enough you don't get a nice sequence of upper case and lower case.
Example you should get:
Quote:
|
AaAaAaAaAaAaAaAaAaAaAaAaAaAaA
|
but with the Caps Lock issue you might get
Quote:
|
AaAaAaAaAaAAAAAAAAaAAaAaAaAaAAAAAA
|
|
|
|
|
08-11-2011, 07:05 PM
|
#2
|
|
Member
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbang
Posts: 383
Rep:
|
Quote:
Originally Posted by whizje
Do you have the Caps Lock issue, that is when you fast intermittent press Caps Lock and another key. When Caps Lock isn't released fast enough you don't get a nice sequence of upper case and lower case.
Example you should get:
but with the Caps Lock issue you might get
|
I don't understand!  Caps lock is a toggle between two input modes. It is meant to be pressed and released before any other key is pressed.
|
|
|
|
08-11-2011, 08:57 PM
|
#3
|
|
Senior Member
Registered: Jan 2010
Posts: 1,604
|
Quote:
Originally Posted by qlue
I don't understand!  Caps lock is a toggle between two input modes. It is meant to be pressed and released before any other key is pressed.
|
Hi,
read this thread first to get an idea what is meant.
@OP: It might be a good idea to link to the above thread in your initial post so that the whole discussion does not have to be repeated.
|
|
|
|
08-11-2011, 09:34 PM
|
#4
|
|
Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Debian
Posts: 5,356
|
This whole caps lock thing has nothing to do with the keyboard. It is PEBCAK.
|
|
|
1 members found this post helpful.
|
08-12-2011, 12:03 AM
|
#5
|
|
Member
Registered: Aug 2009
Location: Umzinto, South Africa
Distribution: Crunchbang
Posts: 383
Rep:
|
Quote:
Originally Posted by frankbell
This whole caps lock thing has nothing to do with the keyboard. It is PEBCAK.
|
+1
There is no problem if you use the right key for the right job! Use the 'Shift' key!
|
|
|
|
08-12-2011, 02:01 PM
|
#6
|
|
Member
Registered: Sep 2008
Location: The Netherlands
Distribution: Slackware64 current
Posts: 559
Original Poster
Rep: 
|
I agree that it's better to use shift for one letter, but the issue is that there should not be such a long delay between when you release caps lock and press fast the next key that you get upper case instead of lower case. Doesn't really matter if you type a whole line in upper case or one letter. It should just work.
|
|
|
|
08-14-2011, 10:53 AM
|
#7
|
|
Senior Member
Registered: Jul 2006
Location: London
Distribution: CentOS, Salix
Posts: 2,238
|
I think that complaining that your computer doesn't support something that was it was never intended to do in the first place is a waste of time! That said, I wonder if it's more likely to be caused by hardware than by the OS, since only 1 person out of 9 has had the experience.
|
|
|
1 members found this post helpful.
|
08-14-2011, 05:55 PM
|
#8
|
|
Member
Registered: Mar 2007
Distribution: Debian
Posts: 547
Rep:
|
Definitely no issue here, no matter how fast I try.
|
|
|
|
08-16-2011, 07:54 AM
|
#9
|
|
LQ Newbie
Registered: Sep 2009
Posts: 25
Rep:
|
Caps Lock
I turn the blasted thing off & make it an additional backspace in Keyboard-Layouts-Options in Ubuntu
|
|
|
|
08-16-2011, 09:48 AM
|
#10
|
|
Senior Member
Registered: May 2008
Posts: 2,843
|
I can duplicate the effect, but I believe it is mechanical.
What I've noticed is that when I get the unexpected upper-case characters in the sequence, an examination of their Xevents show that the KeyPress event for that character comes between the caps_lock's KeyPress and KeyRelease events.
Normal character input is actioned on the keypress, The caps_locks effect appears to turn on on it's KeyPress event, but only turns off on its KeyRelease. While the caps_lock key remains depressed you always get a upper-case letter no matter what state it was in before the keypress or will be in after the keyRelease.
This may be the cause of the perceived latency as the key release event's timing will depend on the strength of the mechanical spring in the keyboard and how much travel is necessary to break the contact, not to mention you're probably slower at removing your finger than you were at applying it. For exceptionally fast typists, this may be long enough to cover the following KeyPress.
Well, that's my theory for what it's worth.
Changing the caps_lock off to action on keyPress rather than KeyRelease would probably fix this, but I don't know how one would go about doing that.
I can't type fast enough to see this problem in normal use, and I never use caps-lock anyway (well, never on purpose  )
Last edited by GazL; 08-16-2011 at 09:55 AM.
|
|
|
|
09-03-2011, 10:18 AM
|
#11
|
|
LQ Newbie
Registered: Dec 2010
Distribution: Ubuntu
Posts: 3
Rep:
|
Mine behaves as though there's no "N-key rollover" for the caps lock followed by "A".
|
|
|
|
09-05-2011, 07:40 AM
|
#12
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Quote:
Originally Posted by frankbell
This whole caps lock thing has nothing to do with the keyboard. It is PEBCAK.
|
For the record it's PEBKAC - or PICNIC
|
|
|
|
09-05-2011, 08:16 AM
|
#13
|
|
Moderator
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: SlackwareŽ
Posts: 10,352
|
Hi,
For mechanical keyboards I will throw in the de-bounce circuitry that will filter errant contact bounce. Capacitive keyboards really do not have the contact bounce issue. Most modern keyboards in use today do not use a mechanical switch contact, cheaper to manufacture capacitive. Hall-effect at one time was the best choice for keyboards but costly.
Some snap contact(membrane) keyboards are used but these tend to be limited to special applications.
Keyboard technology wiki is a good reference to understand the technologies.
Personal choice is limited to available designs unless you wish to spend the money for a particular keyboard type. I still have some original IBM mechanical keyboards, those babies are rock solid with a great key feel or feedback. Heavy but reliable! When IBM changed the contact to a hall-effect type they had too re-design to get the mechanical feel back so people had the old feel. Now most PC keyboards are capacitive. No real tactical feel.
|
|
|
|
09-16-2011, 11:55 AM
|
#14
|
|
LQ Newbie
Registered: Mar 2011
Distribution: Fedora
Posts: 5
Rep:
|
hmmm......
i see
it doesn't bring too much problem since i rarely use caps lock button
|
|
|
0 members found this post helpful.
|
09-16-2011, 12:55 PM
|
#15
|
|
LQ Newbie
Registered: Jul 2010
Location: Chennai, India
Distribution: Ubuntu Hardy
Posts: 3
Rep:
|
AaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAaAa
Is there any issue at all?
|
|
|
0 members found this post helpful.
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:31 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|