Menustuff added/modified!

This commit is contained in:
robijn
2002-05-26 19:21:23 +00:00
parent dc4c049721
commit 3168d4cafc
27 changed files with 2304 additions and 584 deletions
+21 -2
View File
@@ -83,6 +83,14 @@ DriverPath=server/drivers/
# Always place a slash as last character !
[menu]
# The menu section. You can configure what keys the menu should use.
# Note that only the menukey will be reserved exclusively.
MenuKey=Escape
EnterKey=Enter
UpKey=Up
DownKey=Down
# Driver sections are below this line, in alphabetical order
@@ -194,8 +202,8 @@ ConnectionType=4bit
# Select what type of connection. See documentation for types.
Keypad=no
# If you have a keypad connected. Keypad layout is currently not
# configureable from the config file.
# If you have a keypad connected.
# You may also need to configure the keypad layout further on in this file.
Backlight=no
# If you have a switchable backlight.
@@ -222,6 +230,17 @@ DelayBus=true
# On fast PCs it is possible your LCD does not respond correctly.
# Default: true.
# If you have a keypad you can assign keystrings to the keys.
# See documentation for used terms and how to wire it.
# For example to give directly connected key 4 the string "Enter", use:
# KeyDirect_4=Enter
# For matrix keys use the X and Y coordinates of the key:
# KeyMatrix_1_3=Enter
KeyMatrix_4_1=Enter
KeyMatrix_4_2=Up
KeyMatrix_4_3=Down
KeyMatrix_4_4=Escape
[IrMan]