From 612e901ef6aa3edc54b39e55e8040cda0e5ab7b6 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Thu, 17 Apr 2008 01:32:56 -0700 Subject: [PATCH] enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so no harm (cherry picked from commit ab662c736e0654e2b4347091f0d9e87f26034216) --- hw/xquartz/darwinKeyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xquartz/darwinKeyboard.c b/hw/xquartz/darwinKeyboard.c index 329955686..94699a54b 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 @@ -216,6 +216,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 }