diff options
Diffstat (limited to 'linux/etc')
-rw-r--r-- | linux/etc/neo.conf | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/linux/etc/neo.conf b/linux/etc/neo.conf index 8816291..1bae1f5 100644 --- a/linux/etc/neo.conf +++ b/linux/etc/neo.conf @@ -11,16 +11,16 @@ NEO_REFERENCE="$HOME/neo/neo20.txt" NEO_X_VARIANTE="xmodmap" -# When using xkbmap, you may specify which xkbmap should be used, the default +# 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": +# 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. +# 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" @@ -28,15 +28,21 @@ NEO_X_VARIANTE="xmodmap" #NEO_XMODMAP_EVDEV="$HOME/neo/neo_de_evdev.xmodmap" -# Standard keyboard layout to switch back to when executing "uiae": +# 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‹: #STD_XKBMAP=de -# Standard layout variant to switch back to when executing "uiae": +# 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 + +# If you use an own Xmodmap as standard keyboard layout you may specify the full +# path to this file +#STD_XMODMAP="" # For Neo without an X System set the path to the console keymap |