Repeating keyboard characters problem

Discussion got archived before I solved it. I have installed a Macally keyboard & solved my problem after 2 successive Apple keyboards demonstrated same issues. This matches with other users solutions to the problem.
Apple - you need to come clean or fix this problem - unless 100+ WPM is too fast for you.

definitely NOT just a bluetooth keyboard issue. I have the USB version of the thin apple keyboard, and I also get the repeated key issue from time to time. sometimes it happens once a day, other times it happens 10+ times an hour.
And it isn't just a single key repeat like ttime or appple, sometime it repeats whole strings like hellohello or startart.
i love the keyboard and so many people that come to my shop always take note about how cool it looks, but this issue is definitely a weird one.
And I don't even type 100+ WPM. I am very slow, and it still seems to do weird repeated key buffering. Very annoying when I am coding in PHP. I would rather the coding mistakes be ones I make, and not the keyboard.

Similar Messages

  • Repeated keyboard delays in gui

    I have repeated keyboard delays while the gui is running. The delays are precisely 30 seconds, and generally occur at :00 and :30, although they can also occur at :15 and :45. If I close out the gui, and fall to the command line -- such a using vim -- the delays disappear. I have an nvidia 9800 and a 3-core phenom II. Motherboard is a Gigabyte 770TA UD3. I use openbox, but have kde installed and use some gnome programs.
    I originally considered this a motherboard problem, because Gigabyte has known keyboard issues. But it that were true, the keyboard issues would remain even if the gui were closed down.
    Is this a software conflict?  Any ideas?

    Try running gui programs from a terminal to see if you can gather any useful output.

  • I am unable to create a new event on my iPhone with IOS 7.0.4. I tap the plus sign, fill in the details, tape Done and ... nothing. Repeatedly. No problem on my iMac or iPad, just with the phone. Help.

    I am unable to create a new event on my iPhone with IOS 7.0.4. I tap the plus sign, fill in the details, tape Done and ... nothing. Repeatedly. No problem on my iMac or iPad, just with the phone. Help.

    Assuming you're creating this event to place in your calendar, and assuming this calendar is shared with your iMac and iPad using iCloud, might the calendar be restricted on your iPhone?
    Check Settings > General > Restrictions

  • A possible solution for "foreight language keyboard shortcut" problem...

    Hi(Bonjour)!
    Everyone know the problem of losy keyboard layout when Final Cut is used with foreight language keyboard. We loose the COMMAND-Q shorcut.
    As PieroF suggested in many posts in final cut express forum, there is a workaround:
    "+I just installed Leopard and I ran into this keyboard shortcut problem.+
    +I can confirm that:+
    +a. the problem exists also with the Italian keyboard (in addition to other languages, as pointed by other posters)+
    +b. the workaround I described in my previous answer works fine :+
    +- close FCE (if open)+
    +- open System Preferences/International/Language+
    +- drag English to the first place on top of the other languages+
    +- drag your own language (Italian in my case) again on top of English (at the end the window will show the same original settings, but something happened in the heart of Leopard...)+
    +- close System Preferences+
    +- open FCE: now all shortcuts work as expected, and are correctly listed with their corresponding menu commands+
    +It's a workaround, it's not convenient (I'd better have this bug fixed), but apparently you have to apply it only once for each system startup.+
    Piero "
    As stated by Piero, you have to follow this procedure after each computer startup.
    I found a way to restore the COMMAND-Q shortcut with the keyboard and mouse system pref panel.
    Simply add Final Cut application and add a +custom shotcut+. Be careful to type exactly the "Quit Final Cut Express" menu.
    This solution allows to restart the computer.
    It's work with Final Cut Express and Final Cut Pro under Leopard 10.5.4.
    Michel Boissonneault

    Hi Michel,
    I like your suggestion because the keyboard shortcuts defined in the system preferences do not require redefinition at each startup. So in theory we could define all missing/wrong shortcuts this way, and not only the cmd-Q as you suggested. Boring, but we could do it once for all.
    The only problem is that I don't know how to define shortcuts for submenus, for example "Render Selection/Both": it seems system preferences allows only to define shortcuts for the menu ("Render Selection" - in this case absolutely useless) but not for the submenu.
    Do you know a way ? (I looked in the help, which didn't... help).
    Piero

  • Weird dreamweaver keyboard mapping problem

    weird dreamweaver keyboard mapping problem:
    Hope this solution helps someone out. If you have q's, ask
    and I will try to help.
    I was having a weird problem in dreamweaver... Whenever I was
    in code view and typed "shift+i" to make a capital "I", instead it
    would paste from the clipboard.
    I finally figured out what was happening. I compared the
    menu.xml in my app support folder in the user library to the
    original menu.xml file that was in the application folder. I went
    through until I came across the diff:
    menu.xml in my library/app support folder:
    <!-- Windows Navigation Shortcuts -->
    <shortcut key="Cmd+Ins" name="Copy2" platform=""
    command="if (dw.canClipCopy()) { dw.clipCopy() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Copy2" />
    <shortcut key="Shift+Ins" name="Paste2" platform=""
    command="if (dw.canClipPaste()) { dw.clipPaste() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Paste2" />
    <shortcut key="Shift+Del" name="Cut2" platform=""
    command="if (dw.canClipCut()) { dw.clipCut() }" domRequired="FALSE"
    id="DWShortcuts_HTMLSource_Cut2" />
    orig menu.xml file:
    <!-- Windows Navigation Shortcuts -->
    <shortcut key="Cmd+Ins" name="Copy2" platform=""
    command="if (dw.canClipCopy()) { dw.clipCopy() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Copy2" />
    <shortcut key="Shift+Ins" name="Paste2" platform=""
    command="if (dw.canClipPaste()) { dw.clipPaste() }"
    domRequired="FALSE" id="DWShortcuts_HTMLSource_Paste2" />
    <shortcut key="Shift+Del" name="Cut2" platform=""
    command="if (dw.canClipCut()) { dw.clipCut() }" domRequired="FALSE"
    id="DWShortcuts_HTMLSource_Cut2" />
    There was a diff in the "platform=" tags. The orig stated
    [platform="win"], my config stated [platform=""] (nothing in
    between the ""'s). So, I reset the platform tag to be
    [platform="win"] in my settings and then relaunched dreamweaver. It
    fixed the problem.
    Not sure how this occurred, but it works now.

  • Calling1.4.1 signed applet from Javascript causes keyboard/focus problems

    Pretty sure there's a JRE bug here, but I'm posting to forums before I open one in case I'm missing something obvious :-)
    This issue may be specific to IE, I haven't tested elsewhere yet. Our web application is centered around a signed applet that is initialized with XML data via Javascript. We first noticed the problem when our users started upgrading from the 1.3.x plug-in to the 1.4.x plug-in. The major symptom was that shortcut keys stopped working. I debugged the problem off and on for about a month before I boiled it down to a very simple program that demonstrates the issue (included below). Basically, the program has a function that adds a JButton to a JPanel and registers a keyboard listener (using the new DefaultKeyboardFocusManager class) that prints a message to the console. This function is called by the applet's init() method, as well as by a public method that can be called from Javascript (called callMeFromJavascript()). I also included a very simple HTML file that provides a button that calls the callMeFromJavascript() method. You can test this out yourself: To recreate, compile the class below, JAR it up, sign the JAR, and put in the same dir with the HTML file. Load the HTML file in IE 5.0 or greater, and bring the console up in a window right next to it. Now click the button that says init--you should see the small box appear inside the button that indicates it has the focus. Now press some keys on your keyboard. You should see "KEY PRESSED!!!" appearing in the console. This is proper behavior. Now click the Init Applet from Javascript button. It has removed the button called init, and added one called "javascript". Press this button. Notice there is no focus occurring. Now press your keyboard. No keyboard events are registered.
    Where is gets interesting is that if you go back and make this an unsigned applet, and try it again, everything works fine. This bug only occurs if the applet is signed.
    Furthermore, if you try it in 1.3, signed or unsigned, it also works. So this is almost certainly a 1.4 bug.
    Anyone disagree? Better yet, anyone have a workaround? I've tried everything I could think of, including launching a thread from the init() method that sets up the components, and then just waits for the data to be set by Javascript. But it seems that ANY communication between the method called by Javascript and the code originating in init() corrupts something and we don't get keyboard events. This bug is killing my users who are very reliant on their shortcut keys for productivity, and we have a somewhat unique user interface that relies on Javascript for initialization. Any help or suggestions are appreciated.
    ================================================================
    Java Applet (Put it in a signed JAR called mainapplet.jar)
    ================================================================
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class MainApplet extends JApplet implements KeyEventDispatcher
        JPanel test;
        public void init()
            System.out.println("init called");
            setUp("init");
        public void callMeFromJavascript()
            System.out.println("callMeFromJavascript called");
            setUp("javascript");
        private void setUp(String label)
            getContentPane().removeAll();
            test = new JPanel();
            getContentPane().add( test );
            JButton button = new JButton(label);
            test.add( button );
            test.updateUI();
            DefaultKeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(this);
        public boolean dispatchKeyEvent(KeyEvent e)
            System.out.println("== KEY PRESSED!!! ==");
            return false;
    }================================================================
    HTML
    ================================================================
    <form>
    <APPLET code="MainApplet" archive="mainapplet.jar" align="baseline" id="blah"
         width="200" height="400">
         No Java 2 SDK, Standard Edition v 1.4.1 support for APPLET!!
    </APPLET>
    <p>
    <input type="button" onClick="document.blah.callMeFromJavascript();" value="Init Applet via Javascript">
    </form>

    I tried adding the requestFocus() line you suggested... Same behavior.
    A good thought, but as I mention in my description, the applet has no trouble gaining the focus initially (when init() is called). From what I have seen, it is only when the call stack has been touched by Javascript that I see problems. This is strange though: Your post gave me the idea of popping the whole panel into a JFrame... I tried it, and the keyboard/focus problem went away! It seems to happen only when the component hierarchy is descended from the JApplet's content pane. So that adds yet another variable: JRE 1.4 + Signed + Javascript + components descended from JApplet content pane.
    And yes, signed or unsigned DOES seem to make a difference. Don't ask me to explain why, but I have run this little applet through quite a few single variable tests (change one variable and see what happens). The same JAR that can't receive keyboard events when signed, works just fine unsigned. Trust me, I'm just as baffled as you are.

  • Which part of the machine is related to the keyboard flex problem ?

    Mine is T420s
    And I got a keyboard flex problem.
    Actually which part is related to this problem ?
    Isn't it inclusive to fix this problem in the warranty ?
    thx

    Mine doesn't exhibit any keyboard flex and I don't think it's a common issue with T420s; anyway:
    http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T420s-Keyboard-Flex/td-p/454851/highlight/t...
    http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/t420s-keyboard-flex/m-p/755255/highlight/tr...
    T420s i5-2520M HD3000 480GB Crucial M500 SSD 8GB RAM Ericsson F5521gw
    T430 i5-3210M HD4000/NVIDIA 5400M 512GB Crucial MX100 SSD 12GB RAM Ericsson H5321gw

  • (foreign) keyboard mapping problems

    Many people, myself included, have voiced problems with keyboard mappings since updating to Leopard. It appears to particularly afflict people with non-US keyboards, but I may be wrong.
    Does anybody out there have a generic fix? Manually modifying the keyboard map as the Latvians did seems to address (some of) the symptoms, not the underlying problem. Accordingly, it doesn't appear to be a general fix, as reported here:
    http://m10lmac.blogspot.com/2007/10/fixing-leopards-latvian-keyboard.html
    Here are some of the other posts I saw/wrote that make me think this is a SIGNIFICANT PROBLEM IN LEOPARD:
    http://discussions.apple.com/thread.jspa?messageID=5794935&#5794935
    http://discussions.apple.com/thread.jspa?messageID=5644709&#5644709
    http://discussions.apple.com/message.jspa?messageID=5688731#5688731
    http://discussions.apple.com/thread.jspa?messageID=5854794
    http://discussions.apple.com/thread.jspa?messageID=5788789

    Does anybody out there have a generic fix?
    There is no generic fix because the problems are unrelated, except to the extent they represent goofs in creating certain files and failure to find these before release.
    The Latvian keyboard issue is caused by errors in a particular .keylayout file. I don't know of any other similar layout with the same problem (In Tiger it was Macedonian and Romanian which had such errors). The Hanin Chinese IM problem is caused by errors in a couple of files particular to it -- all the other Chinese input systems have correct mappings. The X11 keyboard mapping problem concerns a different part of OS X than the others. The issues of QWERTY/AZERTY/QWERTZ in Chinese input were present in a different fashion in Tiger and earlier and many people have switched to a different IM called QIM to solve it. Having a dead Apple key is not related to ordinary character mapping issues.
    Your own issue with ViaVoice is not totally clear to me, will try to respond in that thread.

  • TS2570 Keyboard keys problems

    Keyboard characters u,j, and 7 are not working..

    Try another keyboard or this one one another computer. W/o details on keyboard, connection type, or computer, impossible to offer anything else. BTW, replacement keyboards are under $60 USD.

  • Feature Request: Support pasting text as a stream of keyboard characters

    Please support pasting text as a stream of keyboard characters from a menu click rather than just relying on the remote server clipboard integration.
    Often I'm in a situation where the remote desktop integration with the clipboard is disabled. E.g. password change screens. I use a local password manager to create and maintain passwords. These are often ridiculously complex to type. Sometimes they need
    to be sent over the wire as characters rather than as a clipboard transfer message. This client doesn't allow this to work and makes it painful to remain secure.
    Please make this less painful.

    Hi Josh,
    Thanks for your feedback. But can you let us know which version of MRD client you are using on which device as to clarify and research more regarding your case.
    Thanks for your understanding and Support!
    Regards.
    Dharmesh Solanki
    TechNet Community Support

  • Potential keyboard hardware problem T410

    Dear all,
    since yesterday I have been experiencing a problem with my T410, which is potentially due to
    a hardware issue with the keyboard.
    A few specific keys are not working anymore. These seem to be the Power On key, the Fn key,
    the Alt Gr key, and the ThinkVantage key.
    I am assuming it is a keyboard hardware problem, since I cannot use the Power On button to
    start the laptop. Fortunately, this is possible using the fingerprint reader start-up.
    When the laptop is running (using Windows 7) everything is working fine, except the mentioned
    buttons. I cannot access any Fn button functions (e.g. the reading lamp) or Alt Gr symbols (e.g.
    the @ symbol which is on my keyboard on the 2 button) or power down with the Power button.
    I tried various easy fixes:
    * Making sure all drivers are up to date
    * Remove and reattach the keyboard
    * Static discharge procedure (unplug all power, 10 presses and 30 sec holding of power button)
    * Checking Bios settings
    * Replace battery
    Unfortunately, these did not change the situation.
    I am wondering if the simultaneous malfunctioning of these specific buttons points to a certain
    hardware problem. I hope a replacement of the keyboard might solve this, but it could be an
    issue with the motherboard.
    Any hints would be welcome.
    Thank you,
    MH
    Solved!
    Go to Solution.

    Dear all,
    thank you for your suggestions. Unfortunately, it was not the keyboard. It appears to
    be a more serious problem. In fact, since yesterday the laptop does not boot correctly
    anymore. The boot process is started, but I only end up with a black screen, and some
    randomly colored first few lines at the top of the display.
    It all points to a major malfunction. Unfortunately, the warranty expired 3 months ago...
    Regards,
    mh

  • Any progress on the ACR 7.3+ Bridge repeat thumbnail extraction problem?

    Any progress on the ACR 7.3+ Bridge repeat thumbnail extraction problem?
    It was very good news that the cropped lens-correction repeat extraction bug was fixed in 8.2, but this newer problem, surfacing in the ACR 7.3 update (and still present in 8.2), is causing a bigger headache than the older bug for some users of Bridge.
    Unfortunately, I have been unable to identify a trigger for the condition, which is proving very difficult to recreate reliably, other than it very definitely being introduced with ACR 7.3. Adobe's Steve G told the Bridge forum that the 7.3+ problem had been recreated by Adobe, and was being investigated along with the other (now solved) problem. Has any progress been made? Or is it still a mystery?

    Been there, done that:
    http://feedback.photoshop.com/photoshop_family/topics/unneccesary_bridge_thumbnail_and_pre view_extraction
    They know about it, they just don't know how to recreate it.
    Best thing we can do is reliably recreate the fault. My workaround is to only enable Lens Profile Corrections when necessary, as it is a combination of that and some other factor(s) which seems to trigger it.
    If you read all the discussions, you'll see that there are two bugs which produce the same symptoms. One introduced in probably ACR 6.1, whichg was fixed in 8.2; and the other was introduced in 7.3 and is ongoing.

  • Problem: Sometimes continuously repeating keyboard input in Terminal or TextEdit

    Hello, I got a problem after upgrading to Lion. When I type something into for example the Terminal app (or iTerm2) or into text editors like TextEdit, TextMate or MacVim all of a sudden the system keeps repeating the last key press.
    For example I am pressing "g" and and the system keeps repeating this key and entering "ggggggggggggggggggggggggg..." and so on.
    This can happen with any key, for example cursor up / down, enter or backspace.
    I am using a 2008 MacBook Pro and an external USB Apple Keyboard (Layout: English / International) and Lion 10.7.4. So far these problems have only occured when I am typing on the external USB keyboard and not the build in keyboard.

    Looks like this is the same problem:
    https://discussions.apple.com/message/11412601#11412601
    And I just tried what I read here: https://discussions.apple.com/message/15042907#15042907
    Resetting all keyboard shortcuts to default so far has helped greatly. The only place where I was able to reproduce this problem now was in TextMate when I am pressing and holding cursor left or right.
    And maybe I am imagining things, but scrolling and text input feels a little smoother now.

  • Sudden Keyboard Error - problem repeats on different Macs over time

    It happened again (see below). To get a capital "M," I now have to use
    the Caps Lock key, otherwise Shift-m launches TextEdit. This problem has
    happened on various Macs and it is now happening on a Mactel. When I
    have brought up this problem in Apple Discussions or on Mac mail lists,
    no one else is really aware of the problem.
    The keyboard is of course brand new. When I switch to a different user,
    no problem. When I switch to a different language keyboard the same key
    causes the problem. The people at CopyPaste say they aren't aware that
    CP causes any such problem (some have speculated it did). I haven't
    created any new keyboard shortcuts. I repaired permissions and ran all
    maintenance and no benefit.
    **Maybe, if I delete the preference that controls keyboard shortcuts,
    that would solve the problem. Does anyone know which preference that is?**
    In the past, I have cloned back from a FWHD, but I hadn't cloned this
    drive yet -- the iMac arrived Monday. I guess I will save any new files
    I created to my G5 iMac, reinstall all software that came with the machine and use that wonderful migration function to transfer over again from the G5.
    Tom Miller
    Sent Sept. 12, 2005
    Last night my iMac G5 (10.4.2) came down with the same type of problem I
    have had several times before but never figured out. This time the
    ")" (shift 0) brought Safari to the front instead of placing a ")" in
    any app I was using. Logging on as a different user and the keyboard
    worked normally. I have never made any changes to Keyboard Shortcuts.
    Fortunately, I had cloned my HD to a FW drive, so after I updated a
    couple of things I cloned it back (SuperDuper) and even erased the
    iMac's HD first so I guess it is defragged now.
    Below is message I sent last November to the list:
    Three times this year I have had Macs with the following problem. I
    always have had the latest version of the OS.
    Suddenly, when I use the Shift key, I can't get one capital letter
    unless I use the Caps Lock key. First, on my QS DP 800, I had the
    problem with the B. I created a new user and no problem. Whatever
    application I was in, Shift b brought up GraphicConverter, but no
    Keyboard Shortcut had been created for this. Start from a different HD
    and no problem. I erased the HD and sold the computer.
    Next, my AlBook 12 did the same thing with the Shift k. I don't remember
    what application application came up when I did a Shift k, but if I
    wanted a capital k, I had to use the Caps Lock key. I had a cloned
    version of the HD so cloning it back solved the problem.
    Today, my G5 iMac started doing the same thing with Shift c. No matter
    what application, Shift c brought CopyPaste to the front. Again, the
    Caps Lock key is what I had to use if I wanted a capital C. I had a
    cloned version of this HD and I cloned it back so all is okay now.
    What could be causing this? I posted messages on Apple Discussions and
    the most reasonable response was that older versions of CopyPaste or
    Synergy could be the problem. I don't have Synergy and have always had
    the latest version of CopyPaste. I posted a message at CopyPaste about
    this today.
    If there's a preference for Keyboard Shortcuts, maybe trashing that
    would help, but I don't see one.

    to be honest these are the solutions that may or may not work..
    first thing I would try is rebooting the phone by holding the sleep/wake button and home button for 15 seconds until you see the white apple logo
    if that doesn't work I would restore from backup and if that doesn't work I would restore as new if all else fails take it to your closest apple store they may replace the phone for a working one..

  • Keyboard Layout Problem in Bootcamp Using Windows 7

    Both OSX, bootcamp and Windows 7 are the latest versions and all up to date and I have had this problem ever since I first started using Windows 7. Everything has worked smoothly and without problems except for my keyboard. No matter what program I am in when using windows 7 certian keys do not work as intended. All of the letters and numbers work as intended but things like the question mark key type this like É instead.
    Question mark =É
    Greater than symbol= '
    Less than symbol = "
    The bracket keys = ¨Çç
    backslash = à
    forward slash = É
    Quotation mark = È
    My question would be is this something that always happens in bootcamp Windows 7 that just needs to be changed or is it out of the ordinary for the characters to be bound to keys incorrrectly like this.

    You prob do not have the drivers installed. Takes a separate disc sometimes. There is a box to check during the partitioning and installation which has to do with downloading the latest drivers. You gotta do that to make much of anything work. If nothing else, go to an Apple reseller in your area or Apple Store if you are so lucky, and get some help. Is not the easiest thing to get all that set up correctly, but it does work well if you got the drivers installed. I have an aviation site which is not yet Mac compatible, so also do the Bootcamp thing with Windows, in order to do my thing on Jeppesen. Hang in there and get some help if you need.

Maybe you are looking for

  • Error while configuring second instance of OIF

    Hi, i am installing OIF in dev environment in clusterred mode. I was able to create one instance successfully, but whille creating second i am getting error. The parameters of im_config_only.rsp are as below: [ENGINE] #DO NOT CHANGE THIS. Response Fi

  • Why are my email attachments showing as being attached but the recipient does not get an attachment?

    I currently use the Mail program on my MacBook Pro and am having issues with email attachments. I have read through a few forums and I seem to be doing everything correctly but I am still having problems. I have 3 different email accounts that I have

  • Can't Attach Files, Please Help

    I tried to attach some screen shots, I hit browse, click my doc, hit open, shows up C:\Users\Derek\Documents\Multisim 12 Screen Shots\Screen Shots.docx in the Attachments box. hit post. It disappears from the Att. box. If I hit post again it will jus

  • Business system * is not assigned to a business system group

    I am running XI3.0 (SP12), Oracle 9.2.0.6 on a Windows 2003 Cluster Server. I am trying to import some config from the Integration Directory from Dev into QA but I am getting the following error: <b>IMPORT XI 3.0 Design Objects Business system XIT is

  • REINSTALLER PHOTOSHOP ELEMENTS NOUVEL ORDI

    Hello I bought adobe premiere and photoshop elements 10 early this year and opted for the download version. I changed computers. How do I reinstall it on my new computer. I already did the Transfer of Application from Macbook to new Macbook, but it's