Changeset 957
- Timestamp:
- 10/07/08 22:57:29 (5 years ago)
- Files:
-
- 1 modified
-
linux/etc/neo.conf (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linux/etc/neo.conf
r936 r957 1 # This files contains the configuration for the Neo scripts1 # This files contains the configuration for the Neo scripts 2 2 3 3 # Select the neo Variant to be used when using an X Server 4 # Values are "xkbmap" and "xmodmap", default is xkbmap, this variable should5 # always be set4 # Values are "xkbmap", "xmodmap", "xprog", "alternative" or "evdev" 5 # default is xkbmap, this variable should always be set 6 6 NEO_X_VARIANTE="xkbmap" 7 7 8 8 9 # When using xkbmap, you may specify which xkbmap should be used, the default … … 14 15 #NEO_XKBVARIANT=neo 15 16 17 16 18 # When using a xmodmap, you may specify the full path to the xmodmap to be used. 17 19 # Default: 18 20 #NEO_XMODMAP="$HOME/neo/neo_de.xmodmap" 19 #NEO_XMODMAP_XPROG="$HOME/neo/neo_de_x-prog.xmodmap}" 20 #NEO_XMODMAP_ALTERNATIVE="$HOME/neo/neo_de_alternative.xmodmap}" 21 #NEO_XMODMAP_EVDEV="$HOME/neo/neo_de_evdev.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 22 25 23 26 # Standard keyboard layout to switch back to when executing "uiae": … … 31 34 #NUM_LOCK_STATUS=on 32 35 36 33 37 # For Neo without an X System set the path to the console keymap 34 38 #NEO_CONSOLE_KEYMAP="$HOME/neo/neo" # for $HOME/neo/neo.map (without the „.map“) … … 36 40 # Set the standard console keymap to switch back to 37 41 #STD_CONSOLE_KEYMAP="de-latin1-nodeadkeys" 42 38 43 39 44 # If you installed one of these programs in a non-standard path you may,
