From 6ef4491640cc92ab175ce4c82202c29ab40d0b04 Mon Sep 17 00:00:00 2001 From: pascal Date: Tue, 7 Oct 2008 20:57:29 +0000 Subject: [PATCH] =?UTF-8?q?Korrekturen=20und=20Erg=C3=A4nzung=20der=20m?= =?UTF-8?q?=C3=B6glichen=20Parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/etc/neo.conf | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf index 3711490a..ed93b226 100644 --- a/linux/etc/neo.conf +++ b/linux/etc/neo.conf @@ -1,10 +1,11 @@ -# This files contains the configuration for the Neo scripts +# This files contains the configuration for the Neo scripts # Select the neo Variant to be used when using an X Server -# Values are "xkbmap" and "xmodmap", default is xkbmap, this variable should -# always be set +# Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev" +# default is xkbmap, this variable should always be set NEO_X_VARIANTE="xkbmap" + # When using xkbmap, you may specify which xkbmap should be used, the default # is "de" (This is useful if you installed the symbols file under a different # name): @@ -13,12 +14,14 @@ NEO_X_VARIANTE="xkbmap" # You can also specify the xkbmap variant to be used, the default is "neo": #NEO_XKBVARIANT=neo + # When using a xmodmap, you may specify the full path to the xmodmap to be used. # Default: #NEO_XMODMAP="$HOME/neo/neo_de.xmodmap" -#NEO_XMODMAP_XPROG="$HOME/neo/neo_de_x-prog.xmodmap}" -#NEO_XMODMAP_ALTERNATIVE="$HOME/neo/neo_de_alternative.xmodmap}" -#NEO_XMODMAP_EVDEV="$HOME/neo/neo_de_evdev.xmodmap}" +#NEO_XMODMAP_XPROG="$HOME/neo/neo_de_x-prog.xmodmap" +#NEO_XMODMAP_ALTERNATIVE="$HOME/neo/neo_de_alternative.xmodmap" +#NEO_XMODMAP_EVDEV="$HOME/neo/neo_de_evdev.xmodmap" + # Standard keyboard layout to switch back to when executing "uiae": #STD_XKBMAP=de @@ -30,12 +33,14 @@ NEO_X_VARIANTE="xkbmap" # values are "on" and "off": #NUM_LOCK_STATUS=on + # For Neo without an X System set the path to the console keymap #NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # for $HOME/neo/neo.map (without the „.map“) # Set the standard console keymap to switch back to #STD_CONSOLE_KEYMAP="de-latin1-nodeadkeys" + # If you installed one of these programs in a non-standard path you may, # uncomment the variable and change the path to the executable: #PATH_XMODMAP=/usr/bin/xmodmap