diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 01:12:21 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 01:12:21 +0000 |
commit | 9281fb6fdf7fbed7d79a0a38aca31604cf4813a8 (patch) | |
tree | fa3a7b848e80c3514b7eb66ca8ad8ec580fe64c3 /sys | |
parent | d170bb3702bf54e2500dd108e9c92b2215d1b161 (diff) |
Fix direction.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_kbdmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_kbdmap.h b/sys/arch/zaurus/dev/zaurus_kbdmap.h index 3921ec841d8..256c783d5ba 100644 --- a/sys/arch/zaurus/dev/zaurus_kbdmap.h +++ b/sys/arch/zaurus/dev/zaurus_kbdmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_kbdmap.h,v 1.5 2005/01/14 00:53:12 drahn Exp $ */ +/* $OpenBSD: zaurus_kbdmap.h,v 1.6 2005/01/14 01:12:20 drahn Exp $ */ /* * Copyright (c) 2005 Dale Rahn <drahn@openbsd.org> @@ -77,11 +77,11 @@ static const keysym_t zkbd_keydesc_us[] = { KC(68), KS_Return, KC(70), KS_KP_Right, /* right, */ KC(80), KS_KP_Next, /* OK, (ext) */ - KC(81), KS_KP_Next, /* tog left, */ + KC(81), KS_KP_Prior, /* tog left, */ KC(83), KS_Shift_R, KC(84), KS_Shift_L, KC(88), KS_KP_Prior, /* cancel (ext), */ - KC(89), KS_KP_Prior, /* tog right, */ + KC(89), KS_KP_Next, /* tog right, */ KC(93), KS_Mode_switch /* Fn */ }; |