line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
8038
|
use strict; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
34
|
|
2
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
110
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
7
|
|
|
|
|
|
|
'element' => [ |
8
|
|
|
|
|
|
|
'DownKey', |
9
|
|
|
|
|
|
|
{ |
10
|
|
|
|
|
|
|
'default' => 'Down', |
11
|
|
|
|
|
|
|
'type' => 'leaf', |
12
|
|
|
|
|
|
|
'value_type' => 'uniline' |
13
|
|
|
|
|
|
|
}, |
14
|
|
|
|
|
|
|
'EnterKey', |
15
|
|
|
|
|
|
|
{ |
16
|
|
|
|
|
|
|
'default' => 'Enter', |
17
|
|
|
|
|
|
|
'type' => 'leaf', |
18
|
|
|
|
|
|
|
'value_type' => 'uniline' |
19
|
|
|
|
|
|
|
}, |
20
|
|
|
|
|
|
|
'LeftKey', |
21
|
|
|
|
|
|
|
{ |
22
|
|
|
|
|
|
|
'type' => 'leaf', |
23
|
|
|
|
|
|
|
'upstream_default' => 'Left', |
24
|
|
|
|
|
|
|
'value_type' => 'uniline' |
25
|
|
|
|
|
|
|
}, |
26
|
|
|
|
|
|
|
'MenuKey', |
27
|
|
|
|
|
|
|
{ |
28
|
|
|
|
|
|
|
'default' => 'Escape', |
29
|
|
|
|
|
|
|
'description' => 'You can configure what keys the menu should use. Note that the MenuKey |
30
|
|
|
|
|
|
|
will be reserved exclusively, the others work in shared mode. |
31
|
|
|
|
|
|
|
Up to six keys are supported. The MenuKey (to enter and exit the menu), the |
32
|
|
|
|
|
|
|
EnterKey (to select values) and at least one movement keys are required. |
33
|
|
|
|
|
|
|
These are the default key assignments:', |
34
|
|
|
|
|
|
|
'type' => 'leaf', |
35
|
|
|
|
|
|
|
'value_type' => 'uniline' |
36
|
|
|
|
|
|
|
}, |
37
|
|
|
|
|
|
|
'PermissiveGoto', |
38
|
|
|
|
|
|
|
{ |
39
|
|
|
|
|
|
|
'choice' => [ |
40
|
|
|
|
|
|
|
'true', |
41
|
|
|
|
|
|
|
'false' |
42
|
|
|
|
|
|
|
], |
43
|
|
|
|
|
|
|
'description' => 'If true the server allows transitions between different client\'s menus', |
44
|
|
|
|
|
|
|
'type' => 'leaf', |
45
|
|
|
|
|
|
|
'upstream_default' => 'false', |
46
|
|
|
|
|
|
|
'value_type' => 'enum' |
47
|
|
|
|
|
|
|
}, |
48
|
|
|
|
|
|
|
'RightKey', |
49
|
|
|
|
|
|
|
{ |
50
|
|
|
|
|
|
|
'type' => 'leaf', |
51
|
|
|
|
|
|
|
'upstream_default' => 'Right', |
52
|
|
|
|
|
|
|
'value_type' => 'uniline' |
53
|
|
|
|
|
|
|
}, |
54
|
|
|
|
|
|
|
'UpKey', |
55
|
|
|
|
|
|
|
{ |
56
|
|
|
|
|
|
|
'default' => 'Up', |
57
|
|
|
|
|
|
|
'type' => 'leaf', |
58
|
|
|
|
|
|
|
'value_type' => 'uniline' |
59
|
|
|
|
|
|
|
} |
60
|
|
|
|
|
|
|
], |
61
|
|
|
|
|
|
|
'name' => 'LCDd::menu' |
62
|
|
|
|
|
|
|
} |
63
|
|
|
|
|
|
|
] |
64
|
|
|
|
|
|
|
; |
65
|
|
|
|
|
|
|
|