How do I debug why an OSX key binding stopped working?

Posted by nall on Super User See other posts from Super User or by nall
Published on 2011-06-22T21:14:05Z Indexed on 2011/06/23 0:25 UTC
Read the original article Hit count: 146

Filed under:
|
|
|

Recently, I've realized that my ^A key binding has stopped working in OSX.

My assumption is that some application has registered ^A as a hotkey, but I don't know that for certain. I don't recall installing anything new lately, but it's certainly possible that I did and just forgot.

Some other pertinent info:

  • ^A doesn't work in any application -- this isn't just a Terminal.app issue
  • Other control combos (eg: ^E) still work as expected
  • Looking through the Keyboard System Preferences pane shows nothing bound to ^A
  • A reboot doesn't help
    • However, logging into under a freshly made account does cause the issue to go away (i.e.: ^A works for the test account)
  • My StandardKeyBinding.dict has the correct value for ^A
    • Note: I don't have a DefaultKeyBinding.dict in /Library/KeyBindings or ~/Library/KeyBindings

Any ideas on how to debug this?

© Super User or respective owner

Related posts about osx

Related posts about keyboard