summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-20 20:43:06 +0000
committerjhb <jhb@FreeBSD.org>2003-11-20 20:43:06 +0000
commit39caffc9b9148f7d44fab61db9081061cb9f925f (patch)
tree2deb4160c85cdc6f9c1324a4213d8bf906b84579 /usr.sbin/sade
parent17efbf4b8857a340b1d879fe92e0e3e1c1a62e52 (diff)
downloadFreeBSD-src-39caffc9b9148f7d44fab61db9081061cb9f925f.zip
FreeBSD-src-39caffc9b9148f7d44fab61db9081061cb9f925f.tar.gz
Add Greek keymaps to sysinstall.
PR: bin/59078 Submitted by: Panagiotis Astithas <past@noc.ntua.gr> Approved by: re (rwatson)
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/Makefile11
-rw-r--r--usr.sbin/sade/menus.c3
2 files changed, 9 insertions, 5 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 62ee781..e11e73e 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/Makefile
@@ -72,11 +72,12 @@ rtermcap: rtermcap.c
KEYMAPS= jp.pc98 jp.pc98.iso
.else
KEYMAPS= be.iso bg.bds.ctrlcaps bg.phonetic.ctrlcaps br275.iso \
- cs.latin2.qwertz danish.iso finnish.iso fr.iso \
- german.iso hr.iso hu.iso2.101keys it.iso icelandic.iso jp.106 \
- norwegian.iso pl_PL.ISO8859-2 pt.iso ru.koi8-r si.iso \
- spanish.iso swedish.iso swissfrench.iso swissgerman.iso ua.koi8-u \
- ua.koi8-u.shift.alt uk.iso us.dvorak us.iso us.pc-ctrl us.unix
+ cs.latin2.qwertz danish.iso el.iso07 finnish.iso fr.iso \
+ german.iso gr.elot.acc gr.us101.acc hr.iso hu.iso2.101keys \
+ it.iso icelandic.iso jp.106 norwegian.iso pl_PL.ISO8859-2 \
+ pt.iso ru.koi8-r si.iso spanish.iso swedish.iso swissfrench.iso \
+ swissgerman.iso ua.koi8-u ua.koi8-u.shift.alt uk.iso us.dvorak \
+ us.iso us.pc-ctrl us.unix
.endif
keymap.h:
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 20006b2..ad785f4 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -2015,6 +2015,9 @@ DMenu MenuSysconsKeymap = {
{ " French ISO", "French ISO keymap", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=fr.iso" },
{ "German CP850", "German Code Page 850 keymap", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=german.cp850" },
{ " German ISO", "German ISO keymap", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=german.iso" },
+ { " Greek 101", "Greek ISO keymap (101 keys)", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=gr.us101.acc" },
+ { " Greek 104", "Greek ISO keymap (104 keys)", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=el.iso07" },
+ { " Greek ELOT", "Greek ISO keymap (ELOT 1000)", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=gr.elot.acc" },
{ "Hungarian 101", "Hungarian ISO keymap (101 key)", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=hu.iso2.101keys" },
{ " Hungarian 102", "Hungarian ISO keymap (102 key)", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=hu.iso2.102keys" },
{ "Icelandic (accent)", "Icelandic ISO keymap (accent keys)", dmenuVarCheck, dmenuSetKmapVariable, NULL, "keymap=icelandic.iso.acc" },
OpenPOWER on IntegriCloud