Some applications behave as though modifier keys are pressed

I am experiencing occasions when some applications behave as though modifier keys are being pressed (ie Command Key, Option Key and Shift Key). At first I thought the problem was isolated to Adobe Creative Suite Applications but have now found that MYOB is also affected. I have tried multiple keyboards (even no keyboard) so I do not believe it is a keyboard hardware problem. I am running on the hardware and software listed below.
When the problem occurs it immediately affects all applications listed below in the way described. Many other applications appear unaffected. The only way I have found to fix the problem is to reboot the machine. After rebooting, the problem may not reoccur for several days, or may reoccur within half an hour. This problem has been occurring since some time in December 2010. I have also confirmed that none of the behaviour listed below occurs when the problem isn't present.
Affected Applications & Observed Behaviour:
- Adobe Photoshop CS4: All tools behave as though the option key is being pressed (rendering them unusable).
- Adobe Dreamweaver CS4: When clicking on the contents of an open file, Dreamweaver behaves as though Cmd+Opt is pressed (ie the code navigator appears making the program unusable)
- All applications in Adobe CS4 Suite: Upon startup, each application behaves as though CmdOptShift is pressed (resets preferences).
- MYOB: When the cursor is in a data field, the delete key behaves as though the option key is pressed (ie entire field is deleted rather than a single character)
I have been working with Adobe telephone support without success for about 3 weeks but since noticing the problem also affects MYOB, it now seems feasible that it is caused by something outside of the Adobe Creative Suite.
Any help would be appreciated.
Message was edited by: Leon Borrack

Leon,
You are not alone - I sometimes suffer a similar issue and I don't use any Adobe software. For me, it manifests itself as modifier keys being pressed in Safari, Mail or Finder. This normally happens shortly after a wake from sleep. I'm using an old-style Bluetooth Apple keyboard on a Mac Pro 1,1. I can't tell you what causes it, but I can tell you the solution that I've found: If I relaunch Finder the problem goes away...
To relaunch Finder (apologies if you already know this), press 'Cmd-Option-Escape', select 'Finder' and click relaunch. For some reason the seemingly stuck modifier is cleared. It's not an terribly elegant solution, but it is a lot quicker and less disruptive than rebooting.
Hope that helps a little.
Greg

Similar Messages

  • Imac behaves as though command key is pressed at times

    Hi,
    I have problem where the imac suddendly goes weird. After a period is behaves as though the command key is pressed down all the time.
    Then goes back to normal for a while. Then back to the problem. During a normal day it can do this 2-3 times.
    anyone know whats going on. I've checked the keyboard and the keys are not faulty.
    Jan
      Mac OS X (10.4.6)   Imac G4 1ghz USB2

    > I've checked the keyboard and the keys are not faulty
    and how have you done that?
    From your description it sounds exactly like the keyboard is faulty.
    It sounds to me like the key is sticking - occasionally after using the key it doesn't release correctly, giving the signal that it's still depressed. This can be caused by many problems, from dirt under the key to faulty electronics.
    I'm willing to bet this is a problem with the keyboard. Do you have another keyboard you can try?

  • I have a 27" desktop mac running with OSX 10.6.8.  The bluetooth keyboard started not typing when some of the keys are pressed. Plugged in a wired keyboard, started doing the same thing.  Now the cursor moves but cannot select anything.  Suggestions?

    I have a 27" desktop mac running with OSX 10.6.8.  The bluetooth keyboard started not typing when some of the keys are pressed. Plugged in a wired keyboard, started doing the same thing.  When opening up a browser or application, the cursor moves but cannot select anything.  Suggestions?

    Maybe something in these Apple support articles will help.
    Keyboard Doesn’t Work
    Keyboard Keys Do Not Respond
    Keyboard/Mouse – Troubleshooting Wireless

  • Bluetooth Wireless Keyboard acting as if keys are pressed

    I've had an Apple Aluminum Bluetooth keyboard for over two years, and last week (after a fresh install of OS X Lion on my late 2009 Mac Mini) all of a sudden the Mac is acting as if multiple keys are pressed when nothing is touching the keyboard. I have updated all software, replaced the batteries, deleted and re-paired the keyboard (which was a massive struggle as it acted as if keys were depressed even during the pairing process). Nothing has ever been spilled on the keyboard. The only way to make the sound of the "phantom depressed key" go away and regain full control of the computer, is to remove the batteries from the keyboard.
    Strangely, the problem seemed to have been resolved somehow after I placed the "Show character viewer" icon in the main menu (ie. where there is usually a US/other nationality flag). After doing so, all of a sudden the problem disappeared.
    Now, exactly a week later, the problem has reappeared.
    Can anyone explain why a keyboard would act this way? Has anyone had a similar problem? Is there a fix?
    I'm a longtime reader of theese support discussion boards, but this is the first time I've posted. Let me know if there's information that I can provide that would help us solve this issue.
    Cheers.

    I have similar issue: both left and right shift keys time to time being pressed, it disappears after a while...but once I couldn't log in as the shift option puts caps lock on....really annoying.
    The only reason in my case is the keyboard cleaning that I have done recently...
    There is no quick fix for this I am afraid.
    Options:
    1.Apple replaces the keyboard you pay around £200 I think....
    2. Buy new keyboard on Ebay and replace it yourself £40....
    http://www.ifixit.com/Guide/MacBook+Pro+13-Inch+Unibody+Mid+2010+Keyboard+Replac ement/23632#s61162
    Anyway lets see.

  • No key event when compose keys are pressed

    I am supporting a legacy application for Sabre which maps some of the keys differently. For example, on a French keyboard the Compose key which is used to put a ^ on top of the vowel characters is to be remapped to produce a special character called a "Change Character" that has a special use for reservation agents that use Sabre
    The problem is, the first time you press the ^ compose key there is no key event apparently because the VM figures it doesn't yet know what key to report, it is expecting you to press a character such as 'o' and then you get an 'o' with a '^' on top of it.
    If you press the ^ compose key a second time, you get the following key events:
    keyPressed
    keyTyped
    keyTyped
    keyReleased
    On the screen you will see two ^ characters appear. Currently I remap the ^ character to the "Change Character", and I suppress the second keyTyped event so that I only get one character. The problem is that the user ends up having to press the key twice to get one "Change Character."
    I have no fix for this problem because there is no key event produced when they press the ^ compose key the first time.
    By the way, this behavior appears to have been introduced with jdk 1.3. The older jdk did produce a key event the first time you pressed the compose key. I would expect that this behavior was considered to be a bug and was fixed in jdk 1.3.
    Is there some other way to detect when the user presses a compose key? If not, is it possible for future jdk releases to report a keyPressed event when a compose key is pressed? This event would not cause a character to appear on the screen, but would allow programs to detect when the compose key is pressed.
    There is already a key on the French keyboard that behaves this way. It is the key to the left of the '1' key and it has the pipe symbol on it. If you press Shift plus this pipe key, no character is produces but a keyPressed event with a keycode of 222 is produced. I merely point this out to show that there is a way to report key events whithout producing output on the screen.
    Thanks, Brian Bruderer

    I don't know if this actually helps, but it seems that you can bind an Action to a dead key like the circumflex of the French keyboard
    Keymap keymap = textPane.addKeymap("MyEmacsBindings", textPane.getKeymap());
    Action action = getActionByName(DefaultEditorKit.beginAction );
    KeyStroke key = KeyStroke.getKeyStroke(KeyEvent.VK_DEAD_CIRCUMFLEX);
    keymap.addActionForKeyStroke(key, action);I saw this on a Swing tutorial and modified it slightly. Have a look at it :
    http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html
    Chris

  • How to find out which keys are pressed while a d&d drop occurs?

    Hi,
    while an item is dropped as part of a drag and drop operation, I would like to know if the user has pressed any keys.
    I use a TransferHandler for managing the d&d and this works fine with the system dependent modifier keys for move, copy and link. But as my application needs to perform special actions if, for example, 'p' is pressed while a drop occurs, I'm stuck:
    It looks like there is neither a way to poll for pressed keys [like Keyboard.isPressed('p')] nor are there any key events fired as long as the d&d operation is active.
    I've tried a adding a key listener, adding a key binding and using the KeyboadFocusManager but nothing seems to work.
    Any ideas?
    Thanks,
    Norb

    Hi,
    the question is where the focus would be - because as you know unless there is a record in InputMap and keys are usually only received by focused component anyway. I'd recommend hooking into Swing event queue, something like that:
    Toolkit.getDefaultToolkit().getSystemEventQueue().push(new EventQueue() {
        protected void dispatchEvent(AWTEvent event) {
            if (event instanceof KeyEvent && dragging) {
                // do something
    });

  • Strange items deletion in various applications as if the Delete key being pressed.

    I work with a T420 laptop docked in a docking station.
    The following strange phenomenon is happaning:
    Occasionally, Items are being deleted or attempt to be deleted in various applications as if the Delete key is being pressed constantly.
    Examples:
    1. The Outlook window is open, left mouse click on the Inbox folder results in all emails being deleted.
    2. Explorer window is open, left mouse click on one of the files or folder results in attemp to delete the file or folder. Clicking 'NO' results in an endless loop of attempt to delete.
    3. Google window is open (IE), clicking on one of the letters in the search box, results in this letter being deleted.
    4. Open Task manager, results in attempt to delete the first task in row.
    When docked out the laptop from its station, this strange behavior stopped.
    Needles to say, that I replaced the external keyboard and the docking station itself, but it did not help.
    HAS ANYONE ENCOUNTERED SUCH A PROBLEM? What do I do?!

    I am having a similar issue that I can consistently recreate. I was finding that emails were "randomly" getting deleted from various folders. It was driving me crazy! I keep my Outlook inbox fairly well organized in that I keep emails in there if they require further action. I don't keep my Deleted folder organized however, so I was getting chunks of emails going from my Inbox to my Deleted items folder and it became very difficult to find all of the deleted emails that I still needed to action..... Here is how I can recreate this:
    Laptop is off of the docking station and open. Outlook has focus with an email highlighted in my inbox. I close the lid and place the laptop onto the docking station. The email that had focus is now in the deleted folder. Again, I can recreate this virtually every time. Please help!

  • IPhone letters don't pop up when keys are pressed

    You know how the letters pop up from under your finger when keys a pressed on the keyboard to let you know which key you press, well sometimes certain letters on my keyboard stop popping up. A restart fixes the key but a few minutes or hours (intermittent) later a different letter stops working. Anybody else have this problem?

    The problem seems to be related to the Auto-correct and Auto-capitalization feature. If I turn either one off (Settings->General->Keyboard), I don't have the problem but when both are on, it comes back. It also seems to affect the first character that I type in the input field.
    With both Auto features on, if I go to the login page of Twitter and type, say, a 'v' as the first character of the Username, a capital V is entered and the "V" pops up, but if I backspace, tap shift to go to lowercase and tap v again, the v does not pop up from the keyboard but it does show up in the username input field. I can reset things if I tap the Done button on the keyboard then tap in the username field to bring the keyboard back up. The problem is still there, but I can see it happen with a new letter if I want.
    Try it and post what you find. You don't have to have a Twitter account to see it happen and I'd be interested to know if it's consistent.

  • How detect shift key release when both shift keys are pressed

    Why is no event fired when a shift key is released if both shift keys were pressed?
    1. Press left shift - keydown event
    2. Press right shift - keydown event
    3. Release left shift - no event
    4. Release right shift - keyup event
    So, we have two keydown events and just one keyup event.

    I think that the two shift keys are logically the same key and both provide VK_SHIFT. Since they are the same key, it's still down when the left key goes up and so no up fires. This behavour is inherited from the underlying keyboard input system and is the
    same as you'll see if you handle WM_KEYDOWN and WM_KEYUP in a Win32 app.
    You can differentiate the VirtualKey.LShift and RShift keys with CoreWindow.GetKeyState() or GetAsyncKeyState(), but there isn't a direct way to catch your state #3 in action.

  • JSlider -- catch when arrow keys are pressed

    Hi,
    With a JSlider, when it has focus and a user presses the left/right arrow keys ..the thumb on the slider is moved to a new value. I tried adding a keyListener but that didnt work...how can I catch when a left/right arrow key is pressed??
    thanks

    You can take over the binding, but you will be responcible for the action....
    import javax.swing.*;
    import javax.swing.border.*;
    import javax.swing.table.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;
    public class KeyMappingEx extends JFrame
    JSlider slid;
        public KeyMappingEx()
            super( "Key Mapping Ex");
            setDefaultCloseOperation( EXIT_ON_CLOSE );
            slid  = new JSlider( 0, 100, 50 );
              slid.setMajorTickSpacing( 20 );
            slid.getInputMap( ).put( KeyStroke.getKeyStroke(KeyEvent.VK_RIGHT, 0, false),
                                       "RIGHT_ARROW" );
            slid.getActionMap().put( "RIGHT_ARROW", new RightAction(  ) );
            slid.getInputMap( ).put( KeyStroke.getKeyStroke(KeyEvent.VK_LEFT, 0, false),
                                       "LEFT_ARROW" );
            slid.getActionMap().put( "LEFT_ARROW", new LeftAction(  ) );
            setContentPane( slid );
            pack();
            setLocationRelativeTo( null );
            setVisible( true );
        public static void main( String[] args )
            try
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch( Exception e )
            new KeyMappingEx();
        class RightAction extends  AbstractAction
            public void actionPerformed(ActionEvent e)
                System.out.println("RIGHT ARROW");
                slid.setValue( slid.getValue() + slid.getMajorTickSpacing() );
        class LeftAction extends  AbstractAction
            public void actionPerformed(ActionEvent e)
                System.out.println("LEFT ARROW");
                slid.setValue( slid.getValue() - slid.getMajorTickSpacing() );
    }

  • ITunes stops/starts songs every time certain keys are pressed, whether application is open/active or not.

    iTunes stops/starts songs whenever ENTER,"/" [num pad] or DELETE is pressed, whether the application is open/active or not.  Updated to most recent version a few days ago, though this began seemingly spontaneously today, possibly tied to an iPad sync although I really have no idea how it could have started.

    Hello Brian,
    Thank you for providing the details of the issue you are experiencing with iTunes.
    I recommend reviewing the following article to see if any third-party plug-ins could be causing the problem:
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/kb/TS3430
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • With or without add-ons, and after removing/reloading Firefox, some sites behave badly, though they're fine with Internet Explorer.

    The computer in question is running Vista. With Firefox 8, some websites, e.g. Whitepages.com, livefreept.com, behave badly. Spedifically, they require the user to click on tabs. But the tabs don't appear at all. I upgraded to Firefox 10, to no effect. The sites work fine on this same computer with Internet Explorer, and on both our XP and Windows 7 computers using older older versions of Firefox. All three are using the same Norton Internet Security program, with the same settings. Starting in safe mode, with no add-ons has no effect. Help!

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    ** '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

  • Some applications (Logic Pro, Skype, Garageband etc) are closing 'unexpectedly' immediately after opening!

    Since updating to Mountain Lion OS (January 6th 2013) a few of my applications such as Logic Pro, Skype and Garageband are appearing with "this application has quit unexpectedly" as soon as I open them. Everything is up to date and it's becoming very frustrating as I have no idea what I can possible do to get past this! Please help me!!

    Fixed, but I'm not exactly sure why.
    I ended up re-installing OS 10.6.4 from the system disks, upgraded to 10.6.5 using the combo updater, re-installed the MOTU MIDI and the Ensemble updater, and ran the Logic 9.1.3 updater as well.
    Everything started up, and it looks like all of my preferences were preserved.

  • [HW Problem] Some numbers and left and right keys are not working

    Numbers one, two, three, four, eight, nine, zero, left, down, and right arrow keys constantly stop and start working. This also happens in the BIOS. I have to remove the keyboard, the hdd, and do a reboot to get them working.
    Device:
    Dell Inspiron 1121
    Intel Core i3 330UM Processor 1.2GHz
    2GB DDR3 RAM
    250GB HDD
    >uname -a
    3.12.4-1-ARCH #1 SMP PREEMPT Sun Dec 8 21:18:00 CET 2013 x86_64 GNU/Linux
    >df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 19G 8.9G 8.8G 51% /
    dev 933M 0 933M 0% /dev
    run 935M 748K 935M 1% /run
    tmpfs 935M 2.2M 933M 1% /dev/shm
    tmpfs 935M 0 935M 0% /sys/fs/cgroup
    tmpfs 935M 36K 935M 1% /tmp
    /dev/sda4 114G 47G 61G 44% /home
    >pacman -Q | grep xf86-input
    56xf86-input-evdev 2.8.2-1
    xf86-input-joystick 1.6.2-2
    xf86-input-keyboard 1.8.0-1
    xf86-input-mouse 1.9.0-1
    xf86-input-synaptics 1.7.2-1
    xf86-input-vmmouse 13.0.0-2
    xf86-input-void 1.4.0-5
    >lspci
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
    01:00.0 Ethernet controller: Qualcomm Atheros AR8132 Fast Ethernet (rev c0)
    02:00.0 Network controller: Intel Corporation Centrino Advanced-N + WiMAX 6250 [Kilmer Peak] (rev 5e)
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    Is this a hardware problem?
    Last edited by jjshinobi (2014-01-15 02:08:51)

    jjshinobi wrote: This also happens in the BIOS.
    Then I wouldn't think it's to do with the Arch, updating does not stop parts of the keyboard working for the bios as it's separate firmware. When you can access the bios after first turning on, your PC has not yet accessed the hard drive to load the drivers for the operating system yet. Also as far as I'm aware Arch (or any other operating system in fact) has never updated the bios firmware.
    Last edited by Kartious (2013-12-17 14:04:18)

  • Xorg shutting down when certain keys are pressed

    Hello after some recent updates, I've experienced that xserver is shutting down and I need to restart my computer to get a working a system back.
    When I hold keys like backspace arrow keys this happens, anyone experienced the same lately?

    (II) config/hal: Adding input device Logitech Logitech BT Mini-Receiver
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Logitech Logitech BT Mini-Receiver
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device G15 Keyboard G15 Keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Gaming Keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Gaming Keyboard
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Logitech USB Gaming Mouse
    (EE) config/hal: NewInputDeviceRequest failed (8)
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (EE) config/hal: NewInputDeviceRequest failed (8)
    I have disabled the hotplugging in my config.

Maybe you are looking for

  • Opening pdf in browser leaves copy of pdf file on desktop

    Guess I'm having a "bald moment" (never was blond).... Whenever I open a pdf file in a browser (Safari or Firefox) a copy of the pdf file is actually downloaded to my desktop. If I am updating my online bank accounts this leaves dozens of files clutt

  • Better filtering for smart collections - by number of keywords

    There is a nice feature for smart collections that allow filtering keywords by "are empty" and "aren't empty" I would like to filter keywords by X number of keywords. It's great to have a collection that tells me that there are no keywords but if I a

  • Starting javaserver difficult problem

    I have installed j2se 1.3.1 and j2ee 1.3.1. I have followed and debugged the .bat files for starting the j2ee server. I am now at the point where I get the following errors: when executing the j2ee.bat: No local string for binding.datasource No local

  • After successful update to 10.4.11, can I revert to 10.4.3 via download?

    I've been running 10.4.11 w/o any problem since upgrading a month ago. Unfortunately, my Epson R300 stopped working w/ my computer (works fine w/ son's MacBook). It looks like I need to reinstall the Epson printer drivers from my mac 10.4.3 Tiger upg

  • Change job owner for job owned by a report server process

    Question on a SQL 2008 Enterprise Edition (64-bit) I have changed the owner of a couple of jobs (owned by a report server process) using Management Studio. The new user has sysadmin role just like the previous one had. Then I kept thinking on the job