Xorg - SHIFT key bugs out randomly after TV-hardware is connected

I'm on Xfce4. When I hold down left SHIFT key and press some other keys, after a while the SHIFT key may "unregister" itself. What I mean is, it stops working as if I had released it, although I'm still pressing it down. Ie I'm suddenly writing lower-case again and stuff. This behaviour is application-independant apparently.
I tried running 'showkey' and it correctly reported pressing+releasing of the SHIFT key (keycode 42) when I actually physically pressed and released it. It did NOT report release of the SHIFT key when it in fact stopped working. So it doesn't seem to be a keyboard hardware problem or something.
The right SHIFT key (showkey says keycore 54 for this one) seems to work correctly though (but it's not really a comfortable work-around..).
Is there maybe a trick that could be used as a workaround, to somehow switch the right and left shiftkey's key codes? Maybe that could "fix" it. >:)
I had a look at xmodmap, but that shows entirely different "keycodes" for SHIFT keys so I'm a bit stumped:
$ xmodmap -pk
..for "keycode 42" it had this line:
42 0x0067 (g) 0x0047 (G) 0x0067 (g) 0x0047 (G) 0x03bf (eng) 0x03bd (ENG) 0x03bf (eng) 0x03bd (ENG)
..and for left shift key it had "50" in the "keycode" column:
50 0xffe1 (Shift_L) 0x0000 (NoSymbol) 0xffe1 (Shift_L) 0x0000 (NoSymbol) 0xffe1 (Shift_L)
Anyway, I tried out https://wiki.archlinux.org/index.php/Xmodmap:
xmodmap -pke > ~/.Xmodmap
..then edited that file and changed the Shift_L (50) and Shift_R (62) lines, and did
xmodmap ~/.Xmodmap
..and my X froze up completely, not even registering mouse clicks, might wanna correct the Wiki there^^.
After a reboot, my xmodmap -pke showed the two lines swapped as intended though - but 'showkey' still shows keycode 42 for left and 54 for right, so swapping didn't work here.
Funny thing is, now after a fresh reboot I seem unable to reproduce the bug, so I'll wait and see what happens I guess.
Now I have read about people getting a bug where SHIFT key is suddenly _pressed_ on its own, unlike my prob where it is released, and those people always write that it happens when a TV card is connected, and that it is detected as "keyboard" according to X0.log.
So I just connected my usual bunch of USB stuff that I had disconnected earlier just while that reboot happened after which my problem didn't surface.
My X0.log:
[ 647.676] (II) config/udev: Adding input device UVC Camera (eb1a:2571) (/dev/input/event13)
[ 647.676] (**) UVC Camera (eb1a:2571): Applying InputClass "evdev keyboard catchall"
[ 647.676] (II) Using input driver 'evdev' for 'UVC Camera (eb1a:2571)'
[ 647.676] (**) UVC Camera (eb1a:2571): always reports core events
[ 647.676] (**) evdev: UVC Camera (eb1a:2571): Device: "/dev/input/event13"
[ 647.676] (--) evdev: UVC Camera (eb1a:2571): Vendor 0xeb1a Product 0x2571
[ 647.677] (--) evdev: UVC Camera (eb1a:2571): Found keys
[ 647.677] (II) evdev: UVC Camera (eb1a:2571): Configuring as keyboard
[ 647.677] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5.1/1-5.1:1.0/input/input13/event13"
[ 647.677] (II) XINPUT: Adding extended input device "UVC Camera (eb1a:2571)" (type: KEYBOARD, id 14)
[ 647.677] (**) Option "xkb_rules" "evdev"
[ 647.677] (**) Option "xkb_model" "evdev"
[ 647.677] (**) Option "xkb_layout" "de"
[ 654.995] (II) config/udev: Adding input device Arduino LLC Arduino Leonardo (/dev/input/event14)
[ 654.995] (**) Arduino LLC Arduino Leonardo: Applying InputClass "evdev pointer catchall"
[ 654.995] (**) Arduino LLC Arduino Leonardo: Applying InputClass "evdev keyboard catchall"
[ 654.995] (II) Using input driver 'evdev' for 'Arduino LLC Arduino Leonardo'
[ 654.995] (**) Arduino LLC Arduino Leonardo: always reports core events
[ 654.995] (**) evdev: Arduino LLC Arduino Leonardo: Device: "/dev/input/event14"
[ 654.996] (--) evdev: Arduino LLC Arduino Leonardo: Vendor 0x2341 Product 0x8036
[ 654.996] (--) evdev: Arduino LLC Arduino Leonardo: Found 3 mouse buttons
[ 654.996] (--) evdev: Arduino LLC Arduino Leonardo: Found scroll wheel(s)
[ 654.996] (--) evdev: Arduino LLC Arduino Leonardo: Found relative axes
[ 654.996] (--) evdev: Arduino LLC Arduino Leonardo: Found x and y relative axes
[ 654.996] (--) evdev: Arduino LLC Arduino Leonardo: Found keys
[ 654.996] (II) evdev: Arduino LLC Arduino Leonardo: Configuring as mouse
[ 654.996] (II) evdev: Arduino LLC Arduino Leonardo: Configuring as keyboard
[ 654.996] (II) evdev: Arduino LLC Arduino Leonardo: Adding scrollwheel support
[ 654.996] (**) evdev: Arduino LLC Arduino Leonardo: YAxisMapping: buttons 4 and 5
[ 654.996] (**) evdev: Arduino LLC Arduino Leonardo: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 654.996] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5.4/1-5.4:1.2/input/input14/event14"
[ 654.996] (II) XINPUT: Adding extended input device "Arduino LLC Arduino Leonardo" (type: KEYBOARD, id 15)
[ 654.996] (**) Option "xkb_rules" "evdev"
[ 654.996] (**) Option "xkb_model" "evdev"
[ 654.996] (**) Option "xkb_layout" "de"
[ 654.998] (II) evdev: Arduino LLC Arduino Leonardo: initialized for relative axes.
[ 655.001] (**) Arduino LLC Arduino Leonardo: (accel) keeping acceleration scheme 1
[ 655.001] (**) Arduino LLC Arduino Leonardo: (accel) acceleration profile 0
[ 655.001] (**) Arduino LLC Arduino Leonardo: (accel) acceleration factor: 2.000
[ 655.001] (**) Arduino LLC Arduino Leonardo: (accel) acceleration threshold: 4
[ 655.005] (II) config/udev: Adding input device Arduino LLC Arduino Leonardo (/dev/input/mouse3)
[ 655.005] (II) No input driver specified, ignoring this device.
[ 655.005] (II) This device may have been added with another device file.
Now I'm wondering, my webcam gets detected as "keyboard" (id 14) ^^' well and so does my Arduino, but that's natural for Leonardo models.
I started up the webcam, so the uvc modules are now loaded, but still I'm now unable to reproduce the bug for some reason. With either SHIFT key. Well that's good sort of, but then again, not so good to track what causes it when it happens And why does X think that webcams and tv  cards are keyboards?
Will post again when the bug surfaces again I guess.
Ok, after plugging in a usb-tv box, the bug started happening again, except this time it's the rigth shift key that doesnt work correctly, while the left shift key seems fine.
So it seems the xmodmap change worked, although showkey still shows 42 for left and 54 for right.
This might do as a workaround for now, although someone should figure out why tv cards (and tv usb boxes in my case) mess up the shift key in Xorg.
Apparently the IR-receiver part of my tv-box was recognized as "keyboard":
[ 17549.633] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event15)
[ 17549.633] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[ 17549.633] (II) Using input driver 'evdev' for 'IR-receiver inside an USB DVB receiver'
[ 17549.634] (**) IR-receiver inside an USB DVB receiver: always reports core events
[ 17549.634] (**) evdev: IR-receiver inside an USB DVB receiver: Device: "/dev/input/event15"
[ 17549.634] (--) evdev: IR-receiver inside an USB DVB receiver: Vendor 0xccd Product 0x38
[ 17549.634] (--) evdev: IR-receiver inside an USB DVB receiver: Found keys
[ 17549.634] (II) evdev: IR-receiver inside an USB DVB receiver: Configuring as keyboard
[ 17549.634] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-1/input/input15/event15"
[ 17549.634] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD, id 16)
[ 17549.634] (**) Option "xkb_rules" "evdev"
[ 17549.634] (**) Option "xkb_model" "evdev"
[ 17549.635] (**) Option "xkb_layout" "de"
Can I somehow find out which modules were loaded when I plugged it in so I can unload those?
Also, I tried
$ lsmod |grep dvb
dvb_usb_cinergyT2 6645 2147483647
dvb_usb 15171 1 dvb_usb_cinergyT2
dvb_core 79241 1 dvb_usb
rc_core 11081 1 dvb_usb
usbcore 126764 7 uhci_hcd,uvcvideo,dvb_usb,ehci_hcd,dvb_usb_cinergyT2,usbhid,cdc_acm
i2c_core 16944 7 drm,i915,i2c_i801,dvb_usb,drm_kms_helper,i2c_algo_bit,videodev
$ rmmod dvb_usb_cinergyT2
rmmod: ERROR: Module dvb_usb_cinergyT2 is in use
but I don't have any media player running anymore, so why is the module in use and how do I see by what it is in use? Forced removal via rmmod -f worked by the way. Then I was able to remove the other two dvb_usb_ modules, and usbcore and i2c_core disappeared automatically.. but the bug still occurs! Any way to find out which other modules were possibly loaded, or what was done by the system, when I plugged in the tv box?
Last edited by Jindur (2013-01-06 05:08:51)

Do you have the 3 year Applecare? If so, you could try calling Applecare and see if they can help you resolve this over the phone. If not, be sure to get this problem documented with a case number before your 1 year warranty is up. If this has just been a constant hassle, you could ask to talk to Customer Relations.
It sounds like you may have some hardware problems with the keyboard and the trackpad, which could be causing at least some of the problems. Any chance of getting to an Apple store to have it looked at, or would you have to send it in?
Good luck!

Similar Messages

  • Left Shift Key Came Out

    Hello, everyone. Upon cleaning my laptop, my left shift key came out. This computer isn't even a year old and I barely use it at all. I don't know if the mechanism underneath the actual key wore out or what not. However, when the key popped out, I was examining if there was anything broken and there wasn't anything at all bent or broken. All I had in my hand was the left shift key with a white plastic piece and with the actual key came attached a metal piece that was attached to it. So what I did was I attached the white plastic piece first and it went into place and I inserted the metal piece that was attached on the shift key into two seperate metal tabs and I snapped back into place.
    What I don't understand is if this usually a common problem amongst keyboards, especially for Powerbook G4's. And if I did anything wrong as in attaching the shift key, please let me know or if there is anything I could possibly do.
    Thanks for reading and hoping for some responses.

    Hi Tenlions,
    Keycaps do sometimes come off. It's nothing to be worried about. As long as they go back on ok and still work normally, there's no harm done.
    The only thing to worry about is if they actually crack in half, or come off continually.

  • Right shift key doesn't work after BIOS update on Satellite A200-28P

    For some reason, after I upgraded my Bios, my right shift key doesnt work and neither does my FOUR and SIX button, hence why i have written in words :(,
    I tried reinstalling windows, hasnt made a difference.
    I tried rolling back the drivers for the keyboard, as well as changing to the US version of the keyboard, nothing has helped.
    Thanks

    okay first problem is, my warranty was due to expire, so i brought an extension, and nothing has happened whatsoever on those regards, secondly, i ran a keyboard test, and i found out that it wasnt only the four six and right shift key which was now no longer working, but also the f2, f10, f11, f12,
    I have used a external keyboard, which works :D but it annoying to use that when the whole point of a laptop is to have the inbuilt keyboard,
    any suggestions on this

  • Odd glitch causing shift key to be randomly activated

    Hi... I seem to be having some sort of glitch with my keyboard. On various programs (IM, Word, various Internet browsers) I will have times where my letters are being randomly capitalized (aNd wiLl apPeaR lIke ThIs). This is a great annoyance, and earlier an instance such as this prevented me from starting up my computer because I could not enter my password correctly with the randomly capitalized characters. It appears that when this happens, it is as if my shift key is randomly being activated (numbers will appear as symbols, such as @ instead of 2, and Internet pages will open in new windows when I do not want them to). Hopefully someone can help me out here- Thanks!

    Welcome to Apple Discussions!
    It's hard to say what the cause is here, but I'm wondering if the unwanted shift is associated with one or both shift keys. You can go to Systems Preferences>International>Input Menu and check the box that says "Keyboard Viewer". This will install a little flag in the menu bar. You can click on it and get the keyboard viewer, which will highlight the keys as you type. It should also highlight the random shift that occurs when you don't strike a key. If this turns out to be confined to just one shift key, it might be that something has gotten into it or under the keycap that is making it malfunction. You can pull the keyboard out and look at the shift keys from the edges. You can look for foreign objects and also check the action of both to see if they are equally crisp or if one seems to be sticky. Has anything ever been spilled on the keyboard? If so, that could be related to this problem. If so, it's possible that cleaning that shift key will help:
    http://mij.oltrelinux.com/ibook/cleaning_keyboard/
    This looks like lot of trouble, but it might be worth trying for one or two keys.
    At the moment, I am assuming some sort of physical glitch that has a physical fix. But I don't know if it could possibly be a software glitch. But it's probably worth trying to find something simple first.
    Good luck!

  • Clips shift in and out points after render (Dissolves messed up too) Urgent

    Hello all, I have a frustrating and urgent problem.
    I'm working with DV NTSC footage at 23.98 fps, shot 24pA and captured with the advanced pulldown removal from a dvx100.
    The problem arises when I am rendering my footage from a color correction, etc, the in and out points of my shots change and the shot seems to shift. The cut points don't change, but the shot shifts position within them, almost as if rendering has caused final cut to use the slip tool on these and move them ever so slightly forward or backward.
    This problem is also effecting my dissolves, causing them to start to dissolve then suddenly jerk into another part of the clip and then back to the shot that it is transitioning to.
    I have tried outputting a QT movie of my timeline (in order to color correct that instead and avoid a render), but as you may have guessed, this only results in a QT movie with all of the above problems.
    It is very similar, if not the same, as the problem described here: http://discussions.apple.com/thread.jspa?messageID=8096178&#8096178
    I'm under a deadline and any help would be very much appreciated.
    Thanks all,
    Nathan

    I've had that happen before. Crazy as it sounds, I "solved" it by laying a large video file over the top of the timeline (covering everything) then brought the opacity down to 0%. Go figure but it worked; everything straightened out and rendered fine.
    Ghost in the machine for sure.

  • G5 cuts out randomly after installling new RAM

    Hi all,
    I have a Powermac G5 (1.8GHZ) and have just installed some new RAM taking it up to 6Gb. It worked fine for a couple of weeks and then myseriously shut down one day. When I tried to re-boot it turned on OK, chimed but then cut out a few seconds later. Thinking this would be the RAM I took it all out and restarted with my original setup. Everything worked fine... So then I thought I would add in the new ram gradually to see if I could find out which card wasnt working; I ended up adding the whole lot and it worked just fine.
    Then all was fine for another couple of weeks and exactly the same thing happened. This time the computer only turned on properly once the old RAM was in the first two slots. Then I added the new RAM and all is fine again. Is this a problem with the RAM as it does seem to work..up to a point.... Any ideas??
    thanks for your help!
    Jay

    Perhaps it's time for this......
    Try running your Apple Hardware Test . It's not perfect, but may flag something.
    DALE

  • Can't use my right shift key

    Beginning a few days ago, my right Shift key will not let me capitalize letters. If the press the key, no letters are entered and the window becomes half bright. Does anyone have any idea what's going on and how I can fix this?
    Thanks so much.

    if the left shift key works i would suspect a hardware problem with your keyboard. not something you can fix without getting a new keyboard. test it on a different keyboard if you can.

  • Shift Key Brings up scratchpad. Also search firefox at bottom of the screen appears randomly HELP Started after the latest update

    Ever since Firefox automatically updated I have 2 VERY annoying problems. 1) Just touching the Shift Key Brings up scratchpad. 2) search firefox at bottom of the screen appears and defaults without me doing anything, randomly. Please help

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Shift key 'hangs' randomly

    Hi!
    For a few weeks my keyboard shows some strange behaviour: When using the shift key, it sometimes doesn't get released again. Then I can write caps only, which is very annoying... After a few seconds up to one minute, everything works fine again.
    I used showkey to have a look at the keycodes, sent by my keyboard. Result: My keyboard works perfectly, pressing shift does the following: "keycode  42 press, keycode  42 release". It seems that X doesn't respect the key release.
    Does anyone have an idea what the problem could be?
    I'm using Gnome 2.30.0 with xorg-server 1.7.6-3 on x86_64. xorg.conf only contains configuration for my nvidia-card, so keyboard should be configured automatically. It's configured as evdev-device in gnome.
    Thanks,
    Michael
    Last edited by Bevan (2010-05-18 21:52:24)

    No, it's not a Gnome's bug, I have expirienced this problem too (check that out: http://bbs.archlinux.org/viewtopic.php?id=87880 ) with just wmii window manager, plus with kde and having two different keyboards tested (USB Microsoft Comfort Curve 2000, Logitech Access PS/2 kbd) I've now installed Ubuntu 10 TLS, and the problem remains, but I don't remember having it with Ubuntu 9 (I think it's... karmic koala? ). So, it's not a distrubution problem, neither a keyboard problem, neither a Desktop Manager/Window manager problem...
    What could it be?!
    Last edited by thetrojan01 (2010-05-27 21:15:57)

  • 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.

  • The pressing the Shift key to make a capital letter kicks me out of gmail or reloads the current web page

    I'm suddenly getting some strange behavior on my Windows 7 PC. (I can hear all you Linux users formulating witty retorts...don't do it! :-). When I'm composing an email in Gmail and press the Shift key to get caps, it kicks me out of the composition page. And nothing is saved in drafts either. Internet Explorer doesn't have this issue. The Shift key works normally. Also, If I try to paste using Ctrl+V it make the webpage text shrink. I was trying to log this issue on the computer with the problem but I couldn't login because of the caps and the paste issue.
    I just discovered another quirk: If I press the Ctrl key without the +V it still shrinks the text.

    Hi Matt,
    Thanks for the suggestion, but there's no option to uninstall a driver. It's a MS Ergonomic 4000 keyboard and it just shows up as an HID compliant device. I tried uninstalling the Microsoft Mouse & Keyboard Control Center, but that didn't help either.
    I've also pressed the keys numerous times (at one point it asked me if I wanted to enable 'Sticky Keys' which I didn't). Rebooted too. Even deleted the user profile, removed the PC from the domain, rejoined it to the domain, logged in as the user, and restored a previously backed up Transfer Wizard profile. And I checked while logged on as the local Admin and got the same weirdness.

  • KeyLocation bug in KeyboardEvent.KEY_UP for shift keys

    Hi There everyone
    I have discovered a bug with KeyboardEvent.KEY_UP keyLocation values for the shift keys.
    how to reproduce this :
    1.when no other keys are down the value for left shift is 1 and for right shift is 2 for  KeyboardEvent.KEY_DOWN and  KeyboardEvent.KEY_UP
    2. when you have pressed shift and then press another key -  when releasing shift the value for left and right become 0.
    There is absolutely no reason why these values should report anything other then what they initially reported on key down as each key fires its own event with details for each , regardless of any key combinations.
    Im using cs5.5 windows 7 basic.
    can anyone else verify this so a bug can be logged?
    Thanks

    var isActivateKeyListener:Boolean = false;
    function activateKeyListener($state:Boolean) {
    if ($state) {
    if (!isActivateKeyListener) {
    isActivateKeyListener = true;
    stage.addEventListener(KeyboardEvent.KEY_DOWN, keyPressed);
    stage.addEventListener(KeyboardEvent.KEY_UP, keyReleased);
    }else {
    if (isActivateKeyListener) {
    isActivateKeyListener = false;
    stage.removeEventListener(KeyboardEvent.KEY_DOWN, keyPressed);
    stage.removeEventListener(KeyboardEvent.KEY_UP, keyReleased);
    function keyPressed(event:KeyboardEvent):void {
    trace("keyPressed: event.keyCode:" + event.keyCode + " charCode:" + event.charCode + " shift:" + event.shiftKey + " keyLocation:" + event.keyLocation)
    function keyReleased(event:KeyboardEvent):void {
    trace("keyReleased: event.keyCode:" + event.keyCode + " charCode:" + event.charCode + " shift:" + event.shiftKey + " keyLocation:" + event.keyLocation)
    activateKeyListener(true);

  • Satellite A105 Shift Keys stop working after BIOS update

    I have a stack of laptop boards from the A105 series (Intel chipset) that I received with bad BIOS's. Two worked, and I updated the BIOS's on them to fix CPU compatibility issues. After that, the shift keys stopped working, and pressing Shift-A causes the power light to dim. Reverting to ANY previous version BIOS, whether through the Windows program, CD, or Crisis Recovery floppy (magic key is "F", not "B", "Esc", or "U"), does not fix the keyboard problem.
    To make things more confusing, I did notice that the one single BIOS that seems to actually correct the problem is version 1.50, which I haven't seen available for any Tecra A7 or Satellite A100/A105, except a couple A100's, but the BIOS file is much too small and can't be loaded.
    Does anyone have any idea why these Intel-based boards are doing this? Or does anyone know where I can get a usable version 1.50 BIOS?
    For the sake of this post, please consider my skill level to be high. (In other words, I would be thankful for people trying to help with "Replace the keyboard", but I have about a dozen keyboards, all of which I have tried, and all of which work on other laptops. Additionally, if you have just a theoretical solution, I'm definitely open to hearing it. Also, if a Toshiba tech would like to reply, I would very much appreciate it!)

    Hi, thank you for your help.
    Some motherboards were not in chassis when I got them. Is there a place the PSAAxx model number would be written on the boards?
    Four PSAA8U (Two A105-S4334 and Two A105-S4014) - Intel Chipset, fingerprint reader. Tried BIOS Versions 1.40, 1.70, 2.00, 5.10, 5.60, 5.90, and 6.00. Shift keys do not work on either one.
    Two PSAA2U (A105-S2091 and A105-S2031) - ATi Chipset. BIOS versions 1.50, 1.80, and 2.30. Keyboard works.
    Another PSAA8U (A105-S4184) - Intel Chipset, no fingerprint reader. BIOS version 6.00. Keyboard works.
    I noticed that so far all of the models with fingerprint readers have the problem. All of the ATi Chipset boards are working fine, but they have significant processor limits. I am in the middle of updating the BIOS in another Intel one using a Crisis Rescue Disc, so after that finishes I will try disconnecting the fingerprint reader to see if it has an effect.
    I don't think the keyboard controller is faulty, because these boards all failed on the same day. I have tried updating the BIOS using WinPhlash, Phlash16 in DOS, the install CD, and a Crisis Recovery Disk. I set the defaults in the BIOS almost every time, and I also have tried holding the power button for 60 seconds with the power cord unplugged and the battery removed (as some people have suggested.)
    The shift keys don't work in DOS, Linux, Windows, or even in the BIOS. I test it in the BIOS by using Tab to cycle through the fields in time of day, then Shift-Tab to cycle backwards. This works with a USB keyboard, and it also works on the ATi chipset models and the Intel chipset models that are still working.
    Thank you for your reply. (-:

  • 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?

  • Shift key and move tool cs3 bug?

    I've just installed CS3 and noticed that dragging a shape/object while pressing the shift key doesn't work like it should. It should constrain the movement to 45 or 90 degrees. But in CS3, when I drag an object this way it does funny things. When I press the shift key while dragging the object up e.g. it doesn't go straight up, but there's an offset of some pixels. Sometimes it jumps even further from one position to the next (about 200 pixels up/down e.g.). I've also tried deselecting all the guide/align options, but the same result.
    Is this some kind of bug in CS3 (in flash 8 it works like expected)?
    I now have to use the arrow keys if I want to move a shape up/down/left/right/diagonal. It does this both on the pc and mac version (so it's not that my version is mixed up of something).

    Order,
    If the Type remains unchanged when selected, you seem to need to both Show Edges and Show Bounding Box under View. You should be able to move it though. Otherwise, something else is wrong.

Maybe you are looking for

  • How do I add family members to my iCloud account?

    I had 2 accounts under Mobile.Me and am having trouble getting the calendars to sync now between the devices.  How do I accomplish this?

  • Best practice to develop the news web part to retrieve news data across the farms

    Hi, We have developed the News Web part. The functionality  it pulls the news from other SharePoint Farms and display it in the site. Currently we are using secure store service to  to connect to different FARM to retrieve the news from that FARM. Th

  • Cannot display Crystal Report with ActiveX Viewer

    I am using SmartViewerActivex.asp in a classic ASP website to display Crystal Reports and the report will not load.  I get a blank grey screen with only the toolbar showing but able to export out with data intact. I am  using CR9, running in Windows

  • What is a .tst file?

    A file (icon) has appeared on my Mac Book Pro desktop.  The filename is ~test~bk.tst.  This file icon appeared while I was using safari online.  It is FIXED in location and cannot be dragged to any new location.  If I R click on this file, none of th

  • Uniqueness of conversation IDs(?)

    In WebLogic81sp5/WLI8.5 I use a service control to call a conversational Web service from a JPD process. The service control exposes two methods, clientRequest (conversation state: start) and a callback method, clientResponse (conversation state: fin