summaryrefslogtreecommitdiffstats
path: root/share/syscons
Commit message (Collapse)AuthorAgeFilesLines
* Fix <back quote>/<logical not>/<vertical bar> key.yokota1999-02-202-2/+2
| | | | PR: i386/10130
* - Fix errors in some keymap files.yokota1999-01-2847-356/+750
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The numpad * key should always generate *. - The numpad - is fkey52 and should not generate a control code (0x1f). - The numpad 5 is fkey54, not fkey61. - The numpad 6 is fkey55 and should not generate a control code (0x1e). - Fix Spanish keymap. PR: i386/9532 Submitted by jose@we.lc.ehu.es. - Added Croatian keymap. It is the same as the Slovenian keymap. PR: misc/9706 Pointed out by: Damjan Marion - Addef Finnish keymap. It is the same as the Swedish keymap. PR: bin/9632 Submitted by: Martti Kuparinen - Assign special functions consistently in all keymap files. 101 keyboard 84 keyboard function ------------------------------------------------------------------------ Ctrl-Alt-Delete Ctrl-Alt-Delete reboot Ctrl-Alt-Esc Ctrl-Alt-Esc debug Ctrl-Alt-Space Ctrl-Alt-Space susp ScrollLock ScrollLock slock PrintScreen Shift-(Numpad *)/PrintScreen nscr Ctrl-PrintScreen Shift-Ctrl-(Numpad *)/PrintScreen debug Alt-PrintScreen/SysRq SysRq nop Pause Ctrl-NumLock slock Shift-Pause Shift-Ctrl-NumLock saver Alt-Pause Alt-Ctrl-NumLock susp Ctrl-Pause/Break Ctrl-ScrollLock/Break nop Left W*ndow key NA fkey62 Right W*ndow key NA fkey63 Menu NA fkey64 NOTE: us.unix.kbd and us.emacs.kbd are very much different from the other keymaps, thus, I didn't touch them.
* - Added Spanish messages.yokota1999-01-181-13/+48
| | | | | | Submitted by: J M Alcaide <jose@we.lc.ehu.es> - Fixed typo in the last commit: IS-8859-1 -> ISO-8859-1
* Add Portuguese keymaps.yokota1999-01-184-2/+262
| | | | Submitted by: Paulo Menezes <pm@dee.uc.pt>
* Correct Hungarian keymap file names.yokota1999-01-181-2/+4
|
* Fix some symbol keys, accented chars, and capslock state flags.yokota1999-01-181-11/+11
| | | | Submitted by: Thordur Ivarsson <thivars@est.is>
* Forgot the Makefile entry for the Latin9 font.roberto1998-11-061-2/+2
| | | | Caught by: Janick Taillandier <Janick.Taillandier@ratp.fr>
* New ISO-8859-15 thin font. It includes some missing characters from 8859-1roberto1998-11-052-1/+101
| | | | | | | (like OE & oe diphthong) and the Euro character. It also includes the VTxx semi-graphic characters. Reviewed by: the deafening silence in -current :)
* Add a hungarian map to allow use of a US 101 key keyboard.julian1998-10-303-4/+325
| | | | | | Rename and extend the 102 key version to distinguish it from the 101 key version. Submitted by: Gabor Zahemszky <zgabor@cs.elte.hu>
* Keep the entries sorted by name. Rev.1.21 broke the order inadvertently.yokota1998-10-161-2/+2
| | | | No functaionlal change.
* Make a local build tool static to avoid trying to use shared librariesjb1998-08-301-2/+2
| | | | before rtld is installed.
* Use us rather than ns, pre recent commitsimp1998-08-101-2/+2
|
* Add an emacs enhanced keyboard layout.imp1998-08-103-4/+119
| | | | Submitted by: Rob Austein <sra@epilogue.com>
* add Hungarian keyboardache1998-08-073-3/+117
| | | | Submitted by: Zahemszky Gabor <zgabor@zg.CoDe.hu>
* Fix some definitions.yokota1998-08-062-12/+18
| | | | | PR: conf/7497 Submitted by: Mas.TAKEMURA
* The control code ^_ (0x1f) should really be called `us' rather than `ns'.yokota1998-08-0637-75/+75
|
* Add singlehand dvorak keyboard layouts, one for right hand use andsos1998-07-293-1/+237
| | | | | | one for lefthand use. Submitted by: "Chris Csanady" <cc@tarsier.ca.sandia.gov>
* Added a `build-tools' target for internal tools.bde1998-07-071-3/+5
| | | | Honor LDFLAGS for building internal tools.
* A few tweaks to the spanish keymap.steve1998-06-271-5/+5
| | | | | PR: 7080 Submitted by: Jose M. Acaide <jose@we.lc.ehu.es>
* Add a swissfrench keyboard mapping.steve1998-06-133-2/+125
| | | | | PR: 6916 Submitted by: tamone@eig.unige.ch
* Just the sans-serif console font that I use on my system; I've made thephk1998-05-043-1/+146
| | | | | | | | | 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>
* fkey61 is the same thing as del, kinda. Make sure that we really swap del andimp1998-03-301-2/+2
| | | | | | bs. Reported by: Chuck Robey
* Add us.unix.kbd. Just like us.iso.kbd except:imp1998-03-283-3/+120
| | | | | | | | | | | | | 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
* Reword description of Brazilian keyboard.yokota1998-02-151-10/+10
| | | | Submitted by: Daniel C. Sobral
* - Add Brazilian keymap with accent definitions.yokota1998-02-123-4/+197
| | | | | | - Better Portuguese language support for kbdmap(1). PR: misc/5723 Submitted by: Daniel C. Sobral
* Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.yokota1998-01-283-3/+3
| | | | OKed by ache.
* Oops, remove the wrong comment line I accidentaly added in the last commit.yokota1998-01-281-1/+0
|
* - Correct inconsistencies among keymaps.yokota1998-01-2734-151/+497
| | | | | | | | | | | | | - 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.
* Add support for dead keys in the French ISO keymap.roberto1998-01-081-1/+26
| | | | Submitted by: Pierre Beyssac <pb@fasterix.freenix.org>
* icelandic.iso.kbdyokota1998-01-073-4/+167
| | | | | | | | | - 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.
* 444 -> ${SHAREMODE}wosch1998-01-033-10/+12
| | | | /usr/share -> ${SHAREDIR}
* Add Slovenian keyboardache1997-11-072-1/+116
| | | | Submitted by: Blaz Zupan <blaz@amis.net>
* - print ยค when pressing Shift-4 (not w/ AltGR-4 as in the original).ache1997-09-241-1/+1
| | | | | | - 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)
* Polish fonts and keymap.wosch1997-09-229-4/+477
| | | | | Submitted by: abial@warman.org.pl PR: 4522
* Fix the key marked '9' ')' ']' to produce ascii gs with control.sos1997-08-181-1/+1
|
* Be systematic here...phk1997-07-241-1/+1
|
* Add Latin American keyboardache1997-07-143-2/+114
| | | | PR: 2863
* Belgian keyboard fixesache1997-06-141-17/+17
| | | | Submitted by: bovynf@awe.be
* New Italian keymapjkh1997-05-101-1/+15
| | | | Submitted by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>
* Back out cd ${.CURDIR}, stale obj faultache1997-04-042-4/+2
|
* put the german keys where they belong.sos1997-04-031-5/+5
| | | | Submitted by: Slaven Rezic
* cd ${.CURDIR} before installing, since no files in the obj directoryache1997-04-022-4/+6
|
* Revert $FreeBSD$ to $Id$peter1997-02-225-5/+5
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-145-5/+5
| | | | | | | | 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.
* I was wrong about this file - NOOBJ is not correct here.jkh1997-01-021-1/+0
|
* Add missing NOOBJjkh1997-01-011-0/+1
|
* Don't create unused object directory.bde1997-01-012-10/+4
| | | | Don't override harmless clean rule.
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-1/+1
|
* Fix a syntax error in the Belgian keymap. It caused a wrong mappingjoerg1996-11-091-1/+1
| | | | and a superfluous `i' on stdout (lex' default rule...).
* My MDA screen finally bothered me enough to create an ISO 8859-1 ->joerg1996-11-062-1/+60
| | | | IBM cp437 screenmap file.
OpenPOWER on IntegriCloud