Re: XQuartz 2.7.5; lose "Special Characters" shortcut ?
Re: XQuartz 2.7.5; lose "Special Characters" shortcut ?
- Subject: Re: XQuartz 2.7.5; lose "Special Characters" shortcut ?
- From: Praveen Kumar <email@hidden>
- Date: Mon, 17 Mar 2014 18:23:03 -0700
> In XQuartz 2.7.5, unless I disable "Enable key equivalents under
> X11" under "Preferences", the "ctrl-cmd-space" shortcut for "Special
> Characters" overrides the XEmacs "ctrl-cmd-space" binding; but if I
> do that, I lose the super-useful "cmd-1, cmd-2, cmd-3" shortcuts for
> focusing particular windows. I'd rather not define a custom XEmacs
> binding to use instead of "ctrl-cmd-space".
>
> Is there some way to lose the "Special Characters" shortcut, and
> keep the "focus particular windows" shortcut ?
I didn't realize it's a System Prefs thing. The below 'defaults' command removes the "Special Characters" shortcut.
'''
defaults write -g NSUserKeyEquivalents -dict-add 'Special Characters...' '\0'
'''
from
https://apple.stackexchange.com/questions/106288/how-to-disable-mavericks-emoji-shortcut
pk
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden