2008-10-08 22:11:48 +02:00
|
|
|
|
# This file contains the configuration for the Neo scripts
|
2008-10-02 15:38:05 +02:00
|
|
|
|
|
2009-01-05 13:22:32 +01:00
|
|
|
|
# To use the scripts ›neo‹ and ›num‹ you should specify the full path to the
|
|
|
|
|
# Neo reference
|
|
|
|
|
NEO_REFERENCE="$HOME/neo/neo20.txt"
|
|
|
|
|
|
|
|
|
|
|
2008-10-02 15:38:05 +02:00
|
|
|
|
# Select the neo Variant to be used when using an X Server
|
2008-10-07 22:57:29 +02:00
|
|
|
|
# Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev"
|
|
|
|
|
# default is xkbmap, this variable should always be set
|
2009-01-05 22:36:28 +01:00
|
|
|
|
NEO_X_VARIANTE="xmodmap"
|
2008-10-02 15:38:05 +02:00
|
|
|
|
|
2008-10-07 22:57:29 +02:00
|
|
|
|
|
2008-10-02 15:38:05 +02:00
|
|
|
|
# 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):
|
|
|
|
|
#NEO_XKBMAP=de
|
|
|
|
|
|
|
|
|
|
# You can also specify the xkbmap variant to be used, the default is "neo":
|
|
|
|
|
#NEO_XKBVARIANT=neo
|
|
|
|
|
|
2008-10-07 22:57:29 +02:00
|
|
|
|
|
2008-10-06 17:00:13 +02:00
|
|
|
|
# When using a xmodmap, you may specify the full path to the xmodmap to be used.
|
2008-10-02 15:38:05 +02:00
|
|
|
|
# Default:
|
2008-10-06 17:00:13 +02:00
|
|
|
|
#NEO_XMODMAP="$HOME/neo/neo_de.xmodmap"
|
2008-10-07 22:57:29 +02:00
|
|
|
|
#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"
|
|
|
|
|
|
2008-10-02 15:38:05 +02:00
|
|
|
|
|
|
|
|
|
# Standard keyboard layout to switch back to when executing "uiae":
|
|
|
|
|
#STD_XKBMAP=de
|
|
|
|
|
|
|
|
|
|
# Standard layout variant to switch back to when executing "uiae":
|
|
|
|
|
#STD_XKBVARIANT=nodeadkeys
|
|
|
|
|
|
|
|
|
|
# Numlock status when switching to standard keyboard layout using "uiae",
|
|
|
|
|
# values are "on" and "off":
|
|
|
|
|
#NUM_LOCK_STATUS=on
|
|
|
|
|
|
2008-10-07 22:57:29 +02:00
|
|
|
|
|
2008-10-02 15:38:05 +02:00
|
|
|
|
# For Neo without an X System set the path to the console keymap
|
2009-01-05 22:36:28 +01:00
|
|
|
|
#NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # if necessary add „.map“
|
2008-10-02 15:38:05 +02:00
|
|
|
|
|
|
|
|
|
# Set the standard console keymap to switch back to
|
2008-10-06 17:00:13 +02:00
|
|
|
|
#STD_CONSOLE_KEYMAP="de-latin1-nodeadkeys"
|