Korrekturen und Ergänzung der möglichen Parameter
This commit is contained in:
parent
7e037eedfe
commit
6ef4491640
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user