Thread: Keyboard Question

  1. #1
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    Keyboard Question

    I play games on my PC. Now, sometimes I would like to be able to hit three keys at once (like w,e,d ). Problem is my computer beeps at me when I do that. So my question is, what is the cause of this.. is it something you can fix or is it just how the PC accepts keyhits.
    What is C++?

  2. #2
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    It is probebly sticky keys or an equivlent to that.

  3. #3
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Well what i mean is if i press any more than two keys at one time it will not accept them all.
    It only accepts 2 keys at once.

    I was just wondering if there is a workaround.

    Note:
    I can hit for example Ctrl + Alt + Del
    But for a detailed example... i want to be able to hit w + e + d. But it will beep at me.

    I would just REALLY like to know why it does this.
    Last edited by Vicious; 10-24-2004 at 06:13 PM.
    What is C++?

  4. #4
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    sometimes it can be the "buffer"

    go into control panel/other hardware/keyboard

    crank up the return rate

  5. #5
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Nope, that wasnt it.

    It's like they literally cancel each other out and the littl mobo speaker beeps. All other comps i have tried do the same thing, just seems wierd.
    What is C++?

  6. #6
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    I've come across this before (I think in allegro) and can't remember exactly but I believe it's how input is done in the program, sometimes it's the buffer used. I also vaguely remember a board post somewhere saying whether or not you can use 3 buttons at a time depends on the keyboard model itself. Sorry I'm not sure of myself, but I should have gone to sleep half an hour ago

  7. #7
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    throw this ? up at www.ocforums.com

    some of them are real ass's but you'll get the answer

  8. #8
    Registered User
    Join Date
    Aug 2004
    Posts
    731
    there is a program to do that I belive. I was reading abotu that when I was getting my xbox to pc cable. Umm you could try googling it, but I am sorry I can't give any mroe help right now, I am busy (with school) and other stuff,

    sorry

  9. #9
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    check your bios and see if there's something relating to the keyboard buffer that seems odd, or that can be tweaked to help you. I think this may be more related to your motherboard...I don't know of any windows functions that use w,e,d that it would beep about.
    PHP and XML
    Let's talk about SAX

  10. #10
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    Something(probably a buffer) may be overloaded. Sometimes my computer will beep when it's overloaded, like when I'm playing Doom for a while and want to click the mouse button to fire. Perhaps the two are related, and this can narrow it down for you. My first guess of when my computer does it is something related to directx since I believe the game was written in that.

  11. #11
    Registered User
    Join Date
    Mar 2004
    Posts
    220
    On older motherboards this issue can be seen quite frequently. However, on newer motherboards the circuitry has been modified slightly to circumvent these errors, since simultaneous keying is quite important in todays applications. If your motherboard is roughly new, you probably aren't restricted to this limitation. It is most likely your operating system or application you're running that's giving you this error. Sticky keys, buffer size, and repeat rate have been mentioned. There is also the factor of your keyboard glitching and sending more than 3 keys at a time. For instance, when you press control, your keyboard sends that control character 2 times, this can be due to sticky contacts on the keyboard.
    OS: Windows XP Pro CE
    IDE: VS .NET 2002
    Preferred Language: C++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  3. A newb question about keyboard input
    By PorkyChop in forum Game Programming
    Replies: 4
    Last Post: 12-06-2002, 01:12 PM
  4. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM