File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
minus = EVT_MINUS_FIRST ,
6
6
plus = EVT_PLUS_FIRST ,
7
7
pageDown = EVT_PAGEDN_FIRST ,
8
- pageUp = EVT_PAGEUP_FIRST or EVT_UP_BREAK
8
+ pageUp = EVT_PAGEUP_FIRST or EVT_LEFT_BREAK
9
9
},
10
10
longPress = {
11
11
enter = EVT_ENTER_LONG ,
12
- menu = EVT_MENU_LONG or EVT_DOWN_LONG
12
+ menu = EVT_MENU_LONG or EVT_RIGHT_LONG
13
13
},
14
14
repeatPress = {
15
15
minus = EVT_MINUS_REPT ,
@@ -18,12 +18,12 @@ return
18
18
release = {
19
19
enter = EVT_ENTER_BREAK ,
20
20
exit = EVT_EXIT_BREAK ,
21
- menu = EVT_MENU_BREAK or EVT_DOWN_BREAK ,
21
+ menu = EVT_MENU_BREAK or EVT_RIGHT_BREAK ,
22
22
minus = EVT_MINUS_BREAK ,
23
23
plus = EVT_PLUS_BREAK
24
24
},
25
25
dial = {
26
- left = EVT_ROT_LEFT or EVT_LEFT_BREAK ,
27
- right = EVT_ROT_RIGHT or EVT_RIGHT_BREAK
26
+ left = EVT_ROT_LEFT or EVT_UP_BREAK ,
27
+ right = EVT_ROT_RIGHT or EVT_DOWN_BREAK
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments