summaryrefslogtreecommitdiffstats
path: root/share/syscons
Commit message (Collapse)AuthorAgeFilesLines
* Include descriptions for keymaps missing from INDEX.keymaps. This fixesgavin2011-09-131-0/+16
| | | | | | | | the five keymaps referred to only by filename on the keymap selection screen of bsdinstall. Approved by: re (kib) MFC after: 1 week
* syscons: install all available kbdmapsuqs2011-01-301-3/+3
| | | | | | | eee_nordic.kbd, us.dvorakl.kbd, and us.dvorakr.kbd were not installed. Found by: Neil Short <neshort@yahoo.com> MFC after: 3 weeks
* Make German formal clause to be consistent with the keymap counterpart.delphij2010-11-291-1/+1
| | | | | Submitted by: arundel MFC after: 1 week
* Add a manual shrinked version of swiss-8x16 as swiss-8x14.delphij2010-11-282-1/+85
| | | | MFC after: 2 months
* Add a keymap for the Swiss-German Macbook keyboard.gavin2010-08-073-0/+141
| | | | | | | PR: conf/139997 Submitted by: Andreas Tobler <andreast fgznet.ch> MFC after: 2 weeks Committed from: Bugathon #7
* Add missing newline in last line of file.uqs2010-02-161-1/+1
| | | | | Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor)
* Add various new keymaps:edwin2009-06-125-2/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | addition: danish syscons keymap with accents There are two danish keymap files shipping with FreeBSD: danish.iso.kbd and danish.cp865.kbd. None of these support accents by use of dead keys, which isn't crucial to Danes but often used. This is a new keymap, danish.iso.acc.kbd, that's based on danish.iso.kbd with the accent part taken from german.iso.acc.kbd. pl_PL.dvorak keymap for syscons. Polish dvorak keymap by Robert Sebastian Gerus (17:05 01-07-2006 CEST) <arachnist@gmail.com>. Based on pl_PL.ISO-8859-2 and us.dvorak keymaps. British English Dvorak keymap for syscons. Attached is a Dvorak keymap for British English, with a pound-sterling symbol on on Shift-3 and some other characters in different places to the US Dvorak keymap. I've based the layout on the X.org GB keymap, Dvorak variant. PR: conf/72978, kern/99692, conf/117257 Submitted by: Kim Norgaard <jasen@jasen.dk>, Robert Sebastian Gerus <arachnist@gmail.com>, "Benjamin A'Lee" <bma@subvert.org.uk> MFC after: 1 week
* French translations for keyboards keymaps descriptionsedwin2009-06-121-9/+62
| | | | | | | | | | French translations for keyboards keymaps descriptions with some corrections on existing translations in the /usr/share/syscons/keymaps/INDEX.keymaps PR: conf/71767 Submitted by: Henri Michelon <hmichelon@e-cml.org> MFC after: 1 week
* Euro is missingmarkm2009-05-251-1/+1
| | | | | With this I shall see it fixed Thank you for your time
* Add the nordic keyboard layout for Asus eee devices.philip2008-10-172-0/+133
| | | | | | PR: 126841 Submitted by: Peter <pb -at- ludd.ltu.se> MFC after: 3 days
* Macbook [Pro] keyboards in AZERTY don't need shift to get to '~'.roberto2008-07-291-1/+1
| | | | MFC after: 3 days
* 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
|
OpenPOWER on IntegriCloud