How to disable stuck ctrl key in software/memory?

pong

The ctrl key of my MacBook 6,1, OS X 10.6.8, got stuck by a water hazard. It's recognized as permanently pressed by the system.

Is there any way to tell the system that it is not? I'm thinking of a simple switch in memory or the like: can this be done and how?

Follow ups:

  1. Disabling ctrl key by using KeyRemap4Macbook mostly solves the problem. However since the remapping is loaded after user login I cannot use the keyboard for typing the initial password on the login screen. Can you force the remapping to be loaded at another runlevel?
  2. So now I don't have a ctrl key and I tried using PCKeyboardHack to remap CapsLock to Ctrl_L. This appears not to work probably due to KeyRemap4Macbook overriding the CapsLock remap. Mapping it to Ctrl_R does not work as intended either: whenever pressing CapsLock it fires a CTRL_R event but you can't press any key combinations because the keydown state isn't held.

Any thoughts about solving these issues? Switching to automatic user login should only be considered a last resort ...

Lri

You can do that with KeyRemap4MacBook:

The remapping is defined in control.xml:

<item>
  <name>Disable Control_L</name>
  <identifier>remap.drop_controlL</identifier>
  <autogen>--KeyToKey-- KeyCode::CONTROL_L, KeyCode::VK_NONE</autogen>
</item>

It also disables caps lock if you've assigned it to control in the keyboard preference pane. You could change it to the right control with PCKeyboardHack.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to Disable the CTRL+P using javascript or Jquery?

From Dev

Disable Ctrl or Alt key without registry using c#

From Dev

How to send CTRL or ALT + any other key?

From Dev

How to disable Ctrl+U using Javascript

From Dev

How to catch Ctrl key release?

From Dev

Windows how to use the right ctrl key as the left ctrl?

From Dev

Any way to prevent/disable CTRL + [key] shortcuts in the browser?

From Dev

How do I disable AltGr-to-Alt-and-Ctrl key translations in PyCharm?

From Dev

How to disable ESC key on Modal?

From Dev

How to change prefix key of tmux to Ctrl?

From Dev

How to disable Ctrl + Shift + C shortcut in Firefox?

From Dev

How to remap CapsLock key to Ctrl in Xubuntu

From Dev

How do I disable Ctrl+Alt+s to minimize a window?

From Dev

How to remap CapsLock key to Ctrl in Xubuntu

From Dev

How to disable ctrl + space event in Netbeans

From Dev

on ubuntu 13.10 multiple hits on ctrl+tab makes my intellij 13 keyboard stuck (no key works)

From Dev

How to catch Ctrl key release?

From Dev

Disable hardwired chrome hot key ctrl+w?

From Dev

How to disable ctrl-n with AutoHotkey?

From Dev

linux with KDE, disable CTRL+F9 combination key

From Dev

How to permanently disable Ctrl-s in terminal?

From Dev

How do I disable AltGr-to-Alt-and-Ctrl key translations in PyCharm?

From Dev

How to disable CTRL ALT key on windows 7?

From Dev

How to map Windows key to CTRL key on Windows 10

From Dev

Disable Windows logo key + Ctrl + S keyboard shortcut

From Dev

How to disable Ctrl+Shift+U?

From Dev

How to disable Ctrl + Alt + Function key combinations on Debian?

From Dev

How to disable "Menu" key in Terminal?

From Dev

How to disable Ctrl+Shift+C in Firefox

Related Related

HotTag

Archive