summaryrefslogtreecommitdiffstats
path: root/share/syscons
Commit message (Collapse)AuthorAgeFilesLines
...
* Recode the colemak keymap to ISO-8859.philip2008-06-041-28/+28
| | | | | | | | | I accidently converted the file to Unicode before committing it and kbdcontrol doesn't like that very much. Spotted by: ed Pointy hat to: philip MFC after: 1 day
* Add support for the Colemak keyboard layout from: http://colemak.com/.philip2008-05-273-3/+155
| | | | | | | # While here, restore alphabetical order in INDEX.keymaps. Submitted by: Geert Hendrickx <ghen -at- netbsd.org> MFC after: 1 week
* Add a Macbook/Macbook Pro compatible keyboard layout for French keyboards.roberto2007-07-133-0/+146
| | | | | | | | | | | It is a latin9/ISO_8859-15 and features dead keys for ^/uml/`, Euro, oe/OE support and a few additional characters like copyright/trademark. It is probably Powerbook/iBook compatible but I don't have a machine to test it with and the primary objective was to have a correct keyboard for within Parallels (for IntelMacs). Approved by: re (hrs)
* Fix hr.iso syscons keymap, making it possible to type < and >.philip2007-02-041-2/+2
| | | | | | PR: conf/105642 Submitted by: ivoras MFC after: 3 days
* Add French dvorak keymap that supports accents. Based on Francismurray2007-01-163-1/+159
| | | | | | | Leboutte's french layout. Submitted by: Clement Pillias <clementpillias@nerim.net> MFC after: 1 week
* Backout my last changes. ISO-8859-15 does not specify ACS graphics.matteo2006-04-304-31/+31
| | | | Requested by: ache
* Add curses ACS line graphics support for iso15 fontsmatteo2006-04-294-31/+31
| | | | | | | | | | | | | | | Now ncurses-based programs such as sysinstall and mc will display the correct font for graphical lines instead of "-" and "+" characters. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme <olli@secnetix.de> MFC after: 1 week
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-212-2/+2
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-242-2/+2
| | | | any fake value.
* Fix the '\' next to lshift for users of Belgian keyboards.philip2004-07-022-2/+2
| | | | | Submitted by: Glenn Matthys <glenn@opengate.be> Approved by: njl
* Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimicsfjoe2004-03-152-1/+244
| | | | | | | | | 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] = )!@#$%^&*(
* Rremoved bogus -static from CFLAGS. Makeworld will add -static in thebde2004-02-261-1/+1
| | | | | correct place if needed and possible. Self-hosted builds can just use the system default.
* Add kk_KZ.PT154ache2004-01-294-1/+493
| | | | Submitted by: Birsh T <tim@zhezu.kz>
* MFS: Switch from iso-8859-1 to iso-8859-15.ale2004-01-231-3/+3
| | | | Approved by: blackend (mentor)
* Use the standard <bsd.files.mk> API to install files.ru2004-01-193-62/+47
|
* Add be_BY.*ache2003-12-209-0/+873
| | | | Submitted by: Yury Tarasievich <grog@grsu.by>
* Fix a typo that broke one of the Greek keyboard maps.jhb2003-11-201-1/+1
| | | | | | PR: bin/59078 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> Approved by: re (rwatson)
* Fix Ctrl-\ache2003-07-061-1/+1
| | | | Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
* Add ARMSCII-8 console stuffache2003-07-0513-6/+824
| | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
* Replace lat-amer.kbd with two keyboardsache2003-06-234-4/+122
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Misc fixes from originatorache2003-06-231-10/+35
| | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> PR: 53327
* German keymap with dead keys.murray2003-06-193-1/+147
| | | | | | PR: misc/28456 Submitted by: Ulrich Luttner <luttner@web.de> MFC After: 1 week
* Add US syscons keymap w/ accents.murray2003-06-193-1/+146
| | | | PR: misc/18459
* Add French dvorak-like keymap for syscons.murray2003-05-163-1/+128
| | | | | | PR: conf/50732 Submitted by: Frederic PRACA <frederic.praca@freebsd-fr.org> Approved by: re
* Fix the M and < keys on Belgian keyboards.murray2003-05-161-2/+2
| | | | | | PR: conf/30341, i386/48398 Submitted by: Chris Pockele <chrisp@belgacom.net> Approved by: re
* Fix < >, { } and [ ] keys.murray2003-05-161-5/+5
| | | | | PR: conf/47556 Approved by: re (murray)
* Add Norwegian dvorak keymap.murray2003-05-053-1/+120
| | | | | PR: conf/47556 Submitted by: Eirik Nygaard <eirikn@bluezone.no>
* New mapping for the italian keyboard, includes the Euro symbolluigi2003-03-011-56/+101
| | | | | | | | | | 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
* Add Dutch ISO keymapache2002-10-172-1/+139
| | | | | PR: 17699 Submitted by: Edwin Groothuis <mavetju@chello.nl>
* Fix typo and ispell while I'm here.schweikh2002-08-211-2/+2
| | | | | | PR: bin/41819 Submitted by: Christophe Juniet <cjuniet@entreview.com> MFC after: 3 days
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-293-3/+3
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-182-2/+2
|
* Add the Euro symbol mapping to the UK keyboard keymap.asmodai2002-04-081-1/+1
| | | | | | PR: 33956 Submitted by: Andrew McKay <andy@openirc.co.uk> MFC after: 3 weeks
* The idea of mapping non-existen characters to space (0x20) was nice alone,ache2002-01-215-58/+58
| | | | | | | | | | 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>
* Fix to conform standardache2002-01-013-64/+64
|
* Add 8859-5 keymapsache2002-01-014-2/+496
| | | | | PR: 32449 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Add 8859-5 fontsache2002-01-015-0/+243
| | | | | PR: 32448 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Add missed capital GHE letter.sobomax2001-12-051-1/+1
| | | | | PR: 28571 Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
* Add us-ascii_to_cp437 screenmapache2001-11-232-1/+40
|
* Add table for iso-8859-4 vga9 fontsache2001-11-232-1/+69
|
* 1) Map all unused characters into 'space'.ache2001-11-236-107/+43
| | | | 2) iso-8859-4_to_cp437 not do what its name tells at all, remove it
* Standard conformance cleanupache2001-11-233-36/+36
|
* Standards conformance cleanupache2001-11-2234-603/+609
|
* Improve Greek support in sysconsache2001-11-206-1/+351
| | | | | PR: 32119 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Replace wrong CP437 font by actual Latin7 oneache2001-11-201-29/+29
| | | | | PR: 32120 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Add support for entering the Ukrainian letter GHE with upturn and for Russiansobomax2001-11-141-2/+2
| | | | | | | | YO (`e' with two dots). PR: 28573 Submitted by: Alexey Klimov <klim@unique.kiev.ua> MFC after: 2 weeks
* Style: don't mix decimal and hex values in the same file (convert all tosobomax2001-11-141-10/+10
| | | | | | decimal). MFC after: 2 weeks
* fix ukrainian translation of 'Norwegian' wordphantom2001-11-141-5/+5
| | | | | PR: misc/28605 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Added PC-98x1 keymaps.nyan2001-06-174-1/+273
|
* ISO_ -> ISO renameache2001-06-111-116/+0
|
OpenPOWER on IntegriCloud