Page 1 of 1

BOCHS keyboard

Posted: Sat Feb 17, 2007 11:50 pm
by uglyoldbob
Is there anyway of make bochs emulate an OLD keyboard (ie doesn't support scancode set 3)

Posted: Mon Feb 19, 2007 2:35 am
by Combuster
There is a config option in that style, not sure wether it does exactly what you want...:
4.2.34. keyboard_type

Examples:

keyboard_type: xt
keyboard_type: at
keyboard_type: mf

Type of keyboard returned by a "identify keyboard" command to the keyboard controller. It must be one of "xt", "at" or "mf". Defaults to "mf". It should be ok for almost everybody. A known exception is French macs, that do have a "at"-like keyboard.
(http://bochs.sourceforge.net/cgi-bin/to ... index.html)