added IP address input method to menus by Jeff Costlow, f5
(IPv6 support is not in good shape yet) a few more bug fixes, more error checks extended input methods using more key (left, righ) if they are available
This commit is contained in:
@@ -96,14 +96,17 @@ NextScreenKey=Right
|
||||
|
||||
## The menu section. The menu is an internal LCDproc client. ##
|
||||
[menu]
|
||||
# You can configure what keys the menu should use. Note that only the menukey
|
||||
# will be reserved exclusively, the others in shared mode.
|
||||
# You can configure what keys the menu should use. Note that the MenuKey
|
||||
# will be reserved exclusively, the others work in shared mode.
|
||||
|
||||
# The following works excelent with 4 keys or more.
|
||||
# The following works excellent with 4 keys or more.
|
||||
MenuKey=Escape
|
||||
EnterKey=Enter
|
||||
UpKey=Up
|
||||
DownKey=Down
|
||||
# If you have 6 keys you may define these as well
|
||||
#LeftKey=Left
|
||||
#RightKey=Right
|
||||
|
||||
# If you have only 3 keys, you could use something like this:
|
||||
#MenuKey=Escape
|
||||
|
||||
Reference in New Issue
Block a user