diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 00:04:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-14 00:04:51 +0000 |
commit | 8fc7911b8f60ae9b2d23f32c2c696ed93a41ee6c (patch) | |
tree | 9d78453fd99573c2f38d7636a5704685cff55cbb /sys/arch | |
parent | 0788be35d30bba9fccc1f817923c6e7b88723fe5 (diff) |
put the return key on the right key, Del not backspace, still needs altgr
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_kbdmap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_kbdmap.h b/sys/arch/zaurus/dev/zaurus_kbdmap.h index 84fcbe66bc7..1e436a4164c 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.1 2005/01/13 23:33:37 drahn Exp $ */ +/* $OpenBSD: zaurus_kbdmap.h,v 1.2 2005/01/14 00:04:50 drahn Exp $ */ /* * Copyright (c) 2005 Dale Rahn <drahn@openbsd.org> @@ -31,6 +31,7 @@ static const keysym_t zkbd_keydesc_us[] = { KC(11), KS_w, KC(12), KS_a, KC(13), KS_z, + /* KC(14), US, (left japanese) */ KC(16), KS_3, KC(17), KS_4, KC(18), KS_e, @@ -72,13 +73,12 @@ static const keysym_t zkbd_keydesc_us[] = { KC(59), KS_l, /* KC(61), up, */ /* KC(62), down, */ - KC(64), KS_BackSpace, + KC(64), KS_Delete, KS_BackSpace, KC(65), KS_p, - /* KC(68), US, (left japanese) */ + KC(68), KS_Return, /* KC(70), right, */ /* KC(80), OK, (ext) */ /* KC(81), tog left, */ - KC(83), KS_Return, KC(83), KS_Shift_R, KC(84), KS_Shift_L, /* KC(88), cancel (ext), */ |