Use the 'macintosh' xkb model on adb keyboards. From mpi@, reminded by

landry@. ok deraadt@
This commit is contained in:
matthieu 2012-02-11 18:30:29 +00:00
parent 42a7ccaa6a
commit a682cc0ce7

View File

@ -73,6 +73,7 @@ struct nameint kbdopt[] = {
struct nameint kbdmodel[] = {
{ WSKBD_TYPE_ZAURUS, "zaurus" },
{ WSKBD_TYPE_ADB, "macintosh" },
{ 0 }
};