History log of /freebsd-10-stable/share/vt/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
329006 08-Feb-2018 emaste

MFC r328412: vt: add Ctrl+/ key mapping

This matches Xorg's handling of Ctrl+/ and may be useful as a tmux
escape.

PR: 212197
Submitted by: martin at sugioarto.com

322225 08-Aug-2017 se

MFC 321858: Add alternate Turkish keyboard layout F, submitted by Ufur Guler.
MFC 321859: While here, adjust a few file and path names in comments.

293447 09-Jan-2016 emaste

MFC r293047: Use correct name 'us' for character 31 in keymaps

'ns' was a historical accident, and kbdcontrol(1) has accepted the
correct 'us' as well as 'ns' since r38139.

PR: 205776

283164 21-May-2015 emaste

MFC INDEX.keymaps fixes

r282898: Correct UTF-8 encoding in Británico

One á was ISO 8859-1 0xE1 instead of UTF-8 0xC3 0xA1.

r282902: Correct language code -- "Danish" is English

The menu entry "Danish ISO-8859-1 (macbook)" was first added to the
syscons(4) INDEX.keymaps in r241851 with no language code, and then in
r256367 incorrectly tagged with "da". It is a Danish keyboard map, but
the description is in English and therefore must be "en".

This error subsequently propagated into the vt(4) INDEX.keymaps.

r282905: Restore 'he' language code for Hebrew kbdmap(1) menu title

r282914: kbdmap(1): Correct menu title: keyboards have a layout, not a language

PR: 146793, 193656

271646 15-Sep-2014 se

MFC r271452:

Add two forgotten keymap names (fr.kbd and fr.acc.kbd) to the list
of files to be installed.

Approved by: re

271333 09-Sep-2014 emaste

MFC improved vt(4) font generation

r266851: Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4)

These are converted from syscons(4) cp437 fonts.

r267306: Add vgarom font source

These are in 'GNU Unifont' format, and are converted from syscons(4)
cp437 fonts.

r267400: Add thin versions of VGAROM 8x8 and 8x16 fonts for vt(4)

These are converted from syscons(4) cp437-thin-8x* fonts.

r267423: Build vt(4) fonts during buildworld

vtfontcvt(8) is now built during buildworld, so can be used as a
bootstrap tool to create vt(4) fonts from source .hex or .bdf font
files, rather than having uuencoded binary fonts in the tree.

r267578: Add glyphs from converted syscons iso* fonts

This consists of the unique glyphs from the following font files in
/usr/share/syscons/fonts:

iso*.fnt ISO-8859-1 West European
iso02*.fnt ISO-8859-2 Central European
iso04*.fnt ISO-8859-4 Baltic
iso05*.fnt ISO-8859-5 Cyrillic
iso07*.fnt ISO-8859-7 Greek
iso08*.fnt ISO-8859-8 Hebrew
iso09*.fnt ISO-8859-9 Turkish
iso15*.fnt ISO-8859-15 West European

r268022: Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT

The _SUPPORT knobs have a consistent meaning which differs from the
behaviour controlled by this knob. As the knob is opt-out and has not
appeared in a release the impact should be low.

Approved by: re
Sponsored by: The FreeBSD Foundation

270310 21-Aug-2014 se

MFC: 269950, 269952, 269973, 270114, 270119, 270142, 270156, 270200, 270229

Add fonts converted from SYSCONS with help of tools/tools/vt/keymaps
for use with NEWCONS. The mapping from SYSCONS name to NEWCONS name
is documented in KBDFILES.map in the tools directory.
A few of the files where modified by Ed Maste (ca.kbd, ca-fr.kbd).


keymaps/INDEX.keymaps
keymaps/Makefile
keymaps/am.kbd
keymaps/be.acc.kbd
keymaps/be.kbd
keymaps/bg.bds.kbd
keymaps/bg.phonetic.kbd
keymaps/br.kbd
keymaps/br.noacc.kbd
keymaps/by.kbd
keymaps/ca-fr.kbd
keymaps/ca.kbd
keymaps/centraleuropean.kbd
keymaps/centraleuropean.qwerty.kbd
keymaps/ch-fr.acc.kbd
keymaps/ch-fr.kbd
keymaps/ch.acc.kbd
keymaps/ch.kbd
keymaps/ch.macbook.acc.kbd
keymaps/colemak.acc.kbd
keymaps/cz.kbd
keymaps/de.acc.kbd
keymaps/de.kbd
keymaps/de.noacc.kbd
keymaps/dk.acc.kbd
keymaps/dk.kbd
keymaps/dk.macbook.kbd
keymaps/ee.kbd
keymaps/es.acc.kbd
keymaps/es.dvorak.kbd
keymaps/es.kbd
keymaps/fi.kbd
keymaps/fr.acc.kbd
keymaps/fr.dvorak.acc.kbd
keymaps/fr.dvorak.kbd
keymaps/fr.kbd
keymaps/fr.macbook.kbd
keymaps/gr.101.acc.kbd
keymaps/gr.elot.acc.kbd
keymaps/gr.kbd
keymaps/hr.kbd
keymaps/hu.101.kbd
keymaps/hu.102.kbd
keymaps/il.kbd
keymaps/is.acc.kbd
keymaps/is.kbd
keymaps/it.kbd
keymaps/jp.capsctrl.kbd
keymaps/jp.kbd
keymaps/jp.pc98.iso.kbd
keymaps/jp.pc98.kbd
keymaps/kz.io.kbd
keymaps/kz.kst.kbd
keymaps/latinamerican.acc.kbd
keymaps/latinamerican.kbd
keymaps/lt.kbd
keymaps/nl.kbd
keymaps/no.dvorak.kbd
keymaps/no.kbd
keymaps/nordic.asus-eee.kbd
keymaps/pl.dvorak.kbd
keymaps/pl.kbd
keymaps/pt.acc.kbd
keymaps/pt.kbd
keymaps/ru.kbd
keymaps/ru.shift.kbd
keymaps/ru.win.kbd
keymaps/se.kbd
keymaps/si.kbd
keymaps/sk.kbd
keymaps/tr.kbd
keymaps/ua.kbd
keymaps/ua.shift.alt.kbd
keymaps/uk.capsctrl.kbd
keymaps/uk.dvorak.kbd
keymaps/uk.kbd
keymaps/us.acc.kbd
keymaps/us.ctrl.kbd
keymaps/us.dvorak.kbd
keymaps/us.dvorakl.kbd
keymaps/us.dvorakp.kbd
keymaps/us.dvorakr.kbd
keymaps/us.dvorakx.kbd
keymaps/us.emacs.kbd
keymaps/us.kbd
keymaps/us.unix.kbd
268940 21-Jul-2014 emaste

MFC r267603 by trasz: Add polish vt(4) keymap.

Sponsored by: The FreeBSD Foundation

267541 16-Jun-2014 ray

MFC: 266838 266841 267194
Add gallant vt(4) font as an example of font loading for vt(4).
Add Ukranian vt(4) keymaps as an example.

Sponsored by: The FreeBSD Foundation

266838 29-May-2014 ray

Add gallant vt(4) font as an example of font loading for vt(4).

MFC after: 7 days
Sponsored by: The FreeBSD Foundation