NSUserKeyEquivalent not working?
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.