Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
svgakeymap(1)		       Svgalib User Manual		   svgakeymap(1)

NAME
     svgakeymap - generates keymaps for svgalib

SYNOPSIS
     svgakeymap [physical_table [program_table]] > output.keymap

DESCRIPTION
     Generates a keymap conversion file for svgalib(7) from two keytable defini-
     tions.  Keytables	are searched for in /usr/lib/kbd/keytables and are auto-
     matically filtered through gzip(1) if necessary.

     If only one keytable is specified, a keymap is generated that  performs  no
     conversion  but contains the proper key names for that layout. If no keyta-
     bles are specified, the standard US QWERTY keyboard is used.

     The generated keymap is sent to the standard output and may  be  redirected
     or piped in any creative manner you wish.

FILES
     /usr/lib/kbd/keytables/*.map[.gz]
	    The system keytable files used by loadkeys(1).

BUGS
     Can  get  confused  if  there  is more than one key with a given name or if
     names do not match properly between keytables. Keymaps may  require  manual
     editing.

AUTHOR
     Brion Vibber <brion@pobox.com>

SEE ALSO
     libvga.config(5)

     README.keymap from the svgalib distribution

Svgalib 1.3.0			   3 July 1998			   svgakeymap(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=svgakeymap&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help