XQuartz: Disable xkb since it doesn't work after getting xkeyboard-config installed
Need to setup configs for the quartz keyboard (cherry picked from commit c28fecc621b1803a4d4536afbc724d141de9e6ee)
This commit is contained in:
parent
1d09deaa6e
commit
01612fe612
|
@ -43,7 +43,10 @@
|
||||||
// Define this to get a diagnostic output to stderr which is helpful
|
// Define this to get a diagnostic output to stderr which is helpful
|
||||||
// in determining how the X server is interpreting the Darwin keymap.
|
// in determining how the X server is interpreting the Darwin keymap.
|
||||||
#define DUMP_DARWIN_KEYMAP
|
#define DUMP_DARWIN_KEYMAP
|
||||||
#define XQUARTZ_USE_XKB
|
|
||||||
|
// This breaks when we actually install xkeyboard-config files to start using it
|
||||||
|
// We need to serup keymaps in the configs or something...
|
||||||
|
// #define XQUARTZ_USE_XKB
|
||||||
#define HACK_MISSING 1
|
#define HACK_MISSING 1
|
||||||
#define HACK_KEYPAD 1
|
#define HACK_KEYPAD 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue