Left shift types "W"

My left shift key types in "W", i started having this problem out of nowhere. at first some keys such as h would not work, and others such as y would type in y and u together. I restarted my computer and it seemed to have fixed it, also changed the usb port (its not a wireless keyboard). so now some keys dont work with either shift being held and other problems.
is it my keyboard? or some settings? i've already reset the keyboard settings to default
(sorry for lack of grammar, if i use the left shift i get this.. WWWWWWWWW)

@Soto - Tried that, unfortunately it didn't work. Yeah WWWWWW, at least I can type in URLs a bit faster xP
@Mooblie - Dont recall anything has spilled on it, of course the keyboard is maybe 2-3 years old so over the time bits of water, etc may have fallen on it, but this is the first time it does it suddenly. I've been on the computer for a few hours and it started happening.
I guess its time for a new keyboard, gah. Off to a computer store I go
(P.S. Using an old PC keyboard is weird, I can't do this!)

Similar Messages

  • I cannot type a capital i using the left shift key. also keyboard now putting the cursor in a different place than where i type. Checked speech keys, all fine. Batteries fine.

    i cannot type a capital i using the left shift key. also keyboard now putting the cursor in a different place than where i type while i am typing. Checked speech keys, all fine. Batteries fine. Also used the keyboard check program on the imac, shows key ok.
    wireless mouse will suddenly scroll down horizontally and won't stop. when i am on a webpage it will bounce back to the previous page without my doing so. i have tried adjusting the mouse several times, turning it on and off, and now am using my wacom mouse which also seems to have issues with this computer.  i have only had this a few months and getting very frustrated.

    Can you try a different keyboard to see if the problem persists? Also, you have 90 days of phone support when you buy a mew mac.

  • Left-shift operator used on byte values

    Hello,
    I'm reviewing some problems, and I need some help. I have a program that has some code like the following:
    byte y = 10; // 00001010 in binary
    byte result = (byte) (y << 1);
    System.out.println("result: " + result); // 20.  Ok.
    result = (byte) (y << 7);
    System.out.println("result: " + result); // 0.  Ok.
    result = (byte) (y << 8);
    System.out.println("result: " + result); // 0. Why???
    // I was expecting a shift of 0 bits because the
    // right-hand operand is equal to the number of
    // bits for the size of the result type--in this case
    // 8 bits for a byte.
    // 8 % 8 = 0 number of bits for the shift.
    result = (byte) (y << 6);
    System.out.println("result: " + result); // -128.  Ok.
    result = (byte) (y << 10);
    System.out.println("result: " + result); // 0.  Why???
    // Shouldn't it be 2 bits for the shift?
    // That is, 10 % 8 = 2.
    // I was expecting 40 as the the answer for this one.I understand that for binary operations that the operands will be promoted to at least int types before execution occurs, but I still don't see how it would make a difference for the left-shift operator. Any help and clarification on this will be appreciated. It would be helpful to see the binary representation of the the "result" variable for the ones that I'm asking about. Thanks in advance.

    result = (byte) (y << 8);
    System.out.println("result: " + result); // 0. Why???
    // I was expecting a shift of 0 bits because the
    // right-hand operand is equal to the number of
    // bits for the size of the result type--in this case
    // 8 bits for a byte.the result of (y << 8) is an int, not a byte. the byte "y" is promoted to int for the bit shift. so the int result of the bit shift is 00000000 00000000 00001010 00000000. when you cast that back to byte, the 24 leftmost bits get lopped off, and you're left with zero.
    hth,
    p

  • Left shift minimises screen to top left, why?

    When I press the left shift key (eg to capitalise), my screen minimises to the top left corner (shows desktop). I have to press Left shift again to get back. Only been an issue since Lion upgrade. any ideas how I can turn this off?

    Pretty sure everything is as it should be. Using MBP built in keyboard...
    Interestingly, a I type this.... the problem appears to have gone away!
    I will get back if the problem comes back, close the query if i stays fixed....
    Thanks for feedback so far

  • Left shift key is stuck after cleaning?

    I recently had to clean my left shift key because it was sticking so badly, no other keys had the problem so I carefully took off the key cap and plastic doohickies as per a video.  I cleaned the back of the key and a little around where it sets.  After I put everything back the shift key is now locked.  I can only type in capitals etc.  Have checked caps lock and stick button in systems but to no avail.  I restarted the computer and now it has booted in safe mode.
    Please help!
    cjk

    Did you double check to make sure you replaced the shift key correctly?

  • I updated to maverick, and maybe it's a coincidence but my left shift key doesn't work unless i really press it down.  Is there any way to fix this without bringing it into the Genius Bar?

    i updated to maverick, and maybe it's a coincidence but my left shift key doesn't work unless i really press it down.  Is there any way to fix this without bringing it into the Genius Bar?

    Plugins usually are installed externally to Firefox. However, you can disable them in Firefox so that Firefox does not use them.
    SearchReset is supposed to automate the task of resetting certain preferences, but you still can edit them manually if necessary.
    '''''Address Bar Search'''''
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''keyword''' and pause while the list is filtered
    (3) Right-click '''keyword.URL''' and choose Reset. This should restore Google as the default for address bar search.
    Does that work?
    '''''Search Box'''''
    Usually it works to choose your preferred search engine from the drop-down. To remove an unwanted search engine plugin, usually the Manage Search Engines... choice at the bottom of the drop-down takes care of it.
    Do either of those work?
    There might be another way to hijack that search box; I think some of the other frequent responders probably are more familiar with it than I am.

  • Left shift key is making a capital R..........

    My Right shift key tRies to adjust volume but still woRks....left shift key makes a capital R and when I just tRy to type the letteR R it is capitalized.....what is wRong with my macbook?
    you can email me at
    [email protected]

    I have two last things to try. The first is a hard reset. The instructions for that are here:  Performing a Hard Reset or Forced Reset
    If that doesn't help, the last option is to try to restore your BIOS. The instructions are here: Restoring the BIOS
    If that fails, it will most likely be a hardware issue. I am not certain of your warranty coverage, you can find that information from support, as well as your repair options.
    Alternatively, you might be able to look your warranty status up here: Check your product warranty
    HP technical support: 800-474-6836. If you live outside the US/Canada Region please click the link HERE to get the support number for your region.
    TwoPointOh
    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 the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • TS1381 Apple keyboard weirdness...no capital 'E' via left Shift key...?

    Suddenly, today, I cannot type a capital 'e' using the left SHIFT key. Using the left SHIFT key can create capitals of all other letters... and the right SHIFT key and CAPS LOCK keys can product capital 'e's with no problem... but the combination of the left SHIFT key and the 'e' does nothing... no lower case 'e'... nothing. Restart did nada. I'm running a USB Apple ketboard with number pad and OSX 10.7.5.
    Any ideas?

    Sadly this happens to me with the same key and like you the situation can be mitigated with the use of the caps lock too.

  • My left shift key on Macbook Pro Retina (15") is behaving like the F11 key (show/hide open windows).  The key behaves the same for the laptop keyboard and for an external Apple keyboard?  This just started in last week after 6 months of use

    My left shift key on Macbook Pro Retina (15") is behaving like the F11 key (show/hide open windows). 
    The left shift key behaves the same on the laptop keyboard and on an external Apple keyboard. 
    This just started in last week after 6 months of use.  The right shift key and other keys on the keyboard all appear to work correctly.
    Suggestions greatly appreciated.

    I have a solution to this issue now after a discussion with Apple Support.  Some where in the last few weeks, there was a change in the key that would do a Show Desktop under the Mission Control settings in the System Preferences.  Even though the key sequence that was shown for the Show Desktop setting did not include the Left SHift key, by changing this first to having no key sequence and applying that and then changing it back to the F11 key, the Left SHift key issue that I was having has cleared up.
    A second issue that was uncovered was that the SSD had some issues (uncovered when I ran Disk Utility using the Repair Disk key).  I had to restart and use the Disk Utility through the Command R sequence to get to the stand alone Disk Utility.  The SSD appears to be running better as a result as well.
    Hope that this is of use to someone else in the future.

  • How do I fix my left shift key? Any open windows leave and make the desktop visible.

    How do I fix my left shift key? Any open windows leave and make the desktop visible. I have tired to go into system preferences and reset all of the keyboard settings to default but the issue hasn't gone away.

    You are not running as administrator, I think, which may be required and the only way to properly work and register. Also check for compatibility mode settings, UAC and DEP, all of which may require to be adjusted for a legacy app like PS CS2 to run properly. Also turn off Aero and switch to a conventional visual theme. The brush issue may be related to that or is a more generic problem with your graphics card and mouse config, but since you didn't provide any info on that, it will be hard for anyone to advise.
    Mylenium

  • Left shift key doesn't work on some characters

    In some applications, such as Excel and AOL, my left shift key doesn't work on some letters. Consequently, when I'm typing I get lower case letters when I've typed shift plus the letter to get a cap. Right shift works OK, but I'm not used to using it. It happens on i, t, and p, I've noticed so far. I don't know if it's the keyboard or the application. Word seems to work fine.
    Would welcome any ideas on what is causing this and how to fix it.
    Powermac G5   Mac OS X (10.4.7)  

    Is it possible that you have inadvertently switched to a different keyboard layout? Open System Preferences, then click on the Language & Text preferences. Within the Language & Text preferences click on the 'Input Sources'. You should see a long list of languages representing the various keyboard layouts that are available. Make sure that only the keyboard language you use is selected. If there are multiple languages selected then de-select the extras.
    If you continue to have problems then check the 'Show input menu in menu bar' checkbox in the lower section of the preference pane. This will place an icon in the upper right menu bar (it looks like a flag representing the language you have chosen for your input device) that provides additional options. I suggest selecing the 'Show Keyboard Viewer' option and then try pressing the keys that you are having problems with to see how they show up on the keyboard viewer graphic. If you've set the correct language for your keyboard and the key sequences still don't match, then you may need to take your keyboard in for service. Better yet, borrow another keyboard to confirm that the keyboard is the issue.

  • Why does my Left Shift +Num Keys produce Euro characters and Right Shift + Num Keys produce American?

    I am running Lion (10.7.4) on my 2010 13" MBP. When I press my Left Shift and various Num Keys (1-9), I get Euro characters (⁄ € ‹ › fi fl ‡ ° · ‚). When I use my Right Shift, I get the standard American characters (! @ # $ % ^ & * ( )).
    I have already tried restarting my computer, but this has not helped. In my language/keyboard settings, everything is set to USA. I do have multiple inputs on this machine but the flag is always on US. Occasionally, I switch to Japanese keyboards but those are not active and the problem described above appears when the US flag is displayed.

    It looks like your right shift is somehow also depressing the option/alt key.  I would suspect damage to your keyboard, which may need repair/replacement.

  • T40's Left Shift key makes right click/context menu appear?

    Hello All-
    On my T40, on which I just recently got Windows 7 correctly installed, has a curious behavior:
    When I press the left shift key, it functions the same as if I had pressed the right mouse button.  It functions correctly otherwise, I.E., when using it to capitolize a letter in an email, the letter is capitolized, but as soon as I let go of the shift key, the right click/context menu immediately appears.
    This is exceedingly irritating, as I cannot continue typing until I have navigated out of the menu.
    I have checked to see if the Keyboard Customiser utility is causing this, as I currently have my left Alt key functioning as a Windows button, but it does not appear to be causing this particular issue.
    Does anyone have any idea how I might go about fixing this?
    Thanks in advance,
    G
    Solved!
    Go to Solution.

    Nevermind-
    Had the keyboard customizer set to use the left shfit key as the application key.  Duh.

  • 3 letters + left shift key not working - 2 of them + right shift key working

    Hi all,
    as in subject, I have just bought a laptop g50-45, italian keyboard.
    I encountered this problem:
    "LEFT shift key" + "e" or "d" or "c" combinations do not work. Nothing happens.
    "RIGHT shift key" + "e" or "d" work properly
    "RIGHT shift key" + "c" do not work. Nothing happens
    CAPS key + "e" or "d" or "c" work properly.
    I noticed this issue before making any updates of  windows 8.1
    I tried making an update of the bios and later updating windows but the problem is still there.
    I check with an external keyboard and everything work correctly
    I don't think it could be a mechanical problem because "e", "d" and "c" keys alone work properly, so it seems more a software side problem.
    Thank you for your help.

    thanks, i thought there some quick procedure to do before heading to apple store. i was just wondering, it was working for a while, and then suddenly like that. i have macbook 10.6.8 software. intel core 2 duo. less than a year old, if i'm not mistaken.

  • My left shift key stopped working right one is fine

    my left shift key stopped working this morning. never had a problem tell I started using snapshot shift plus command

    Keyboard Keys Do Not Respond

Maybe you are looking for

  • How can I use Bluetooth

    I want to know about Bluetooth operating system How can I connect Bluetooth to other I phone And get video from them?

  • Fire event in web dynpro java

    Hi, I want to fire events in code e.g. sorting of table columns. I'm sure I cannt call event handler with null parameter here. Can anybody please help here? Thanks in advance. Rgds, Atul.

  • Attached vs. Embedded jpgs in Email Messages

    How do you send jpgs in email messages so they are attachments and NOT embedded images? I'm using Mail 3.5, and drag and drop photos into messages. They used to be attached, but for some reason they started showing up as embedded files and my PC frie

  • SQLState or Error Code

    Hello all I am new here. I just started using java and mySQL to write a system and I have some questions about using those try/catch blocks to catch exceptions. Do I use those try/catch to catch the exceptions such as duplicate key entry? If yes, how

  • How to Maintain Bonus

    Hi, we pay bonus in OCTOBER for previous financial year e.g from 1.04.2011 to 31.03.2012 and we pay in oct 2012.for current employee and ex-employee who have left before oct 2012.so how to maintain bonus and absence should be deducted.so please help