From 98628c5e68caa471217ca1ec200b1c66d1bd75bd Mon Sep 17 00:00:00 2001 From: pascal Date: Tue, 7 Oct 2008 20:57:29 +0000 Subject: Korrekturen und Ergänzung der möglichen Parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@957 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/etc/neo.conf | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'linux/etc') diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf index 3711490..ed93b22 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 -- cgit v1.2.3