Help Broken keyboard key!

Ok,
My Aunt gave me her fairly unused apple ibook 14-inch G4 laptop. And the only problem with it is that the TAB key has broken off and i cant click it back in. If you have any ideas on how either I could possible repair it at my house, or where i can get a single key to buy online or at a store that would be great. Please help!!
Thanks.

You can get individual keys here.
http://www.pbparts.com/
John

Similar Messages

  • W520 has one broken keyboard key. Where to fix?

    W520 has one broken keyboard key. Where to fix? It's been bothering my OCD a lot. Also, my lenovo laptop is still under warranty. Would I be able to get it fix for free?
    Thanks!
    Solved!
    Go to Solution.

    Good day and welcome to the community.
    As you mention you're still under warranty, I would recommend that you call Service (info below) to discuss the issue.
    Regards.
    United States
    THINK-branded products
    English
    1-800-426-7378 
    24 hours a day 7 days/week
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • Broken keyboard key

    Hi,
    one of my keys has broken off my keyboard and will not go back on, would it be covered under warrenty, where do I need to take it to get it fixed I bought the laptop from Argos.
    Also its very slow when I'm on the internet an I have full signal with Orange.
    Thanks,
    Sadie

    What you can try is to contact Toshiba service provider directly and ask for help.
    I dont know where do you live but all addresses and phone numbers you can find on http://eu.computers.toshiba-europe.com > Support & Downloads > Find an ASP

  • Adobe Reader crashes during reading pdf whenever I use keyboard keys, like ctrl f or keyboard arrows.pls help

    I cannot normally read pdfs because it always crashes whenever I use any keyboard keys. Please help!

    wow, it works like a charm now! thank you SO much for your help! it was soooo annoying as you can only imagine

  • Lennovo g50-80 keyboard key broken

    Hi, my 2 month old lennovo machine just broke one of its keyboard keys, specifically the 'V' key. this is not due to any unusual usage, or any physical trauma to the laptop, it just popped off today. All my attempts to put it back on have failed. This is very frustrating, as this is almost a brand new laptop. Is the repair covered under my warranty?

    Hi Adellone92,
    Welcome to the Forums  
    As per the query we understood that you are facing issue with keyboard in your Lenovo G50-80 laptop.
    If the system is covered under ADP (accidental damage protection) then this issue will be covered, if there is no ADP then it will be on chargeable basis. Please visit the nearest authorized service centre.
    Click here to open a link where you can select the country and get the exact contact support number. I’m sure they will be a great help.      
    Best regards,                                                                                                                              
    Ashwin. S

  • I need to clean my keyboard keys because they are stickey can anyone help me

    my keyboard keys are sticky and i dont know how to clean them can anyone helpme

    Mercedes 13,
    what sort of sticky substance is on your keys?

  • Why can't I get a replacement keyboard key from Apple?

    Rant version
    I was delivered a new 15 inch Macbook Pro with Retina screen with a broken 'V' key (literally, just the black plastic panel has a small broken clasp). I was unable to get a genius bar appointment anywhere within London Zone 1-2, Regent St, Stratford and Covent Garden all just tell me there are no appointments available. I called the Apple store in Stratford City to see if they could order a new 'V' key to the store so I could pick it up and click it on. They suggested I call Apple customer services as they wouldn't be able to help me unless I booked a Genius bar appointment, and obviously they had none. I was informed that I would have to send the entire machine away for at least 5 working days and then wait for a replacement to be shipped out. This is a total P.I.T.A as I have already started important projects on this machine.
    I managed to book a Genuis Bar appointment in Bromley (30 minutes drive from my house) and called to see if it would be possible for them to order the part in and fit it on the day, during my appointment. They said I would have to come in, just to show them the machine, and then they could order the part using my serial number. I asked why I couldn't just give them my serial number and come in when the part was delivered. They said that the telephone operator at the store could not make any sort of contact with the genius bar, regardless of the fact they are in the same building.
    I'd like to point out that everyone I have spoken to have been extremely nice, and understood my frustration, they just haven't been able to do anything that goes outside of their very limited protocol.I find it unacceptable that a company as powerful as Apple, are unable to post a keyboard key to a customer.
    As a computer enthusiast, this is the easiest and most simple problem I have ever had with a machine. It has also been the most common-sense defying process I have ever had the misfortune of being a part of. If it were up to me I would just pay the £3 for a replacement online, but Apple have changed the positions of the clasps from the unibody model by about a few microns, and I don't feel like waiting until someone decides to scrap a new RMBP.
    I don't mind if Apple don't want me to do the repair myself, that I may need to go through the enigmatic ritual of the genius bar to get this done (heaven forbid anyone but a Genius click the 'V' key on). I don't even mind if it takes a couple of weeks for the part to get there, I just want a replacement key, stuck on this laptop, without wiping the entire machine or sending it away for a week.
    Short version:
    If anyone knows where I can get a replacement 'v' key for the new 15inch Retina Macbook Pro then I'll love you forever.

    Yes it is sad but true I think. I EZprint to do my pano's and they turn out excellent. Give them a try.
    http://ezprints.com/Prints/panoramas/default.aspx
    Hope this helps.
    Tom
    desertdreamingphotography.com

  • Events to detect change in physical keyboard key state

    I would like my application to respond in one way to a keyboard key being pressed, and then another way to the key being released. That is, I want my application to be able to reflect the actual physical state of the keyboard key.
    The obvious use of the (several) Java API's for keyboard events rapidly fires repeated KEY_PRESSED and KEY_RELEASED events if the key is held down for any time. This unfortunately obscures the actual state of the physical key (how do you know which was the last KEY_RELEASED?)
    Is it possible to turn off the key repeat feature, just for component, say?
    This would seem to be an obvious thing to do, but I can't find sample code anywhere. The code I find in the Sun Java API manuals all shows the above problem with key repetition.
    I would be also pleased to know that the solution of this problem is well known, on some FAQ or something, but I have looked through several FAQ's and searched this formum and have found nothing that helps. Also, I have had the misfortune of having to build messy and non-robust solutions for the equivalent problem in other development environments. I hope it is already there somewhere in Java and I'm just missing it.
    Thanks!

    "If two subsequent KEY_RELEASED and KEY_PRESSED
    events have the same
    timestamp, they are caused by autorepeat"
    This sounds good. But unfortunately the repeated
    KEY_RELEASED and KEY_PRESSED caused by key autorepeat
    on my system (Linux, java 1.5.0_09) have
    timestamps that increase with each repetition.I think this means only that the pair of pressed/release events have the
    same timestamp, not that every such pair has the same timestamp.
    That is, if you have the sequence PRESS,RELEASE,PRESS,RELEASE,
    the first two would have the same timestamp, and then the second two
    would have the same timestamp, but different than the first. Regardless,
    I found that also to not be the case; the PRESS and RELEASE did not have
    the same timestamp even between pairs.
    That said, this seems to work on both Windows and Linux, with the caveat
    that releases may lag.
    import java.awt.event.*;
    import java.util.HashMap;
    import java.util.Map;
    import javax.swing.*;
    public class LinuxKeyTest extends JPanel implements KeyListener {
         int delay = 750; // Must be > than your 500ms start delay.
         int delayRepeat = 75; // Must be greater than keyboard repeat interval.
         Map timers = new HashMap();
         int m_keyCode = -1;
         public static void main( String[] args ) {
              Runnable doRun = new Runnable() {
                   public void run() {
                        new LinuxKeyTest();
              SwingUtilities.invokeLater( doRun );
         public LinuxKeyTest() {
              JPanel panel = new JPanel();
              panel.setFocusable( true );
              panel.requestFocusInWindow();
              panel.addKeyListener( this );
              JFrame f = new JFrame();
              f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              f.getContentPane().add( panel );
              f.setSize( 200, 100 );
              f.setLocation( 200, 200 );
              f.setVisible( true );
         public void keyPressed( KeyEvent e ) {
              int keyCode = e.getKeyCode();
              m_keyCode = keyCode;
              Integer timerKey = new Integer( keyCode );
              Timer timer = (Timer) timers.get( timerKey );
              if ( timer == null ) {
                   KeyTimeout keyTimeout = new KeyTimeout( timerKey, e.getWhen() );
                   timer = new Timer( delay, keyTimeout );
                   timers.put( timerKey, timer );
                   timer.start();
                   pressed( keyCode );
              } else {
                   ( (KeyTimeout) timer.getActionListeners()[0] ).setPressed( e.getWhen() );
                   timer.restart();
         public void keyReleased( KeyEvent e ) {
              int keyCode = e.getKeyCode();
              Integer timerKey = new Integer( keyCode );
              Timer timer = (Timer) timers.get( timerKey );
              if ( timer != null ) {
                   ( (KeyTimeout) timer.getActionListeners()[0] ).setReleased( e.getWhen() );
                   timer.setInitialDelay( delayRepeat );
                   m_keyCode = ( m_keyCode == keyCode ? -1 : keyCode );
              } else if ( m_keyCode != keyCode ) {
                   released( keyCode );
         public void keyTyped( KeyEvent e ) {
         public void pressed( int keyCode ) {          
              System.out.println( keyCode + " pressed" );
         public void released( int keyCode ) {
              System.out.println( keyCode + " released" );
         public class KeyTimeout implements ActionListener {
              private Integer timerKey;
              private int keyCode;
              private long firstPressed;
              private long pressed;
              private long released;
              public KeyTimeout( Integer key, long time ) {
                   this.timerKey = key;
                   this.keyCode = timerKey.intValue();
                   this.firstPressed = time;
                   this.pressed = time;
                   this.released = time;
              public void actionPerformed( ActionEvent e ) {
                   if ( released != firstPressed && released != pressed ) {
                        released( keyCode );
                        stop();
                   } else if ( m_keyCode != keyCode ) {
                        if ( m_keyCode == -1 ) {
                             released( keyCode );
                        stop();
              public void stop() {
                   Timer timer = (Timer) timers.get( timerKey );
                   timer.stop();
                   timers.remove( timerKey );
              public void setPressed( long time ) {
                   this.pressed = time;
              public void setReleased( long time ) {
                   this.released = time;
    }

  • Keyboard keys are not working

    Im on mac OS X 10.6.8 several keyboard keys are not working. For instance the at symbol is not working or question mark and random other punctuation keys. The problem started after running some code from terminal to trun off mouse acceleration and then installing a plug-in to control more accurately the mouse funtions. Ive since uninstalled the plug in and disabled the adjustment in terminal. Ive checked all the normal keyboard funcions to make sure settings were not funky. When I log out and log in as a differnt user the problem with the keyboard is fixed. Someone please help
    Code I ran
    defaults write .GlobalPreferences com.apple.mouse.scaling -1
    http://www.lockergnome.com/osx/2011/07/13/how-to-turn-off-mouse-acceleration-in- os-x/

    Hello lindzthecreator,
    I suggest this part of the article named One or more keys on the keyboard do not respond found here http://support.apple.com/kb/ts1381
    Some keys don't work as expected
    From the Apple menu, choose System Preferences.
    From the View menu, choose Speech.
    Click the Text to Speech tab.
    If "Speak selected text when the key is pressed" is enabled, the key or key combination set to speak text cannot be used for other purposes or used to type text--click Set Key and change it to a less-commonly used key combination (try to use modifier keys such as Shift, Command, Option, and Control). Or, disable the "Speak selected text when the key is pressed" option.
    Click the Universal Access pane in System Preferences, click the Keyboard tab.
    Make sure that Slow Keys is turned off. With Slow Keys on, you need to press a key for a longer period of time for it to be recognized.
    In the Universal Access pane, click the Mouse tab, and make sure Mouse Keys is turned off. With Mouse Keys enabled, you cannot use the Numeric Keypad to enter numbers--instead the keypad moves the pointer (cursor). (There is an option to enable Mouse Keys with five presses of the Option key; you may want to turn that option off to avoid accidentally enabling it.) If Mouse Keys is enabled and you are using a keyboard with no numeric keypad or Num Lock function, see Unable to type while Mouse Keys is enabled in Mac OS X.
    If the function keys on the top row of the keyboard are not working as expected, see Mac OS X: How to change the behavior of function keys.
    If the issue persists, use Keyboard Viewer to help isolate the issue:
    Click the Language & Text pane (Mac OS X v10.6) or International pane (Mac OS X v10.5.8 or earlier) in System Preferences.
    Click the Input Sources tab (or Input Menu tab in Mac OS X 10.5.8 or earlier).
    Click the Keyboard & Character Viewer "On" checkbox to select it (click the Keyboard Viewer "On" checkbox in Mac OS X 10.5.8 or earlier).
    From the Input (flag) menu, choose Show Keyboard Viewer.
    If the keyboard is connected and detected by Mac OS X, the keys you type will highlight in the Keyboard Viewer window. Open TextEdit (or any text application), and try to type something using the keys that were previously not responding to see if they highlight in Keyboard Viewer.
    Start from the Mac OS X Install Disc, choose Terminal from the Utilities menu and test the keys which were previously not working.  If the keys work while started from the Install disc, then the keyboard itself is working correctly.  Use Mac OS X: How to troubleshoot a software issue to isolate the software issue that may be causing the keys to not respond.
    All the very best,
    Sterling

  • Replacement Keyboard keys for Mac Book Pro 17in 2007

    I have just broken the tabs off the back of my f10 key of my macbook Pro 17 inch which I got in 2007, and was wondering is there anyway of getting a replacement key as i use f10 quite a lot in my work

    Just google your topic: "Replacement Keyboard keys for Mac Book Pro 17"

  • Map Thinkpad Mouse Buttons to Keyboard Key

    Peace all!
    Does anyone know of a way to map the thinkpad mouse buttons to a normal keyboard key? I am unable to identify any mappable keycode using xev. Is it hardwired or something?
    ButtonPress event, serial 34, synthetic NO, window 0x4600001,
        root 0x115, subw 0x0, time 3353217, (155,11), root:(901,337),
        state 0x0, button 1, same_screen YES
    ButtonRelease event, serial 34, synthetic NO, window 0x4600001,
        root 0x115, subw 0x0, time 3353326, (155,11), root:(901,337),
        state 0x100, button 1, same_screen YES
    What I've managed to do is the opposite; map a keyboard key to a mouse button.
    http://www.geocities.jp/fred_b_maciel/kbd/kbd-e.html
    Basically involves using the Accessibility X mouse controlling feature(usually using numpad keys); remapping those to other keys.
    Thanks in advance?

    http://wiki.archlinux.org/index.php/Map … o_keycodes
    I presume I have to use this?
    http://wiki.archlinux.org/index.php/Setkeycodes
    The only way to detect a scancode is with,
    dmesg|tail -10
    fact, any time we press a key which has a scancode but no keycode, the kernel suggests us to use just 'setkeycodes' to
    The problem is thinkpad's mouse buttons are already bound. Is there another way to find out?
    The "Using HAL" website is broken.
    Also, is there a way to determine if the keys are actually hardware bound? Some of the thinkpad's keys are eg. FN keys and maybe the mute/light keys. In that case, there's no point in continuing further.

  • Hi, iPak II user.  Two keyboard keys won't work, and the picture goes haywire sometimes, flashing itself, bak to old stuff, typing in the safari line, all this going on vey fast.   Any fixes out there?

    Hi, iPak II user.  Two keyboard keys won't work, and the picture goes haywire sometimes, flashing itself, bak to old stuff, typing in the safari line, all this going on vey fast.   Any fixes out there?

    Sounds like it could be a hardware problem.
    Try a restart or reset to see if that helps. If not, contact Apple Support.
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

  • Firefox is Hanging (not full crashing) every time I press a keyboard key.. can't type URLs, can't scroll. Problem started this week and remains reproducible sadly.

    Firefox hangs (freezes) when I press keyboard keys on my laptop (and only then).
    Can't type URLs or scroll with the keyboard, for instance. Hence why this is being typed up on Internet Explorer. The problem is that my version of IE isn't registering Flash and/or Java as being fully active and up to date and I use Firefox more often.
    This problem only appeared this week but now occurs every time; and has persisted after uninstalling and reinstalling (personal options uninstalled).
    Firefox version most recent 3.6 iteration; 3.6.13
    HP G62 Notebook PC with 2GB RamDDR2 and Athlon AMD II P320 Dual Core Processor;
    System running Windows 7 Home Edition 64 bit
    I can't even copy and paste because Ctrl+C is a keypress!
    Please help me?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Pavilion 15-b142dx Some Keyboard keys not working

    A friend gave me their Pavilion 15-b142dx  sleekbook, apparently AFTER they spilled some type of liquid in it. I was able to revive the computer, however, there is still a problem with the keyboard.  When the keyboard is installed in the laptop, several of the keys do not work. However, when I take it out (and suspend it with some plastic) it works fine.  I have disconnected the ribbon cable, and taken some alcohol to clean up the area. I have also been able to run the HP diagnostics on bootup, both short and extended versions, and they come back ok.  Additionally, I connected an external keyboard and it worked fine. I have searched the forum for this type of question and didn't see it. Has anyone else had this problem, or am I looking at replacing the keyboard?
    I currently am running windows 8.1. I do not get any error messages, but I did notice HP does not include a keyboard key test in its diagnostics.
    This question was solved.
    View Solution.

    Hi there @MrKen99 
    Welcome to the HP Support Forums!
    I understand that some of your keys are not working, after some liquid decided to pay an unwanted visit to the board. I am happy to assist you with this.
    In my sordid past I have seen some really messed up keyboards, due to similar things, coffee, cola, water, whatever. My most memorable was someone who brought me a computer that was used in a kitchen and was close to a deep fat fryer, and the keyboard was not only coated with oil and grease but a build up of fuzzy dust all throughout the keyboard. In that case I recommended a replacement as the cost to clean it was more expensive than a new one.
    Anyway, it sounds as if you have already tried to clean it, but if you did not pop off the offending/non-working keys, the contacts could be "tacky". Make note of the keys that are having the problem and treat them individually. This document shows how to remove and replace keys from a standard notebook keyboard.
    Notebook Keyboard Troubleshooting (Windows 8)
    If you do not have any success doing that then, I would look at either replacing the keyboard, or using an external keyboard. If you choose a replacement you can look at the service manual for it, and it will list the supported parts.
    HP Pavilion TouchSmart Sleekbook 15 and HP Pavilion 15 Sleekbook Maintenance and Service Guide
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • HP 650 NOTEBOOK PC SOME KEYBOARD KEYS NOT WORKING

    HELLO, I HAVE A PROBLEM WITH MY KEYBOARD KEYS.
    SOME OF THEM DONT WORK, SO  I THOUGHT IT WAS THE KEYBOARDs PROBLEM
    SO I JUST BOUGHT A NEW KEYBOARD  PART. I TOOK OF THE OLD AND INSTALLED THE
    NEW ONE...STILL THE SAME KEYBOARD KEYS  WONT WORK. PLEASE HELP ME...
    THANX, N.
    This question was solved.
    View Solution.

    Hi lialou,
    I got your message about the new keyboard failing.  I would recommend doing a full System Recovery to see if that restores the function back to those keys.  Make sure that you back up your data beforehand.
    Performing an HP System Recovery (Windows 7)
    Performing an HP System Recovery (Windows 8)
    If that doesn't work it could be an issue with the connecting cables and you should give us  a call regarding repair options.  You can reach HP Total Care at 1-800-474-6836 in North America or start here if you live outside of North America.
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

Maybe you are looking for

  • MP3 and CD eject problems

    I've started using logic express for a sound design class and have come up on some sticky problems. #1 Mp3's won't import (I've posted this previously) The audio window sees the mp3's, plays them, but won't convert and put them in the project folder.

  • How to integrate multiple applications for single project as single appl

    Hi, I'm struggling to find out about that how to combine all the applications developed by my team members. We all created each application having many pages, how to combine all this pages to create as a single appl. Can anyone please tell me how to

  • Search help: default value for 'Maximum no of hits'

    Hello, I have a request from a user to change the default value for maximum number of hits in the search help. Any quick hint? Regards, Michal

  • EXIT_SAPLEBND_002 problem

    Hi All, I have activated the exit EXIT_SAPLEBND_002. Whenever i open ME22N then it goes into the exit but when i save it its not processing that exit. What could be the problem I'm facing. varun

  • Apple Remote Desktop 'copy items' slow

    HI, I have a MacBook Air running 10.8.x. It has an Apple USB ethernet adapter and is connected to a Cisco gigabit switch, If I use ARD to send a 4Mb file to the laptop using Copy Items... the process takes 25 seconds. If I drag-and-drop the same 4Mb