Is there a way to clean sticky keys on keyboard after liquid splash?

Recently some wine splashed on my keyboard and now about 50% of the keys are sticky.  Is is possible to clean the keyboard or am I in the market for a replacement?
Thanks for any help.

A spill is sometimes hard to clean up. But this article is very complete in its scope > Clean your Apple products - Apple Support - ÇÇÇ

Similar Messages

  • Is there a way to activate "sticky Keys" or a delayed response feature on iPad 2?

    Is there a way to activate "sticky keys" or a delayed response feature on iPad 2?  I am using it as an AAC device with a child I work with and they are tapping the icon repeatedly, I am looking to slow this response time down to .5 second delay.

    No, not at this time.

  • Is there a way to clean the keys?

    Hey guys, I accidentally spilt some OJ on my Powerbook, while it was closed, but somehow a couple of my keys must have got a little bit of the juice on them, and a couple of them are now sticking a little. They still work, but I can tell that they are not punching in as normal as the others. Is there a way to pop a key off to clean them underneath??
    Thanks for your help in advance!

    Welcome to the discussions, drewser.
    Popping a key off a PowerBook keyboard is a scary affair. The plastic tabs that hold them is place are very delicate, and the keys themselves bend slightly because they are so thin. Do it with great caution!
    Here's how the keyboard removal guide at PB FixIt describe the process:
    This is scary - take a deep breath before continuing. Place your index finger under the upper left corner of the key and lift up until you hear a click. Then, transfer your finger to the left edge of the key and lift up to pull the key off.
    You're freeing the two tabs on the left of the key from the two small holes in the plastic scissors mechanism.
    When replacing the keys in the keyboard, place the key directly over the slot where it will go and press down until you hear the key click into place.
    I've only ever done it a couple of times myself. nothing broke, but it wasn't fun.

  • Is there a way to detect two keys at the same time?

    Is there a way to detect the keys if the user is holding two keys down at the same time?

    yes, but you'll have to check outside of the event loop (i.e. don't check for it in the keyPressed method).
    just use an array of keys that keeps track of which keys are currently down and which are up. you could use a boolean array but I use an int array because... Im not sure I've just done it probably because of my C background. anyway, basic setup:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class MultiKey extends JFrame {
         int keys[];
         public MultiKey() {
              super();
              keys = new int[256];
              Arrays.fill(keys,0); // 0 = key is up
              enableEvents(AWTEvent.KEY_EVENT_MASK);
              show();
         public void processKeyEvent(KeyEvent e) {
              // the 0xff below binds the key code to below 256
              int key = (e.getKeyCode()&0xff);
              if (e.getID() == KeyEvent.KEY_PRESSED) {
                   keys[key] = 1; // 1 = key is down
              else if (e.getID() == KeyEvent.KEY_RELEASED) {
                   keys[key] = 0; // 0 = key is up
         protected boolean isKeyDown(int key) {
              return (keys[key] != 0);
         protected boolean isKeyUp(int key) {
              return (keys[key] == 0);
    }so now at any time in your code you can check key state by using the isKeyUp and isKeyDown methods. this is about as close as you get to input polling in java unless you use LWJGL or something similiar ;)
    you can try out a full executable example at my site here - just open up the jar and start holding keys down :)

  • __ Is there a way to adjust the key commands for switching channels in curves?

    __ Is there a way to adjust the key commands for switching channels in curves?
    By that I mean <command> + 1 for cyan, <command> + 2 for magenta etc. like Photoshop CS3 rather than <option> + 3 for cyan etc.
    There's gotta be a way under Edit --> Keyboard Shortcuts - but I can't find it!
    Thanks,
    Hugh

    Hi,
    You can find the CS4 plug-in here:
    http://blogs.adobe.com/jnack/files/Use_Old_Shortcuts.zip
    It's inline in tis post with some more background info:
    http://blogs.adobe.com/jnack/2010/05/use_legacy_shortcuts_option_in_cs5.html
    regards,
    steve

  • Is there a way to change the key photo on iPhoto Faces?

    Hi
    The picture on the corkboard for each person appears to be the first photo you identify for that person.
    Is there any way to change the key photo, like you can do with Events?
    Thanks
    Dave

    Thanks very much!
    I hadn't realised you can do that on Events, I have always right clicked on it and brought up the option to Change key Photo. That doesn't work the same way n Faces, so thanks for the Space Bar trick.
    All the best
    Dave

  • Our desktop is really slowing down. Is there a way to "clean" it up or do we need to buy some sort of software?

    Our desktop is really slowing down.  Is there a way to "clean" it up or do we need to buy some sort of software?

    ldhiatt wrote:
    ... do we need to buy some sort of software?
    No.
    3rd Party  Cleanup type Utilities usually cause more problems than they claim to cure... and should be avoided.
    ldhiatt wrote:
    Our desktop is really slowing down.
    Have a look here...
    macworld.com/mac-troubleshooting-what-to-do-when-your -computer-is-too-slow.
    Basically... Make sure you have enough Free Hard Drive space for your Mac to Perform as expected...
    More Info Here...
    Thomas A Reed  >  http://www.thesafemac.com/mpg/

  • Is there a way to clean the javascript cache of files in layouts folder?

    Is there a way to clean the javascript cache of files in layouts folder?
    If I deploy a new version of the solution after some changes in javascript file which is deployed to the layouts folder the old version is used. The only fix I have found so far is to change the URL of the javascript file with some fake querystring like
    "?v=2". But this requires another deployment. So I am asking for an alternative approach.

    hi Nikolay,
    there is no clean solution for your problem. Browsers cache files by url, you can avoid caching appending in query string unique value per deployment. For example
    _layouts/my_js_file.js?v=<current date> - will be refreshed from cache when day changes
    _layouts/my_js_file.js?v=<GUID> - if guid is generated on every request, this file should never cache
    _layouts/my_js_file.js?v=<product version> - more preferable solution, browser will update cache on every new version that was deployed
    Actually, ScriptLink should take care about this, internally it has a method that appends unique id into query string based on js file content, if content changed, hash is also changed and new unique id is generated.
    Check Below link for more information
    http://sharepoint.stackexchange.com/questions/57874/how-to-avoid-caching-issue-when-using-custom-javascript-and-css-deployed-under
    You can also check this link
    http://www.sharepointnutsandbolts.com/2011/11/avoiding-bugs-from-cached-javascript.html
    Please mark the Answer and Vote if it will help to resolved your issue

  • My iPad is hacked. Since a few weeks, every time i try to install a new app there is an phishing attempt. Forcing me to put in some "security questions". Is there any way to clean my iPad and to protect it better than vanilla ios?

    My iPad is hacked. Since a few weeks, every time i try to install a new app there is an phishing attempt. Forcing me to put in some "security questions". Is there any way to clean my iPad and to protect it better than vanilla ios?

    Thanks fore the hint. Are you shure it´s from apple?
    This popup is not a normal behavior and I can´t see if it comes from apple.
    The is no  hint on apple.com that its save and a wanted behavior.
    Is it true that I have to put in 8 strings everytime I update an app?
    my ID + PW
    and question 1 - 3 + PW?

  • Hi, I just started a new movie and the program is running very slow. Is there a way to clean up my iMovie program so that it goes faster? Please help.

    Hi, I just started a new movie and the program is running very slow. Is there a way to clean up my iMovie program so that it goes faster? Please help.

    There is nothing you can do with iMovie program itself.  Slow response in usually due to a shortage of system resources (CPU, RAM and disk space).
    How much free disk space do you have on your boot drive and what is the capacity of the drive?
    You can check memory utilization while running iMovie using Activity Monitor (in Applications/Utilities).  What does the Memory tab show for Swap used?
    Are you running many other processor-intensive applications a the same time?
    If you have a lot of events and projects, it will help a bit to hide the ones you are not using by moving them from your iMovie Projects and iMovie Events folders into an enclosing folder so iMovie doesn't load them.
    Geoff.

  • Hello.  I am using Breeze text editor on my macbook.  To exit the editor I need to use "keypad 8".  Is there a way to map this to the keyboard or a series of shortcut keys?

    Hello.  I am using Breeze text editor on my macbook.  To exit the editor I need to use "keypad 8".  Is there a way to map this to the keyboard or a series of shortcut keys?

    I have found the solution for myself for the above.  I use a specific scripting program which is accessed by Control A. To pause it, you need to use Control B. not sure if this would work for any other application but it resolves my dilemma after hours of trying!

  • I have just put a screen protector on my iphone 4 and where there was something on the film it seems to have eaten into the screen. is there a way to clean these marks off

    Help,
    i have just put a screen protector on my iphone 4 and where there was something on the film it seems to have eaten into the screen. is there a way to clean these marks off?

    I wouldn't worry.  Assuming you haven't hacked the phone you cannot have installed any viruses or spyware just by clicking a link in an email.  Sounds like the page you accessed could not be read on the phone anyway, or it was just a dead link.

  • Is there a way to clean iBooks Purchased history?

    Hello,
    Is there a way to clean iBooks Purchased history?
    I had two books that I removed from the library, but they show up in the purchased history.
    Thanks

    You can't permanently delete any item from your purchase history, but you should be able to hide them from Purchased linksvia your computer's iTunes : http://support.apple.com/kb/HT4919

  • What is the best way to clean a white Apple keyboard?

    What is the best way to clean a white Apple keyboard?

    Take the batteries out if applicable, and use a very slightly damped lint-free cloth. Be very careful not to get any actual liquid into it. A brush would also be useful for cleaning between the keys: if you want to get fancy you can buy mini-vacuum cleaners for this, such as this one.

  • Is there a way to create an action or keyboard shortcut to set Crop tool to the front window size?

    Is there any way to create an action or keyboard shortcut to set the Crop tool to the front window size in Photoshop CS6?
    I find that I use that several times a day. I got used to it being the top choice in the Crop tool presets menu.
    Thanks.

    It depends on whether you have the cloud version or perpetual license version.
    For the cloud version press  I (eye)
    For the perpectual version press  F

Maybe you are looking for

  • How to use CALL METHOD

    Hi Xperts, how To CAll Methods In SE38. isit just like calling function module . Can any one guide me through the process with small example and TCODE. Thank You in Advance.

  • Installation of the patch 127576-03 for solaris 10 8/07 for Netra T2000

    I am new in Solaris/Unix systems. I need to install a new patch for solaris 10 8/07, which is the 127576-03. I want to read the install information and I have seen in this website, where I downloaded the patch, that the install information is held in

  • SSLCertificateException: InvalidResponseCodeException (401) Unauthorized

    Hi all I am working on a scenario that involves digital signatures in interactive forms. I have followed this[ link |http://help.sap.com/saphelp_nw70/helpdata/EN/90/71d273fa724cc9bb644ab00405e6f8/frameset.htm] to do Adobe Document Services Configurat

  • Pre-configured Solution for Small And Medium Downstream Co's for Oil & Gas

    Hello Experts, Pl advise if we have Pre-configured Solution for Small And Medium Downstream Co's for Oil & Gas.? Any link or material for reading, please let me know. Background - We are working on the scope to finalise processes for Small And Medium

  • Range Partitioning Existing table

    Hi, I have a table with numeric field. I want to range partition the existing table. I used the following query alter table dept add partition by range(deptno) ( partition p1 values less than (20), partition p1 values less than (40)) It gives me ORA-