Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Philip Paeps
bab58ce907
Fix the '\' next to lshift for users of Belgian keyboards.
...
Submitted by: Glenn Matthys <glenn@opengate.be>
Approved by: njl
2004-07-02 18:19:01 +00:00
Max Khon
636d6d5926
Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimics
...
ru(winkeys) XFree86 layout.
Differences with ru.koi8-r.shift.kbd are:
- ctrl+shift = alock
- left/right win = meta, menu = saver
- alock'ed shift+[0-9] = )!@#$%^&*(
2004-03-15 20:34:18 +00:00
Bruce Evans
72abc018fe
Rremoved bogus -static from CFLAGS. Makeworld will add -static in the
...
correct place if needed and possible. Self-hosted builds can just use
the system default.
2004-02-26 07:50:56 +00:00
Andrey A. Chernov
7d864d560c
Add kk_KZ.PT154
...
Submitted by: Birsh T <tim@zhezu.kz>
2004-01-29 16:28:22 +00:00
Alex Dupre
7ff83c098f
MFS: Switch from iso-8859-1 to iso-8859-15.
...
Approved by: blackend (mentor)
2004-01-23 16:37:51 +00:00
Ruslan Ermilov
98159625c4
Use the standard <bsd.files.mk> API to install files.
2004-01-19 13:40:51 +00:00
Andrey A. Chernov
24b5e6f18b
Add be_BY.*
...
Submitted by: Yury Tarasievich <grog@grsu.by>
2003-12-20 11:18:43 +00:00
John Baldwin
e3ba3497a3
Fix a typo that broke one of the Greek keyboard maps.
...
PR: bin/59078
Submitted by: Panagiotis Astithas <past@noc.ntua.gr>
Approved by: re (rwatson)
2003-11-20 20:41:12 +00:00
Andrey A. Chernov
c99b3df68f
Fix Ctrl-\
...
Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
2003-07-06 03:09:40 +00:00
Andrey A. Chernov
cf35742847
Add ARMSCII-8 console stuff
...
PR: 53944
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
2003-07-05 12:38:18 +00:00
Andrey A. Chernov
08ae2ef555
Replace lat-amer.kbd with two keyboards
...
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
2003-06-23 21:01:57 +00:00
Andrey A. Chernov
9625c742de
Misc fixes from originator
...
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
PR: 53327
2003-06-23 13:37:07 +00:00
Murray Stokely
611b183f86
German keymap with dead keys.
...
PR: misc/28456
Submitted by: Ulrich Luttner <luttner@web.de>
MFC After: 1 week
2003-06-19 08:34:38 +00:00
Murray Stokely
1a2a1cda3a
Add US syscons keymap w/ accents.
...
PR: misc/18459
2003-06-19 08:08:17 +00:00
Murray Stokely
b07f858e8b
Add French dvorak-like keymap for syscons.
...
PR: conf/50732
Submitted by: Frederic PRACA <frederic.praca@freebsd-fr.org>
Approved by: re
2003-05-16 03:46:53 +00:00
Murray Stokely
c14b1e3675
Fix the M and < keys on Belgian keyboards.
...
PR: conf/30341, i386/48398
Submitted by: Chris Pockele <chrisp@belgacom.net>
Approved by: re
2003-05-16 03:37:52 +00:00
Murray Stokely
a9e91c5ea4
Fix < >, { } and [ ] keys.
...
PR: conf/47556
Approved by: re (murray)
2003-05-16 03:34:23 +00:00
Murray Stokely
1fe904f0c7
Add Norwegian dvorak keymap.
...
PR: conf/47556
Submitted by: Eirik Nygaard <eirikn@bluezone.no>
2003-05-05 06:06:55 +00:00
Luigi Rizzo
f6cb89e74d
New mapping for the italian keyboard, includes the Euro symbol
...
and other localized keys.
MFC candidate pending re@ approval.
Contributed by: Gruppo Utenti FreeBSD Italia (www.gufi.org)
No-reply-from: ache
MFC after: 3 days
2003-03-01 14:45:17 +00:00
Andrey A. Chernov
34c763eff1
Add Dutch ISO keymap
...
PR: 17699
Submitted by: Edwin Groothuis <mavetju@chello.nl>
2002-10-17 19:56:00 +00:00
Jens Schweikhardt
7b25407e31
Fix typo and ispell while I'm here.
...
PR: bin/41819
Submitted by: Christophe Juniet <cjuniet@entreview.com>
MFC after: 3 days
2002-08-21 07:51:45 +00:00
Ruslan Ermilov
d2893b161b
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
Ruslan Ermilov
0b87f79976
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
Jeroen Ruigrok van der Werven
eb8f9028fb
Add the Euro symbol mapping to the UK keyboard keymap.
...
PR: 33956
Submitted by: Andrew McKay <andy@openirc.co.uk>
MFC after: 3 weeks
2002-04-08 19:16:01 +00:00
Andrey A. Chernov
ee6ebaaa18
The idea of mapping non-existen characters to space (0x20) was nice alone,
...
but those maps also used as backward maps for Paste, so space becomes mapped
to last non-existen character on Paste as result.
Fix it by mapping non-existen characters to another non-existen one, i.e. to
0x00, so unused 0x00 can be backward-mapped to some junk without real harm.
Pointed by: Alexander Kabaev <ak03@gte.com>
2002-01-21 21:52:02 +00:00
Andrey A. Chernov
1f985d97be
Fix to conform standard
2002-01-01 07:43:45 +00:00
Andrey A. Chernov
a6a05eeb91
Add 8859-5 keymaps
...
PR: 32449
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2002-01-01 06:51:22 +00:00
Andrey A. Chernov
afa2b29dda
Add 8859-5 fonts
...
PR: 32448
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2002-01-01 06:44:36 +00:00
Maxim Sobolev
46f32e5e98
Add missed capital GHE letter.
...
PR: 28571
Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-05 16:09:10 +00:00
Andrey A. Chernov
d4e8a3b4c9
Add us-ascii_to_cp437 screenmap
2001-11-23 11:15:21 +00:00
Andrey A. Chernov
324af1c9d1
Add table for iso-8859-4 vga9 fonts
2001-11-23 01:39:42 +00:00
Andrey A. Chernov
fff553220c
1) Map all unused characters into 'space'.
...
2) iso-8859-4_to_cp437 not do what its name tells at all, remove it
2001-11-23 01:25:56 +00:00
Andrey A. Chernov
3986c7fcf0
Standard conformance cleanup
2001-11-23 00:10:17 +00:00
Andrey A. Chernov
3807520bc8
Standards conformance cleanup
2001-11-22 23:39:06 +00:00
Andrey A. Chernov
ae4ee2f52e
Improve Greek support in syscons
...
PR: 32119
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:48:58 +00:00
Andrey A. Chernov
64f9eb2f00
Replace wrong CP437 font by actual Latin7 one
...
PR: 32120
Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
2001-11-20 18:17:29 +00:00
Maxim Sobolev
f209c33139
Add support for entering the Ukrainian letter GHE with upturn and for Russian
...
YO (`e' with two dots).
PR: 28573
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
MFC after: 2 weeks
2001-11-14 21:28:10 +00:00
Maxim Sobolev
553011e3cf
Style: don't mix decimal and hex values in the same file (convert all to
...
decimal).
MFC after: 2 weeks
2001-11-14 21:14:39 +00:00
Alexey Zelkin
8b8d1b2903
fix ukrainian translation of 'Norwegian' word
...
PR: misc/28605
Submitted by: Alexey Klimov <klim@unique.kiev.ua>
2001-11-14 18:52:43 +00:00
Yoshihiro Takahashi
6bb4c6e64f
Added PC-98x1 keymaps.
2001-06-17 03:10:38 +00:00
Andrey A. Chernov
127f4717f9
ISO_ -> ISO rename
2001-06-11 02:17:23 +00:00
Andrey A. Chernov
bc930028f5
ISO_ -> ISO (partially)
2001-06-11 02:12:25 +00:00
Maxim Sobolev
21c8c21296
Remove commented out line that doesn't belong here.
2001-05-31 14:42:04 +00:00
Maxim Sobolev
1adc0a5c02
Add Ukrainian language support for FreeBSD console.
...
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
Reviewed by: ache, phantom, ru, sobomax
2001-04-17 12:51:27 +00:00
Maxim Sobolev
92d86b9e1e
Whitespace only: convert several tabs into spaces to make style consistent.
2001-04-09 16:55:32 +00:00
Maxim Sobolev
16b88ed98d
Whitespace only: Convert several tabs into spaces, to make style consistent.
2001-04-09 16:36:48 +00:00
Andrey A. Chernov
2ef08b2e1b
Shift+Ins - paste buffer
...
Shift+PrintScr - prev. screen
2001-03-11 23:41:19 +00:00
Andrey A. Chernov
c6257e4afd
Add Greek keyboard
...
PR: 24324
Submitted by: past@netmode.ntua.gr
2001-01-17 16:27:47 +00:00