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
|
2009-01-14 15:54:49 +01:00
|
|
|
|
# Values are "xkbmap", "xmodmap", "xprog" or "alternative"
|
2008-10-07 22:57:29 +02:00
|
|
|
|
# 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
|
|
|
|
|
2009-01-09 12:30:38 +01:00
|
|
|
|
# When using Xkbmap, you may specify which Xkbmap should be used, the default
|
2008-10-02 15:38:05 +02:00
|
|
|
|
# is "de" (This is useful if you installed the symbols file under a different
|
|
|
|
|
# name):
|
|
|
|
|
#NEO_XKBMAP=de
|
|
|
|
|
|
2009-01-09 12:30:38 +01:00
|
|
|
|
# You can also specify the Xkbmap variant to be used, the default is "neo":
|
2008-10-02 15:38:05 +02:00
|
|
|
|
#NEO_XKBVARIANT=neo
|
|
|
|
|
|
2008-10-07 22:57:29 +02:00
|
|
|
|
|
2009-01-09 12:30:38 +01: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"
|
|
|
|
|
|
2008-10-02 15:38:05 +02:00
|
|
|
|
|
2009-01-09 12:30:38 +01:00
|
|
|
|
# Numlock status when switching to standard keyboard layout using ›uiae‹,
|
|
|
|
|
# values are ›on‹ and ›off‹:
|
|
|
|
|
#NUM_LOCK_STATUS=on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Standard keyboard layout to switch back to when executing ›uiae‹:
|
2008-10-02 15:38:05 +02:00
|
|
|
|
#STD_XKBMAP=de
|
|
|
|
|
|
2009-01-09 12:30:38 +01:00
|
|
|
|
# Standard layout variant to switch back to when executing ›uiae‹:
|
2008-10-02 15:38:05 +02:00
|
|
|
|
#STD_XKBVARIANT=nodeadkeys
|
|
|
|
|
|
2009-01-09 12:30:38 +01:00
|
|
|
|
|
|
|
|
|
# If you use an own Xmodmap as standard keyboard layout you may specify the full
|
|
|
|
|
# path to this file
|
|
|
|
|
#STD_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
|
|
|
|
# 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"
|