diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-14 16:39:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-14 16:39:16 +0000 |
commit | c701ddbb28f0bb41673c135f6cfe5280e7f341a3 (patch) | |
tree | 0c197c3e11b916ff05e294e5dae1215aa4de8c68 /sys/arch/zaurus/dev/zaurus_kbdmap.h | |
parent | d0c72d927a75ea05a98dca100b8035ffb0a8c16d (diff) |
Minor KNF and tweaks, also interrupt at IPL_TTY rather than IPL_BIO.
ok drahn@
Diffstat (limited to 'sys/arch/zaurus/dev/zaurus_kbdmap.h')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_kbdmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_kbdmap.h b/sys/arch/zaurus/dev/zaurus_kbdmap.h index d28002a5a49..c15630b80aa 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.7 2005/01/14 01:26:44 drahn Exp $ */ +/* $OpenBSD: zaurus_kbdmap.h,v 1.8 2005/01/14 16:39:15 miod Exp $ */ /* * Copyright (c) 2005 Dale Rahn <drahn@openbsd.org> @@ -28,7 +28,7 @@ static const keysym_t zkbd_keydesc_us[] = { KC(8), KS_1, KS_exclam, KC(9), KS_2, KS_quotedbl, KC(10), KS_q, - KC(11), KS_w, KS_W, KS_asciicircum, + KC(11), KS_w, KS_W, KS_asciicircum, KC(12), KS_a, KC(13), KS_z, /* KC(14), US, (left japanese) */ |