| 1 | # This file contains the configuration for the Neo scripts |
|---|
| 2 | |
|---|
| 3 | # Select the neo Variant to be used when using an X Server |
|---|
| 4 | # Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev" |
|---|
| 5 | # default is xkbmap, this variable should always be set |
|---|
| 6 | NEO_X_VARIANTE="xmodmap" |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | # When using xkbmap, you may specify which xkbmap should be used, the default |
|---|
| 10 | # is "de" (This is useful if you installed the symbols file under a different |
|---|
| 11 | # name): |
|---|
| 12 | #NEO_XKBMAP=de |
|---|
| 13 | |
|---|
| 14 | # You can also specify the xkbmap variant to be used, the default is "neo": |
|---|
| 15 | #NEO_XKBVARIANT=neo |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | # When using a xmodmap, you may specify the full path to the xmodmap to be used. |
|---|
| 19 | # Default: |
|---|
| 20 | NEO_XMODMAP="$HOME/neo/neo_de.xmodmap" |
|---|
| 21 | #NEO_XMODMAP_XPROG="$HOME/neo/neo_de_x-prog.xmodmap" |
|---|
| 22 | #NEO_XMODMAP_ALTERNATIVE="$HOME/neo/neo_de_alternative.xmodmap" |
|---|
| 23 | #NEO_XMODMAP_EVDEV="$HOME/neo/neo_de_evdev.xmodmap" |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | # Standard keyboard layout to switch back to when executing "uiae": |
|---|
| 27 | #STD_XKBMAP=de |
|---|
| 28 | |
|---|
| 29 | # Standard layout variant to switch back to when executing "uiae": |
|---|
| 30 | #STD_XKBVARIANT=nodeadkeys |
|---|
| 31 | |
|---|
| 32 | # Numlock status when switching to standard keyboard layout using "uiae", |
|---|
| 33 | # values are "on" and "off": |
|---|
| 34 | #NUM_LOCK_STATUS=on |
|---|
| 35 | |
|---|
| 36 | |
|---|
| 37 | # For Neo without an X System set the path to the console keymap |
|---|
| 38 | NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # if necessary add „.map“ |
|---|
| 39 | |
|---|
| 40 | # Set the standard console keymap to switch back to |
|---|
| 41 | #STD_CONSOLE_KEYMAP="de-latin1-nodeadkeys" |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | # If you installed one of these programs in a non-standard path you may, |
|---|
| 45 | # uncomment the variable and change the path to the executable: |
|---|
| 46 | #PATH_XMODMAP=/usr/bin/xmodmap |
|---|
| 47 | #PATH_SETXKBMAP=/usr/bin/setxkbmap |
|---|
| 48 | #PATH_LOADKEYS=/usr/bin/loadkeys |
|---|
| 49 | #PATH_SUDO=/usr/bin/sudo |
|---|
| 50 | #PATH_SETLEDS=/usr/bin/setleds |
|---|
| 51 | #PATH_NUMLOCKX=/usr/bin/numlockx |
|---|
| 52 | #PATH_XSET=/usr/bin/xset |
|---|
| 53 | |
|---|