- Record, Home, Rotate changed to the one expected by OPIE
- LeftOK is now Control (was Escape)
synced with .oz354x
keycode 61 = AltGr
keycode 62 = Escape
keycode 63 = Return
-keycode 64 = Escape
-keycode 65 = Down
-keycode 66 = Up
-keycode 67 = Control
+keycode 64 = Control
+keycode 65 = F15
+keycode 66 = F24
+keycode 67 = F12
keycode 68 = F13
keycode 79 = F15
keycode 80 = F16
RDEPENDS = "initscripts console-tools"
LICENSE = "GPL"
PACKAGE_ARCH = "${MACHINE}"
-PR = "r5"
+PR = "r9"
inherit update-rc.d
install -m 0755 ${WORKDIR}/keymap ${D}${sysconfdir}/init.d/
case ${MACHINE} in
- c7x0 | tosa | spitz | akita | collie | poodle )
+ c7x0 | tosa | spitz | akita | borzoi | collie | poodle )
install -m 0644 ${WORKDIR}/keymap-*.map ${D}${sysconfdir}
;;
*)