• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSUserKeyEquivalent not working?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSUserKeyEquivalent not working?


  • Subject: NSUserKeyEquivalent not working?
  • From: Ralph Pöllath <email@hidden>
  • Date: Mon, 5 May 2003 01:32:32 +0200

Hi,

I just tried to customize my new favourite text editor, Hydra (http://hydra.globalse.org) by setting a UserKeyEquivalent on the Format menu's Shift Left menu item like this:

$ defaults write org.globalse.Hydra NSUserKeyEquivalents -dict-add "Shift Left" '@~$l'
$ defaults read org.globalse.Hydra NSUserKeyEquivalents
{"Shift Left" = "@~$l"; }

But for some reason, this does not work, Shift Left is still bound to Cmd-[ after launching Hydra. Which surprised me especially because the same thing did work for the Shift Right menu item:

$ defaults delete org.globalse.Hydra NSUserKeyEquivalents
$ defaults write org.globalse.Hydra NSUserKeyEquivalents -dict-add "Shift Right" '@~$r'
$ defaults read org.globalse.Hydra NSUserKeyEquivalents
{"Shift Right" = "@~$r"; }

What could possibly prevent my key equivalent from being assigned? I tried using the key equivalent that works for Shift Right for Shift Left, but it makes no difference. Is this a bug in Hydra?

Thanks in advance,
-Ralph.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Disk Image Volumes
  • Next by Date: Re: MIME types?
  • Previous by thread: Re: Disk Image Volumes
  • Next by thread: I think I get most of the memory stuff but...
  • Index(es):
    • Date
    • Thread