Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/bsd



Module Name:    xsrc
Committed By:   macallan
Date:           Sat Aug 20 15:32:58 UTC 2005

Modified Files:
        xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_KbdMap.c

Log Message:
fix spurious 'a's following caps-lock when using the 'kbd' driver

Use a remap function instead of the translation map.
The problem is that ADB keyboards apparently send a 0 after each caps-lock
but we can't just drop them since 0 is used for 'a'. So we just store the
scancode in a private variable and drop only 'a's immediately following
caps-lock.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_KbdMap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index