Support numpad on newer macppc Apple PowerBooks
authorgkoehler <gkoehler@openbsd.org>
Tue, 2 Jul 2024 05:50:02 +0000 (05:50 +0000)
committergkoehler <gkoehler@openbsd.org>
Tue, 2 Jul 2024 05:50:02 +0000 (05:50 +0000)
commit997966b1176e871a972b13b5c329f402cc64d843
tree938def2eb13ff352b9e4cb57cbbfe69a3a05ef44
parent7407cf33afc84799fbb73196c5794f6384dca795
Support numpad on newer macppc Apple PowerBooks

This is for newer PowerBooks with ukbd(4), and doesn't affect older
models with akbd(4).  The Fn key now makes a numpad,

     7  8  9  0  -          7  8  9  /  =
      U  I  O  P      =>     4  5  6  *
       J  K  L  ;             1  2  3  -
           M  .  /                0  .  +

Also, Fn+F6 is Num Lock.  This acts like Num Lock on other USB
keyboards, and unlike Num Lock on akbd(4).

From jon (at) elytron (dot) openbsd (dot) amsterdam
sys/dev/hid/hidkbd.c