mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
enable keyboard map debugging -- it's going to x11-debug.txt, anyway ... so no harm
(cherry picked from commit ab662c736e0654e2b4347091f0d9e87f26034216)
This commit is contained in:
committed by
Jeremy Huddleston
parent
5bdfbfbedc
commit
612e901ef6
@@ -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 <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user