AKBD(4) | Device Drivers Manual | AKBD(4) |
akbd
— Apple
Desktop Bus keyboard driver for wscons
akbd* at obio?
wskbd* at akbd? console ?
options ALTXBUTTONS
options CAPS_IS_CONTROL
options FORCE_FUNCTION_KEYS
This driver provides the wscons(4) driver with support for Apple Desktop Bus keyboards.
options ALTXBUTTONS
options CAPS_IS_CONTROL
options FORCE_FUNCTION_KEYS
To work around the limited number of buttons found on most ADB mice, the following key sequences trigger mouse button events:
On PowerBook (mac68k) models the following key sequences are also significant:
NetBSD is known to support the following ADB keyboards:
The number pad on extended keyboards does not send out the proper key codes for many applications.
The LEDs on extended keyboards are not functional under NetBSD.
In X11 with the default key mapping, middle and right mouse button
events will hold ‘Meta_L
’ and this
will clobber the intended mouse button. ⟨Option⟩ shoud be
remapped with xmodmap(1) to
the ⟨Command⟩ key:
remove Mod4 = Super_L remove Mod1 = Alt_L add Mod1 = Super_L
January 20, 2025 | NetBSD 10.99 |