diff --git a/hw/xquartz/darwinKeyboard.c b/hw/xquartz/darwinKeyboard.c index 8186af217..baf38f11b 100644 --- a/hw/xquartz/darwinKeyboard.c +++ b/hw/xquartz/darwinKeyboard.c @@ -62,7 +62,7 @@ // Define this to get a diagnostic output to stderr which is helpful // in determining how the X server is interpreting the Darwin keymap. -// #define DUMP_DARWIN_KEYMAP +#define DUMP_DARWIN_KEYMAP #include #include @@ -222,6 +222,7 @@ static int const NUM_KEYPAD = sizeof(normal_to_keypad) / sizeof(normal_to_keypad static void DarwinChangeKeyboardControl( DeviceIntPtr device, KeybdCtrl *ctrl ) { + // FIXME: to be implemented // keyclick, bell volume / pitch, autorepead, LED's }