view release on metacpan or search on metacpan
lcdproc/LCDd.conf view on Meta::CPAN
#ScrollUpKey=Up
#ScrollDownKey=Down
## The menu section. The menu is an internal LCDproc client. ##
[menu]
# If true the server allows transitions between different client's menus
# [default: false; legal: true, false]
#PermissiveGoto=false
# You can configure what keys the menu should use. Note that the MenuKey
# will be reserved exclusively, the others work in shared mode.
# Up to six keys are supported. The MenuKey (to enter and exit the menu), the
# EnterKey (to select values) and at least one movement keys are required.
# These are the default key assignments:
MenuKey=Escape
EnterKey=Enter
UpKey=Up
DownKey=Down
#LeftKey=Left
#RightKey=Right
### Driver sections are below this line, in alphabetical order ###
lcdproc/LCDd.conf view on Meta::CPAN
## LCDM001 driver ##
[lcdm001]
Device=/dev/ttyS1
# keypad settings
# Keyname Function
# Normal context Menu context
# ------- -------------- ------------
# PauseKey Pause/Continue Enter/select
# BackKey Back(Go to previous screen) Up/Left
# ForwardKey Forward(Go to next screen) Down/Right
# MainMenuKey Open main menu Exit/Cancel
PauseKey=LeftKey
BackKey=UpKey
ForwardKey=DownKey
MainMenuKey=RightKey
# You can rearrange the settings here.
# If your device is broken, have a look at server/drivers/lcdm001.h
## HNE LCTerm driver ##
[lcterm]
Device=/dev/ttyS1
Size=16x2
lib/Config/Model/models/LCDd/lcdm001.pl view on Meta::CPAN
'default' => '/dev/ttyS1',
'type' => 'leaf',
'value_type' => 'uniline'
},
'ForwardKey',
{
'default' => 'DownKey',
'type' => 'leaf',
'value_type' => 'uniline'
},
'MainMenuKey',
{
'default' => 'RightKey',
'type' => 'leaf',
'value_type' => 'uniline'
},
'PauseKey',
{
'default' => 'LeftKey',
'description' => 'keypad settings
Keyname Function
Normal context Menu context
------- -------------- ------------
PauseKey Pause/Continue Enter/select
BackKey Back(Go to previous screen) Up/Left
ForwardKey Forward(Go to next screen) Down/Right
MainMenuKey Open main menu Exit/Cancel',
'type' => 'leaf',
'value_type' => 'uniline'
}
],
'name' => 'LCDd::lcdm001'
}
]
;
lib/Config/Model/models/LCDd/lcdm001.pod view on Meta::CPAN
=over 4
=item default value :
DownKey
=back
=head2 MainMenuKey
I< Optional. Type uniline. >
=over 4
=item default value :
RightKey
=back
=head2 PauseKey
keypad settings
Keyname Function
Normal context Menu context
------- -------------- ------------
PauseKey Pause/Continue Enter/select
BackKey Back(Go to previous screen) Up/Left
ForwardKey Forward(Go to next screen) Down/Right
MainMenuKey Open main menu Exit/Cancel. I< Optional. Type uniline. >
=over 4
=item default value :
LeftKey
=back
lib/Config/Model/models/LCDd/menu.pl view on Meta::CPAN
'default' => 'Enter',
'type' => 'leaf',
'value_type' => 'uniline'
},
'LeftKey',
{
'type' => 'leaf',
'upstream_default' => 'Left',
'value_type' => 'uniline'
},
'MenuKey',
{
'default' => 'Escape',
'description' => 'You can configure what keys the menu should use. Note that the MenuKey
will be reserved exclusively, the others work in shared mode.
Up to six keys are supported. The MenuKey (to enter and exit the menu), the
EnterKey (to select values) and at least one movement keys are required.
These are the default key assignments:',
'type' => 'leaf',
'value_type' => 'uniline'
},
'PermissiveGoto',
{
'choice' => [
'true',
'false'
lib/Config/Model/models/LCDd/menu.pod view on Meta::CPAN
=over 4
=item upstream_default value :
Left
=back
=head2 MenuKey
You can configure what keys the menu should use. Note that the MenuKey
will be reserved exclusively, the others work in shared mode.
Up to six keys are supported. The MenuKey (to enter and exit the menu), the
EnterKey (to select values) and at least one movement keys are required.
These are the default key assignments: I< Optional. Type uniline. >
=over 4
=item default value :
Escape
=back
t/model_tests.d/lcdd-examples/LDCd-0.5.5 view on Meta::CPAN
# are the defaults:
ToggleRotateKey=Enter
PrevScreenKey=Left
NextScreenKey=Right
#ScrollUpKey=Up
#ScrollDownKey=Down
## The menu section. The menu is an internal LCDproc client. ##
[menu]
# You can configure what keys the menu should use. Note that the MenuKey
# will be reserved exclusively, the others work in shared mode.
# Up to six keys are supported. The MenuKey (to enter and exit the menu), the
# EnterKey (to select values) and at least one movement keys are required.
# These are the default key assignments:
MenuKey=Escape
EnterKey=Enter
UpKey=Up
DownKey=Down
#LeftKey=Left
#RightKey=Right
### Driver sections are below this line, in alphabetical order ###
t/model_tests.d/lcdd-examples/LDCd-0.5.5 view on Meta::CPAN
## LCDM001 driver ##
[lcdm001]
Device=/dev/ttyS1
# keypad settings
# Keyname Function
# Normal context Menu context
# ------- -------------- ------------
# PauseKey Pause/Continue Enter/select
# BackKey Back(Go to previous screen) Up/Left
# ForwardKey Forward(Go to next screen) Down/Right
# MainMenuKey Open main menu Exit/Cancel
PauseKey=LeftKey
BackKey=UpKey
ForwardKey=DownKey
MainMenuKey=RightKey
# You can rearrange the settings here.
# If your device is broken, have a look at server/drivers/lcdm001.h
## HNE LCTerm driver ##
[lcterm]
Device=/dev/ttyS1
Size=16x2
t/model_tests.d/lcdd-examples/LDCd-0.5.6 view on Meta::CPAN
# are the defaults:
ToggleRotateKey=Enter
PrevScreenKey=Left
NextScreenKey=Right
#ScrollUpKey=Up
#ScrollDownKey=Down
## The menu section. The menu is an internal LCDproc client. ##
[menu]
# You can configure what keys the menu should use. Note that the MenuKey
# will be reserved exclusively, the others work in shared mode.
# Up to six keys are supported. The MenuKey (to enter and exit the menu), the
# EnterKey (to select values) and at least one movement keys are required.
# These are the default key assignments:
MenuKey=Escape
EnterKey=Enter
UpKey=Up
DownKey=Down
#LeftKey=Left
#RightKey=Right
### Driver sections are below this line, in alphabetical order ###
t/model_tests.d/lcdd-examples/LDCd-0.5.6 view on Meta::CPAN
## LCDM001 driver ##
[lcdm001]
Device=/dev/ttyS1
# keypad settings
# Keyname Function
# Normal context Menu context
# ------- -------------- ------------
# PauseKey Pause/Continue Enter/select
# BackKey Back(Go to previous screen) Up/Left
# ForwardKey Forward(Go to next screen) Down/Right
# MainMenuKey Open main menu Exit/Cancel
PauseKey=LeftKey
BackKey=UpKey
ForwardKey=DownKey
MainMenuKey=RightKey
# You can rearrange the settings here.
# If your device is broken, have a look at server/drivers/lcdm001.h
## HNE LCTerm driver ##
[lcterm]
Device=/dev/ttyS1
Size=16x2