diff options
| author | tsarna <tsarna@NetBSD.org> | 2000-03-19 06:31:17 +0000 |
|---|---|---|
| committer | tsarna <tsarna@NetBSD.org> | 2000-03-19 06:31:17 +0000 |
| commit | 893f3574fba347e1f4cc735b8940aaed87a53ede (patch) | |
| tree | 07b905764c8471adefba4c70f542647cc8f50ead /sys/dev | |
| parent | 4f2a934e05115f867e3d6be3d3115a366d1a8338 (diff) | |
Make clearer. IMHO, all of this code should stop referring to Control-L
and Control-R, since those suggest ^L and ^R, not Left and Right Control.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wscons/wsksymdef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsksymdef.h b/sys/dev/wscons/wsksymdef.h index d6cd4b50db3..6aa6753a1e5 100644 --- a/sys/dev/wscons/wsksymdef.h +++ b/sys/dev/wscons/wsksymdef.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsksymdef.h,v 1.29 2000/03/19 06:24:52 tsarna Exp $ */ +/* $NetBSD: wsksymdef.h,v 1.30 2000/03/19 06:31:17 tsarna Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -473,7 +473,7 @@ #define KB_NODEAD 0x0001 #define KB_DECLK 0x0002 /* DEC LKnnn layout */ #define KB_LK401 0x0004 /* DEC LK401 instead LK201 */ -#define KB_SWAPCTRLCAPS 0x0008 /* Swap Control and Caps-Lock */ +#define KB_SWAPCTRLCAPS 0x0008 /* Swap Left-Control and Caps-Lock */ #define KB_DVORAK 0x0010 /* Dvorak layout */ #define KB_METAESC 0x0020 /* generate ESC prefix on ALT-key */ |
