#
e9677b09 |
| 22-Nov-2023 |
tobhe <tobhe@openbsd.org> |
Add support for keyboard backlight hotkeys in wskbd and hook up macppc apple keyboards.
From jon (at) elytron (dot) openbsd (dot) amsterdam with some changes by me ok gkoehler@
|
#
dd0e8e25 |
| 09-Jul-2023 |
tobhe <tobhe@openbsd.org> |
Add suspend key support in wskbd and make it work on Apple ARM laptops.
feedback and ok miod@
|
#
028993a7 |
| 02-Nov-2020 |
tobhe <tobhe@openbsd.org> |
Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).
ok kn@
|
#
9fd0b072 |
| 20-Nov-2013 |
miod <miod@openbsd.org> |
Fix translation table for JIS keys; reported by Nakano Takaharu.
|
#
8ec73099 |
| 14-Apr-2013 |
miod <miod@openbsd.org> |
Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.
|
#
62d579d7 |
| 03-Apr-2012 |
miod <miod@openbsd.org> |
Do not turn keypad delete key into the other delete key when creating the USB layouts; reported by opera@witworx.com, thanks!
|
#
1ce9863a |
| 31-Jul-2010 |
miod <miod@openbsd.org> |
Support extra F-keys (up to F24) on HID keyboards.
|
#
401d460b |
| 11-Jan-2009 |
miod <miod@openbsd.org> |
Put the audio volume control keys in the conversion table, instead of adding them explicitely at the end of the us layout.
|
#
652cd278 |
| 09-Aug-2008 |
miod <miod@openbsd.org> |
Add the fr-dvorak-be'po layout as fr.dvorak for ps/2 and usb keyboards. This is only the simplified layout, which is final; the complete layout with extra symbols is still being discussed.
|
#
2fa9a9d1 |
| 19-May-2008 |
miod <miod@openbsd.org> |
Add the Sun extended keys (L keys, volume keys) to the console mode layouts.
|
#
44a07a89 |
| 17-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
No longer include usb_port.h, all macros have been converted to their C counterparts.
Revert usb_port.h to it's original form with all the macro definitions to ease the import of new drivers from ot
No longer include usb_port.h, all macros have been converted to their C counterparts.
Revert usb_port.h to it's original form with all the macro definitions to ease the import of new drivers from other BSDs.
after discussion with deraadt; feedback from mk, miod, jsg, dlg.
ok dlg.
show more ...
|
#
34c45a52 |
| 23-May-2005 |
miod <miod@openbsd.org> |
Duplicate keycode 50 as keycode 49, some USB keyboards use the latter.
with and ok millert@
|
#
85c2d222 |
| 19-May-2005 |
miod <miod@openbsd.org> |
Provide the same unmarked symbold on the fr.apple layout as found on the adb map; provides all the missing symbold (such as ~ | and \) one can not really use unix without. With (again) some help from
Provide the same unmarked symbold on the fr.apple layout as found on the adb map; provides all the missing symbold (such as ~ | and \) one can not really use unix without. With (again) some help from Jean-Marc Harang.
show more ...
|
#
5b49f55a |
| 19-May-2005 |
miod <miod@openbsd.org> |
Add a layout for the french Apple black usb keyboard (fr.apple). With help from Jean-Marc Harang, thanks!
|
#
09e93da9 |
| 12-May-2005 |
miod <miod@openbsd.org> |
Populate \t better in the output, for human readability; no change in the map themselves.
|
#
e7f0f4df |
| 12-May-2005 |
miod <miod@openbsd.org> |
Define a specific map for the Apple portuguese USB keyboards.
Based on input from Manuel Pata and Rodolfo Gouveia on tech@.
|
#
a10c1aae |
| 09-May-2005 |
miod <miod@openbsd.org> |
Create the USB keyboard layout tables from the PS/2 tables. Eases maintainability, and brings us half a dozen new layouts for free.
|