MacBook Pro (Early 2011): JIS keyboard appears as an US English keyboard after installing Boot Camp

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS MacBook Pro (Early 2011): JIS keyboard appears as an US English keyboard after installing Boot Camp
# 1  
Old 03-18-2011
MacBook Pro (Early 2011): JIS keyboard appears as an US English keyboard after installing Boot Camp

After installing the Windows 7 Boot Camp drivers for MacBook Pro (Early 2011), the JIS (Japanese) keyboard layout may begin functioning like an English keyboard in Windows. This issue may occur when you use Windows, but should not occur when using Mac OS X v10.6 Snow Leopard on MacBook Pro (Early 2011).

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
KBDMUX(4)						   BSD Kernel Interfaces Manual 						 KBDMUX(4)

NAME
kbdmux -- keyboard multiplexer SYNOPSIS
device kbdmux In /boot/device.hints: hint.kbdmux.0.disabled="1" DESCRIPTION
The kbdmux keyboard driver provides support for basic keyboard multiplexing. It is built around the idea of a ``super keyboard''. The kbdmux driver acts as a master keyboard consuming input from all slave keyboards attached to it. Slave keyboards can be attached to or detached from the kbdmux keyboard driver with the kbdcontrol(1) utility. SEE ALSO
kbdcontrol(1), atkbd(4), syscons(4), ukbd(4) CAVEATS
The kbdmux keyboard driver switches all slave keyboards into K_RAW mode. Thus all slave keyboards attached to the kbdmux keyboard share the same state. The kbdmux keyboard is logically equivalent to one keyboard with lots of duplicated keys. HISTORY
The kbdmux module was implemented in FreeBSD 6.0. AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BSD
July 12, 2005 BSD