aboutsummaryrefslogtreecommitdiff
path: root/share/syscons
Commit message (Collapse)AuthorAgeFilesLines
* Make German formal clause to be consistent with the keymap counterpart.Xin LI2010-11-291-1/+1
| | | | | | | | Submitted by: arundel MFC after: 1 week Notes: svn path=/head/; revision=216040
* Add a manual shrinked version of swiss-8x16 as swiss-8x14.Xin LI2010-11-282-1/+85
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=215991
* Add a keymap for the Swiss-German Macbook keyboard.Gavin Atkinson2010-08-073-0/+141
| | | | | | | | | | PR: conf/139997 Submitted by: Andreas Tobler <andreast fgznet.ch> MFC after: 2 weeks Committed from: Bugathon #7 Notes: svn path=/head/; revision=211026
* Add missing newline in last line of file.Ulrich Spörlein2010-02-161-1/+1
| | | | | | | | Uncovered via: fromcvs vs. svn Approved by: ed (co-mentor) Notes: svn path=/head/; revision=203952
* Add various new keymaps:Edwin Groothuis2009-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 Notes: svn path=/head/; revision=194084
* French translations for keyboards keymaps descriptionsEdwin Groothuis2009-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 Notes: svn path=/head/; revision=194055
* Euro is missingMark Murray2009-05-251-1/+1
| | | | | | | | With this I shall see it fixed Thank you for your time Notes: svn path=/head/; revision=192766
* Add the nordic keyboard layout for Asus eee devices.Philip Paeps2008-10-172-0/+133
| | | | | | | | | PR: 126841 Submitted by: Peter <pb -at- ludd.ltu.se> MFC after: 3 days Notes: svn path=/head/; revision=183975
* Macbook [Pro] keyboards in AZERTY don't need shift to get to '~'.Ollivier Robert2008-07-291-1/+1
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=180949
* Recode the colemak keymap to ISO-8859.Philip Paeps2008-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 Notes: svn path=/head/; revision=179542
* Add support for the Colemak keyboard layout from: http://colemak.com/.Philip Paeps2008-05-273-3/+155
| | | | | | | | | | # While here, restore alphabetical order in INDEX.keymaps. Submitted by: Geert Hendrickx <ghen -at- netbsd.org> MFC after: 1 week Notes: svn path=/head/; revision=179357
* Add a Macbook/Macbook Pro compatible keyboard layout for French keyboards.Ollivier Robert2007-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) Notes: svn path=/head/; revision=171425
* Fix hr.iso syscons keymap, making it possible to type < and >.Philip Paeps2007-02-041-2/+2
| | | | | | | | | PR: conf/105642 Submitted by: ivoras MFC after: 3 days Notes: svn path=/head/; revision=166500
* Add French dvorak keymap that supports accents. Based on FrancisMurray Stokely2007-01-163-1/+159
| | | | | | | | | | Leboutte's french layout. Submitted by: Clement Pillias <clementpillias@nerim.net> MFC after: 1 week Notes: svn path=/head/; revision=166041
* Backout my last changes. ISO-8859-15 does not specify ACS graphics.Matteo Riondato2006-04-304-31/+31
| | | | | | | Requested by: ache Notes: svn path=/head/; revision=158173
* Add curses ACS line graphics support for iso15 fontsMatteo Riondato2006-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 Notes: svn path=/head/; revision=158144
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-212-2/+2
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-242-2/+2
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Fix the '\' next to lshift for users of Belgian keyboards.Philip Paeps2004-07-022-2/+2
| | | | | | | | Submitted by: Glenn Matthys <glenn@opengate.be> Approved by: njl Notes: svn path=/head/; revision=131469
* Add ru.koi8-r.win.kbd based on ru.koi8-r.shift.kbd which closely mimicsMax Khon2004-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] = )!@#$%^&*( Notes: svn path=/head/; revision=127037
* Rremoved bogus -static from CFLAGS. Makeworld will add -static in theBruce Evans2004-02-261-1/+1
| | | | | | | | correct place if needed and possible. Self-hosted builds can just use the system default. Notes: svn path=/head/; revision=126268
* Add kk_KZ.PT154Andrey A. Chernov2004-01-294-1/+493
| | | | | | | Submitted by: Birsh T <tim@zhezu.kz> Notes: svn path=/head/; revision=125208
* MFS: Switch from iso-8859-1 to iso-8859-15.Alex Dupre2004-01-231-3/+3
| | | | | | | Approved by: blackend (mentor) Notes: svn path=/head/; revision=124874
* Use the standard <bsd.files.mk> API to install files.Ruslan Ermilov2004-01-193-62/+47
| | | | Notes: svn path=/head/; revision=124716
* Add be_BY.*Andrey A. Chernov2003-12-209-0/+873
| | | | | | | Submitted by: Yury Tarasievich <grog@grsu.by> Notes: svn path=/head/; revision=123682
* Fix a typo that broke one of the Greek keyboard maps.John Baldwin2003-11-201-1/+1
| | | | | | | | | PR: bin/59078 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> Approved by: re (rwatson) Notes: svn path=/head/; revision=122924
* Fix Ctrl-\Andrey A. Chernov2003-07-061-1/+1
| | | | | | | Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no> Notes: svn path=/head/; revision=117271
* Add ARMSCII-8 console stuffAndrey A. Chernov2003-07-0513-6/+824
| | | | | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de> Notes: svn path=/head/; revision=117260
* Replace lat-amer.kbd with two keyboardsAndrey A. Chernov2003-06-234-4/+122
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=116762
* Misc fixes from originatorAndrey A. Chernov2003-06-231-10/+35
| | | | | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> PR: 53327 Notes: svn path=/head/; revision=116732
* German keymap with dead keys.Murray Stokely2003-06-193-1/+147
| | | | | | | | | PR: misc/28456 Submitted by: Ulrich Luttner <luttner@web.de> MFC After: 1 week Notes: svn path=/head/; revision=116576
* Add US syscons keymap w/ accents.Murray Stokely2003-06-193-1/+146
| | | | | | | PR: misc/18459 Notes: svn path=/head/; revision=116575
* Add French dvorak-like keymap for syscons.Murray Stokely2003-05-163-1/+128
| | | | | | | | | PR: conf/50732 Submitted by: Frederic PRACA <frederic.praca@freebsd-fr.org> Approved by: re Notes: svn path=/head/; revision=115051
* Fix the M and < keys on Belgian keyboards.Murray Stokely2003-05-161-2/+2
| | | | | | | | | PR: conf/30341, i386/48398 Submitted by: Chris Pockele <chrisp@belgacom.net> Approved by: re Notes: svn path=/head/; revision=115050
* Fix < >, { } and [ ] keys.Murray Stokely2003-05-161-5/+5
| | | | | | | | PR: conf/47556 Approved by: re (murray) Notes: svn path=/head/; revision=115049
* Add Norwegian dvorak keymap.Murray Stokely2003-05-053-1/+120
| | | | | | | | PR: conf/47556 Submitted by: Eirik Nygaard <eirikn@bluezone.no> Notes: svn path=/head/; revision=114702
* New mapping for the italian keyboard, includes the Euro symbolLuigi Rizzo2003-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 Notes: svn path=/head/; revision=111698
* Add Dutch ISO keymapAndrey A. Chernov2002-10-172-1/+139
| | | | | | | | PR: 17699 Submitted by: Edwin Groothuis <mavetju@chello.nl> Notes: svn path=/head/; revision=105353
* Fix typo and ispell while I'm here.Jens Schweikhardt2002-08-211-2/+2
| | | | | | | | | PR: bin/41819 Submitted by: Christophe Juniet <cjuniet@entreview.com> MFC after: 3 days Notes: svn path=/head/; revision=102213
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-293-3/+3
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-182-2/+2
| | | | Notes: svn path=/head/; revision=100313
* Add the Euro symbol mapping to the UK keyboard keymap.Jeroen Ruigrok van der Werven2002-04-081-1/+1
| | | | | | | | | PR: 33956 Submitted by: Andrew McKay <andy@openirc.co.uk> MFC after: 3 weeks Notes: svn path=/head/; revision=94227
* The idea of mapping non-existen characters to space (0x20) was nice alone,Andrey A. Chernov2002-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> Notes: svn path=/head/; revision=89630
* Fix to conform standardAndrey A. Chernov2002-01-013-64/+64
| | | | Notes: svn path=/head/; revision=88759
* Add 8859-5 keymapsAndrey A. Chernov2002-01-014-2/+496
| | | | | | | | PR: 32449 Submitted by: Alexey Klimov <klim@unique.kiev.ua> Notes: svn path=/head/; revision=88758
* Add 8859-5 fontsAndrey A. Chernov2002-01-015-0/+243
| | | | | | | | PR: 32448 Submitted by: Alexey Klimov <klim@unique.kiev.ua> Notes: svn path=/head/; revision=88757
* Add missed capital GHE letter.Maxim Sobolev2001-12-051-1/+1
| | | | | | | | PR: 28571 Submitted by: Alexey Klimov <kao@wiuu.kiev.ua> Notes: svn path=/head/; revision=87399
* Add us-ascii_to_cp437 screenmapAndrey A. Chernov2001-11-232-1/+40
| | | | Notes: svn path=/head/; revision=86810
* Add table for iso-8859-4 vga9 fontsAndrey A. Chernov2001-11-232-1/+69
| | | | Notes: svn path=/head/; revision=86801
* 1) Map all unused characters into 'space'.Andrey A. Chernov2001-11-236-107/+43
| | | | | | | 2) iso-8859-4_to_cp437 not do what its name tells at all, remove it Notes: svn path=/head/; revision=86800