Escape key problems.

My escape key has been freaking out on me lately. It seems to randomly decide to press itself down very rapidly, and it continues to do so until I press the key myself, fairly hard. The key isn't jammed or anything. Is there anything I can do to fix this, short of paying a rediculous price to get a new keyboard. This escape key problem makes even the most simple action a chore.
By the way, I'm using a Lenovo 3000 n100.
Message Edited by PSOCecil on 05-23-2008 06:12 PM

Yes, they told me they didn't do any laptop work. And I sent it in when it was still under warenty, asking them to look at both my non-working USB drives (that were causing a odd power problem and causin the computer to not start), and my weird escape key. They seemed to of forgotten the escape key, and just looked at the USB drives. It's not under warenty any more, and I don't want to send it back to them again, after the ordeal I had to go through last time.

Similar Messages

  • Bug: problems with the Escape key

    Hi all,
    In an attempt to get around real estate problems, I set my Dell 24" monitor in portrait mode. Logic 8 behaves as it should most of the time. However, there appears to be a problem with the Escape key. Most of the time, the Tools menu doesn't appear until you mouse out of the editing areas (eg into the menu area above the piano roll).
    Clearly, Logic should just take its resolution and screen dimensions from the OS but there appears to be a problem in extreme portrait mode.
    I'll report this but wanted to check that I'm not being an absolute and total plonker first. Anybody confirm this behaviour?
    Thanks!
    Pete

    that sounds like a memory issue. have you tried reorganizing memory?

  • My Escape key is not working

    Hi,
    I am Meena.
    I am doing a project using NetBeans and MS-Access.
    When I run my project a internal framed named login loaded on the jdesktoppane which in JFrame.
    So in the login internal frame i used two buttons one for Sign-in and another for sign out.
    So I combined the Sign-in button with Enter key and Sign-out button with Escape key by the following coding.
    I wrote the following coding in LoginInternalFrame->properties->enabled->advanced->Generate PreIntialization Code.
    Action EscFromLogin=new AbstractAction()
    public void actionPerformed(ActionEvent e)
        jButton2.doClick();
    Action OkFromLogin=new AbstractAction()
        public void actionPerformed(ActionEvent e)
           jButton1.doClick();
    getRootPane().getInputMap(jButton2.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE,0,false),"Esc_in_Login");
    getRootPane().getActionMap().put("Esc_in_Login",EscFromLogin);
    getRootPane().getInputMap(jButton1.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER,0,false),"Ok_in_Login");
    getRootPane().getActionMap().put("Ok_in_Login",OkFromLogin);In the above coding Enter key works well no problem.that is when I press the Enter key ,it combined with Sign-in button and works well.
    But when I press Escape key,it doesnot combined with Sign-off button.
    that is nothing is happening when I press Esc key.
    So i change the Escape key and test with F1 then F2 then F3 all are combined with Sign-off button and works well.But only the escape key is not working.
    But I have so many internal frames .In all internalframes my esc key works well.But not in the first inter frame(login internalframe)
    I couldnot understand the reason.
    Will you please help me to solve.
    Thank you so much.
    Meena

    mmm, i'm doing some tests and the case is working for me... The reason F1,F2 keys works while ESC don't is that some component is "eating" the ESC key. Probably your password textField, but it is not its default behaviour. For example, try to replace the textField with a FormattedTextField, write something into it and press ESC, this first ESC is consumed by the FormattedTextField, if you press ESC a second time the FormattedTextField not consume it, so the ESC keystroke processing is given to the rest of the componentes until one of they consume it (basically). So, how can you solve th problem? Try to determine which component is the "escape-eater". Once you detected it try to determine which properties are set and if this properties can alter the keyboard mapping. The problem can be difficult to repeat for us because the look and feel, java version, etc. can affect the system behaviour too. A global hook to ESC can also be the reason (maybe esc key it's not reaching ths components), try to override ProcessKeyBindings and log the results....

  • When I hit the escape key to close out the open file dialog box, firefox hangs or crashes.

    When I open the "open file" dialog box using the ctrl+O and then hit the escape key to exit the box, I get an error message which I'm not able to paste here.
    it says something about a runtime problem and if I try the same thing again to reproduce the problem, it will sometimes just hang and windows vista will tell me the program is not responding.
    I've checked to see if there are any crash IDs but none were found for this time frame.
    I have even disabled all add ons.
    I'm currently using vista 64 bit edition and Firefox 6, beta edition.

    Hi,
    Please also try right-clicking on the link corresponding to the language version and '''Save Target As''' to save the Firefox installer. If the problem persists, posting [http://answers.microsoft.com/ here] would also be helpful.
    [https://www.mozilla.org/en-US/firefox/all.html Firefox Latest]

  • Escape Key Not Working

    Hi Gang
    Was surprised to see the escape key can no longer end/stop a capture. I have to manually stop the camera and wait a second for FC to say 'reached end of edit/tape'. I poked around in system Prefs and FC Keyboard Functions - couldn't find anything?
    Umm?
    Mike

    Hi James
    Actually I spoke too soon ....
    The problem returned.
    I cleared the keyboard commands - reset them - escape performed ok the 1st time, but then the problem returned again

  • Escape key no longer functioning to back out of photos in Event view

    In iPhoto '09, when you drilled down to view a photo in Event view, you used to be able to use the Escape key to step back a level. With iPhoto '11, I have been unable to do this. Is there a setting I'm missing or something?

    I just figured out a great solution to this problem! The goal here is to remap the Escape key in iPhoto so that it functions like the Command-Left-Arrow, which currently has all the functions we wish Escape had. The instruction are fairly simple:
    Install KeyRemap4MacBook. It's a wonderful program that lets you take control of your keyboard. It's stable and powerful and quick and free.
    Follow these instructions which tell you how to add your own custom settings. (Skip steps 4 through 6, which just give you some example settings to add.)
    Edit private.xml so that it looks like the following (or at least contains the following "item", if you have other custom settings installed):
    <?xml version="1.0"?>
    <root>
      <item>
        <name>Escape to Command Left Arrow</name>
        <identifier>private.app_iphoto_escape_to_command_left_arrow</identifier>
        <only>IPHOTO</only>
        <autogen>--KeyToKey-- KeyCode::ESCAPE, KeyCode::CURSOR_LEFT, ModifierFlag::COMMAND_R</autogen>
      </item>
    </root>
    Finally, save private.xml, then click "ReloadXML" under the "Change Key" tab of the KeyRemap4MacBook preferance pane. Your new setting should appear at the top of the list. Enable it. Restart iPhoto if you feel like it (you probably won't need to). And now, in iPhoto, Escape should work as you want it to!
    NOTE: There is one downside I've discovered. You won't be able to get out of Slideshow mode using the Escape key anymore, as this was the one case where Escape originally functioned sensibly. Rather, you'll have to use your mouse to click the X button to escape. But Slideshow mode is terrible anyway. Just use full screen mode instead.

  • Escape key in jtable while editing

    I am trying to unregister the escape key from the jtable when it is in an editing mode. The field in an editable mode is a JTextField. I tried:
    this.getInputMap().remove(KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0));I also tried removing it from the JTextField in MyCellEditorObject (which extends DefaultCellEditor)
    But the escape key does not seem to be in either of these components when I do:
    KeyStroke[] ks = this.getInputMap().allKeys();
    if(null == ks)
        System.out.println("null ks........................");
    else
        for (int i = 0; i < ks.length; i++)
            System.out.println(ks.toString());
    Once I get this figured out I need to add and remove other keys to whatever object is handling the events.
    Does anyone know what object is handling the escape key in the JTable while it is in an editing state using a JTextField?

    Well, for others who may have the same problem this is what I found so far:
    The jtable.getInputMap() will always return null (hardcoded in BasicTableUI). To get the input map one has to put:
    jtable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT)
    Then
    KeyStroke[] ks = this.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).allKeys();
    returns keys in the input map and the parent input map....(.keys() will exclude the keys in the parent input map).
    For the JTable all the keys are registered in the parent inputMap.
    m_table.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).getParent().remove(KeyStroke.getKeyStroke(KeyEvent.VK_ALPHANUMERIC, 0));
    m_tablegetInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).getParent().remove(KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0, false));
    m_table.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).getParent().put(KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0, true), "quitRelease");
    m_table.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT).getParent().put(KeyStroke.getKeyStroke(KeyEvent.VK_F9, 0), "actionMApKeyObject");
    m_table.getActionMap().put("quitRelease", new QuitAction());
    m_table.getActionMap().put("send", new SendAction());
    private class QuitAction  extends AbstractAction
        public void actionPerformed(ActionEvent ae)
           //do quit cellediting stopped? yes then press quit btn no thenstop ...
    private class SendAction  extends AbstractAction
        public void actionPerformed(ActionEvent ae)
           //do send
    }I still would like to know more about the input maps...and the parent input map???
    As well as the ActionMaps all introduced in 1.3.
    Does anyone know of any URLs or books that contain good explanations and samples
    (I have not found any)...
    I am also interested in how this could be applied more globally
    like the enter key pressing all buttons in my application.
    Or having text fields respond to keyReleased rather than pressed.

  • Exiting programs using the escape key

    My team and I are design games for autistic children. One of the problems we are having is that we do not know how to quit the application using the escape key. Our team would really appreciate it if you could tell us how this is done.

    Quick example:
    import java.awt.event.*;
    import javax.swing.*;
    public class ExitOnEscape extends JFrame
        public ExitOnEscape()
            setSize(300, 300);
            addKeyListener(new KeyAdapter()
                public void keyPressed(KeyEvent e)
                    int key = e.getKeyCode();
                    if(key == KeyEvent.VK_ESCAPE)
                        System.exit(0);
            setVisible(true);
        public static void main(String[] args)
            new ExitOnEscape();
    }

  • Escape key not recognized

    greetings.
    i just recently switched over to a new computer at work and using another designer's workstation w/ cs3.  for some reason unknown to me, the "ESC" (escape) key will not work for me when trying to deactivate a text box.
    i looked under the keyboard shortcuts menu and found where to input this shortcut (keybord shortcuts/product area: tools/selection tool (highlighted) ...and see the current shortcuts set at "default: v" and "text: escape" so i know it's there.
    however, when i try to input a new shortcut and hit the escape key, it's not being recognized at all.  same thing happens when trying to set the escape key for any other shortcut.
    i'm experiencing the same issue in illustrator, as well.
    any thoughts are greatly appreciated.

    Ps CS4 11.0.2 (64-bit)
    Windows 7 Pro SP1
    Apologies for bumping this oldie. Escape key is completely dead in and outside of Ps.
    The weird thing is that it can only be reproduced by opening Ps (with or without a file) while CCC.exe is running (AMD VISION Engine Control Center).
    So one would be inclined to blame Ps.
    Adobe staff and users carrying a tarred and feathered ATI driver writer, out of town on a train rail :
    The problem returned with the following AMD/ATI driver :
    [QUOTE]Driver Packaging Version    8.872-110707b-122569C-ATI   
    Catalyst Version    11.7   
    Provider    ATI Technologies Inc.   
    2D Driver Version    8.01.01.1171   
    2D Driver File Path    /REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/CLASS/{4D36E968-E325-11CE-BFC1-08002BE1031 8}/0000   
    Direct3D Version    7.14.10.0847   
    OpenGL Version    6.14.10.10907   
    AMD VISION Engine Control Center Version    2011.0707.2346.40825   
    [/QUOTE]
    Closing CCC.exe in the Windows task manager, then restarting Ps cured it.

  • Escape key not working properly?

    Hello,
    I'm working on a Mac Pro at work and I've encountered an odd issue with the escape key. It doesn't work as I'd expect it to....i.e. when I have a full-screen Quicktime movie or DVD Player open, it doesn't shrink the window as all my other Macs do. Also, when I'm in Final Cut, if I'm using Capture Now to capture a tape, escape doesn't cancel out of it as one would expect. Instead, it appears that pressing Cmd + Esc or Shift + Esc will cancel the Capture. Also, CmdOptEsc works to Force Quit out of programs so I know the key itself is working, just not as I'd expect it to. Any suggestions? Thanks.

    I cleared the keyboard commands - reset them - escape performed ok the 1st time, but then the problem returned again.
    Does it repeat that each time you do it?
    Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, it will try to repair your Disk Directory while the spinning radian is happening, so let it go. Move this file to the Desktop & reboot.
    /Users/YourUsername/Library/Preferences/com.apple.symbolichotkeys.plist

  • Escape key stopped working in Lion (wired keyboard)

    I upgraded my 27" iMac to Lion a few weeks ago, and over the last week or so I've noticed that the Escape key does not work. At all.  I am using a wired apple  aluminum keyboard with number pad.
    My problem appears to be system-wide, as none of the usual things work.  I can't exit full-screen apps, cancel dialog boxes, or even get out of vi's insert mode in Terminal.  It's as if the escape key is dead
    I've checked that speech recognition is not turned on (and changed the default 'Esc' shortcut to something else just in case), and checked all the other keyboard shortcuts to make sure it's not mapped to something else.  When I try to create a new keyboard shortcut, for example ctrl+Esc, it appears as:  ⌃⎋
    and even the newly created shortcut doesn't work.
    Is this a bug in Lion?  I would love to have my Escape key back, if anyone has any suggestions.

    Thanks for the tips, I had already checked that Speech Recognition was turned off (and i changed the shortcut key for good measure).  I also tried restoring the default shortcuts in each category in the system preferences pane, still no luck.
    Then I randomly decided to reboot, and after that the Escape key started working normally again.  Strange behavior, and I'm not sure what program could have been eating the escape key, but I'm sure glad it's back. 

  • JSF: How to bind a CommandButton functionaity to an ENTER or ESCAPE key?

    Hello!
    I use a JSF in my application. There are a lot of JSF Create - , Edit - and Delete - pages. All of this pages have to Command buttons:
    OK - which performs the action
    Cancel - which cancels the action.
    So, the problem is that it's necessary to bind an OK button action to an ENTER key and a Cancel button action to an ESCAPE key. The AccessKey property doesn't suite for this case, because it allows to work with literal keys only.
    Could anybody help me to solve a problem?
    Thanks in advance.

    For the ENTER key, you can define the property defaultCommand in the component af:form.<br><br>
    See "<a href="http://blogs.oracle.com/Didier/newsItems/departments/faces/2006/07/24#a102">ADF Faces: Submit a form with the Enter key</a>" for more details.<br>
    <br>
    Not sure about the ESCAPE key.<br>
    <br>
    Regards, <br>
    <br>
    Didier.<br>

  • Escape key not responding, along with FN keys -Sattelite L300

    ok so this has been occuring for a little while, not sure since when, but very recently
    basicly, the escape key wont respond to programs, and neither will most of the FN keys, FN F10+F11 work, the LED's light up, but the rest of the FN's do nothing
    the escape key responded to a keyboard testing program, it came back as responsive and working, but in programs such as a 3D engine and MSN Messenger, escape refuses to respond and work as it should
    it hasnt always been like this, theyve worked before, ive had the laptop since christmas, had to take it back because the wireless card broke

    Go to:
    http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp
    and download the TVAP package for Vista (32bit I assume).
    Uninstall the current TVAP in Control Panel -> Programs and Features
    Reboot and install the new TVAP
    ps. You need to burn the Recovery Discs yourself, ensure you use good quality media to avoid problems.

  • Disable Escape key

    I want do disable my Escape key (due to a hardware defect) and use the Caps lock key instead.
    There exists a vast of tips how to map Escape to Caps lock, but what I want is:
    * disable Escape key completely (because it's pressed randomly, tea accident, laptop keyboard)
    * change the keymap files (create a new) under /usr/share/kbd/keymaps, not only use xmodmap
    I'm from Germany and use the de-latin1-nodeadkeys map.
    I tried the following:
    # jakob.map: disable Escape and map Escape to Caps lock
    include "de-latin1-nodeadkeys.map"
    keycode 1 =
    keycode 58 = Escape
    But this does not disable the Escape key.
    So, how can I completely disable that key?
    Further questions:
    * the Caps lock LED on my keyboard is still turning on and off, although it's now an Escape key -- is there a chance to change this behavior?
    * can I change the current keymap while running, or do I have to put the name in rc.conf and reboot?

    jakobm wrote:* can I change the current keymap while running, or do I have to put the name in rc.conf and reboot?
    loadkeys: it is invoked by rc.sysinit
    status "Loading Keyboard Map: $KEYMAP" /bin/loadkeys -q -u $KEYMAP
    As for your problem you could try to remap esc to some useless key like scroll lock as it's already been suggested.
    I think loadkeys replaces the default key bindings made at boot by the kernel, so ESC is mapped to ESC because the standard american keyboard is like that and you have to specify explicitly to remove a binding, so leaving keycode 1 blank simply doesn't replace the value.

  • Windows 8 bypasses "Press Escape Key"

    I have an HP Envy 14.
    Windows prompted me that it needed to do some self repair, which has happened before. I ran into a problem this time. Now the PC bypasses the Press Escape Key prompt and goes straight to Windows startup.
    It happens after a Power Off/Power On and a Restart. On the first method, I have done an immediate Power On and and also left the laptop off for two days, and stil have the problem. Pressing Escape once or repeatedly as the PC boots up hasn't helped either. 
    Thanks for any thoughts.

    Hi blumstoo,
    Welcome to the HP Forums! I see that you want to do a start up repair with Windows 8. The thing with Windows 8 it is harder to access any pre-boot menus. The easiest way is to do go to your Advanced startup optioons. This link will show you how to do that.
    Thank you,
    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