Kbdmap.c32

From Syslinux Wiki

Revision as of 20:52, 7 July 2010 by Hhullen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Contents

About

kbdmap.c32 is a comboot module for Syslinux that loads a new keyboard mapping on the fly.


Syntax

kbdmap.c32 path/map.ktl


Example

Here is an example isolinux.cfg file specifying two keyboard maps in a menu

label be
  menu label Belgian azerty keyboard (be)
  kernel kbdmap.c32
  append maps/be.ktl

label us
  menu label US qwerty keyboard (us)
  kernel kbdmap.c32
  append maps/us.ktl

Further Reading

None

Personal tools