On Sep 24, 2008, at 01:57, Etsushi Kato wrote:
On Wed, Sep 24, 2008 at 5:10 PM, Etsushi Kato <ek.kato@gmail.com> wrote:
I'd like to build xorg-server-1.4.2-apple17 by my own, but cannot find HIServices/CoreDockServices.h. Could someone tell me where it is? I'm using Mac OS X 10.5.5 and Xcode 3.1.
Just commenting out the include from pbproxy/main.m works.
Hmm... yeah I probably just forgot to remove that #include... I apologize for that.
Now, the reason I build xserver by my own is that I need to use key combination for input menu (Command-space in my case) in X11.
That's working in 2.3.1... you shouldn't need to recompile the server.
I was able to use the combination in xclient on X11-2.3.0 even with other normal key equivalences are enable (like Command-C), but not with X11-2.3.1.
How about adding a check for darwinSyncKeymap in combination with xp_is_symbolic_hotkey_event()? I think users not enabling "Follow system keyboard layout" doesn't need input menu key combination passing to Mac OS X.
That makes no sense. The xp_is_symbolic_hotkey_event() is not just telling us if you are hitting cmd-space or not. It's generalized to other key equivalents as well, so we don't want to do that only for when you do keymap syncing.