Poul-Henning Kamp
59a3a63c97
Just the sans-serif console font that I use on my system; I've made the
...
letters one pixel taller, and the ()[]{} are more distinct. Nice if
your monitor is small. 8x16 and 8x8 fonts included.
PR: 4208
Reviewed by: phk
Submitted by: Dan Nelson <dnelson@emsphone.com>
1998-05-04 11:24:05 +00:00
Warner Losh
58ee96c06e
fkey61 is the same thing as del, kinda. Make sure that we really swap del and
...
bs.
Reported by: Chuck Robey
1998-03-30 04:25:42 +00:00
Warner Losh
432f450f4e
Add us.unix.kbd. Just like us.iso.kbd except:
...
ESCAPE and `~ are swapped
CTRL and CAPS LOCK are swapped
BACKSPACE and DELETE are swapped
Suitable for keymap=us.unix in your rc.conf file or for setting on the
fly with kbdcontrol -l us.unix. This is the keyboard layout of many of
the more traditional unix workstations and terminals that have been around
for a very long time. Older Sun keyboards and VT100's had a layout
very similar to the PC, with the above exceptions.
Idea Reviewed by: Many people in -hackers
1998-03-28 06:42:43 +00:00
Kazutaka YOKOTA
ae74588799
Reword description of Brazilian keyboard.
...
Submitted by: Daniel C. Sobral
1998-02-15 18:22:40 +00:00
Kazutaka YOKOTA
222594769c
- Add Brazilian keymap with accent definitions.
...
- Better Portuguese language support for kbdmap(1).
PR: misc/5723
Submitted by: Daniel C. Sobral
1998-02-12 17:06:47 +00:00
Kazutaka YOKOTA
3ccf5d97e5
Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.
...
OKed by ache.
1998-01-28 08:01:13 +00:00
Kazutaka YOKOTA
6c9e930a70
Oops, remove the wrong comment line I accidentaly added in the last commit.
1998-01-28 07:57:00 +00:00
Kazutaka YOKOTA
ed1aa62411
- Correct inconsistencies among keymaps.
...
- define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this
key sequence but not all keymaps had it!)
- define CTL-SPACE as NUL in all keymaps.
- define CTL-ALT-SPACE as `suspend' key in all but Russiun keymaps.
- Fix Japanese keymaps. Some CTL- keystrokes were wrong.
- Remove accent (dead) key definitions from spanish.iso.kbd,
fr.iso.kbd and icelandic.iso.kbd. Create spanish.iso.acc.kbd,
fr.iso.acc.kbd and icelandic.iso.acc.kbd with accent key definitions
instead.
- Update INDEX.keymaps and Makefile.
1998-01-27 13:36:59 +00:00
Ollivier Robert
89d224d415
Add support for dead keys in the French ISO keymap.
...
Submitted by: Pierre Beyssac <pb@fasterix.freenix.org>
1998-01-08 23:15:53 +00:00
Kazutaka YOKOTA
98a2a48522
icelandic.iso.kbd
...
- New, Icelandic keymap with accent (dead) key definitions.
Based on the work done by totii@est.is .
spanish iso.kbd
- Added accent (dead) key definitions.
Based on the work done by jmrueda@diatel.upm.es .
1998-01-07 08:46:53 +00:00
Wolfram Schneider
a2ef3b1555
444 -> ${SHAREMODE}
...
/usr/share -> ${SHAREDIR}
1998-01-03 14:09:21 +00:00
Andrey A. Chernov
8b3dee4702
Add Slovenian keyboard
...
Submitted by: Blaz Zupan <blaz@amis.net>
1997-11-07 15:55:07 +00:00
Andrey A. Chernov
2e1b5246d1
- print ¤ when pressing Shift-4 (not w/ AltGR-4 as in the original).
...
- print $ when pressing AltGr-4 (not w/ Shift-4 as in the original).
Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
1997-09-24 22:13:18 +00:00
Wolfram Schneider
c1f011d2f1
Polish fonts and keymap.
...
Submitted by: abial@warman.org.pl
PR: 4522
1997-09-22 21:44:54 +00:00
Søren Schmidt
08bc46952f
Fix the key marked '9' ')' ']' to produce ascii gs with control.
1997-08-18 16:21:38 +00:00
Poul-Henning Kamp
fbc8c86895
Be systematic here...
1997-07-24 09:50:53 +00:00
Andrey A. Chernov
dbbbfe98f7
Add Latin American keyboard
...
PR: 2863
1997-07-14 18:29:56 +00:00
Andrey A. Chernov
2e484ca0b3
Belgian keyboard fixes
...
Submitted by: bovynf@awe.be
1997-06-14 22:26:52 +00:00
Jordan K. Hubbard
ea9fb9a43c
New Italian keymap
...
Submitted by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>
1997-05-10 23:05:41 +00:00
Andrey A. Chernov
95a3cdde39
Back out cd ${.CURDIR}, stale obj fault
1997-04-04 01:44:25 +00:00
Søren Schmidt
9751c10998
put the german keys where they belong.
...
Submitted by: Slaven Rezic
1997-04-03 09:10:37 +00:00
Andrey A. Chernov
7afe3a8a33
cd ${.CURDIR} before installing, since no files in the obj directory
1997-04-02 16:56:56 +00:00
Peter Wemm
b97fa2ef50
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Jordan K. Hubbard
0ccf9dd3f5
I was wrong about this file - NOOBJ is not correct here.
1997-01-02 00:49:02 +00:00
Jordan K. Hubbard
f91b47f59a
Add missing NOOBJ
1997-01-01 10:29:28 +00:00
Bruce Evans
7793986515
Don't create unused object directory.
...
Don't override harmless clean rule.
1997-01-01 05:15:09 +00:00
Bruce Evans
015a0dc2e4
Use ${COPY} instead of -c for installing non-source files.
1997-01-01 04:22:23 +00:00
Joerg Wunsch
0ef77e34d2
Fix a syntax error in the Belgian keymap. It caused a wrong mapping
...
and a superfluous `i' on stdout (lex' default rule...).
1996-11-09 03:03:47 +00:00
Joerg Wunsch
0dfb2364d6
My MDA screen finally bothered me enough to create an ISO 8859-1 ->
...
IBM cp437 screenmap file.
1996-11-06 22:49:49 +00:00
Andrey A. Chernov
e91cf4df93
Add swissgerman keyboard
...
Submitted by: Adrian Steinmann <ast@marabu.ch>
1996-10-21 23:34:59 +00:00
Søren Schmidt
29699eb1c7
Apparently the last few lines has been eaten somehow.
...
Submitted by: Daniel C. Sobral
1996-10-06 07:58:02 +00:00
Søren Schmidt
fa1e8cdd2f
Fix the bug that caused switch to ttyv02 when pressing the numpad enter.
1996-09-09 20:54:02 +00:00
Wolfram Schneider
0de24e5e51
add 8x16 iso-8859-2 font
...
submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
1996-08-19 22:13:06 +00:00
Wolfram Schneider
9f142f0b88
abbreviate UK
...
add iso keyboard map for Belgian
1996-08-19 22:11:16 +00:00
Wolfram Schneider
4fd01d0020
add br275.iso.kbd - Brazilian 275 keyboard ISO-8859-1
...
add br275.cp850.kbd - Brazilian 275 keyboard Codepage 850
Makefile: sort keymaps entries
submitted by: Daniel C. Sobral <dcs@gns.com.br>
1996-07-30 22:30:11 +00:00
Wolfram Schneider
850e2f4f36
s/Choise/Choose/g
...
close PR misc/1426
Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
1996-07-25 14:06:55 +00:00
Søren Schmidt
7e5d90a0d7
Norwegian iso keyboard definition file added.
...
Submitted by: "Åge Røbekk" <aagero@aage.priv.no>
1996-07-01 19:56:56 +00:00
Wolfram Schneider
eab78725f7
add keymap entries for
...
Italian ISO, Japanese 106/106x, Spanish ISO [en,de]
add US dvorak [en,de,fr]
remove old test examples
1996-04-14 17:22:43 +00:00
Jordan K. Hubbard
c8f22f0e34
Add an Italian keyboard entry. I'm not exactly sure if it's ISO standard
...
since I've no idea what the ISO standard for Italian keyboards is, but we
can always adjust it later and this is better than the nothing we had before.
Submitted by: Gianmarco Giovannelli <gmarco@masternet.it>
1996-03-07 23:20:30 +00:00
Wolfram Schneider
a9531cf5b8
add forgotten INDEX.keymaps, kbdmap(1) need this file
1996-02-18 02:26:03 +00:00
Wolfram Schneider
4d5adcbe86
add forgotten INDEX.fonts, kbdmap(1) need this file
1996-02-18 02:25:32 +00:00
Andrey A. Chernov
1246b9be86
Change mapping slightly
1996-01-25 16:29:41 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Satoshi Asami
33903a061a
Dvorak keyboard users of the world unite!
...
us.dvorak.kbd: The "standard" (note the quotes, there really isn't any
standard for non-alphanumeric keys in the Dvorak
world) version, identical to what MicroSoft
distributes in their DOS-6.22 supplementary disk.
us.dvorakx.kbd: The version I use, three pairs swapped (esc <-> `~,
clock <-> lctrl, and =+ <-> \|) from the above.
1995-11-15 11:49:49 +00:00
Jordan K. Hubbard
f33c8acf09
Add spanish keymap.
...
Submitted by: Paco Rosich <rosich@modico.eleinf.uv.es>
1995-07-27 23:09:17 +00:00
Bruce Evans
9c0dc173cc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
Satoshi Asami
037b03ba12
Add jp.106.kbd and jp.106x.kbd to list of KEYMAPS so that they will
...
get installed.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-06-19 08:21:24 +00:00
Rodney W. Grimes
44204187ec
Remove trailing whitespace.
1995-05-30 06:58:14 +00:00
Satoshi Asami
f1d04c8507
A popular variation of the 106-key keymap -- this one has control
...
and caps-lock swapped.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-05-02 07:11:46 +00:00