Skip to content

Commit 018b271

Browse files
new key mapping
- RIGHT: next page - LEFT: previous page - UP: previous field / - - DOWN: next field / + - long RIGHT: menu
1 parent 78f2967 commit 018b271

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SCRIPTS/BF/events.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ return
55
minus = EVT_MINUS_FIRST,
66
plus = EVT_PLUS_FIRST,
77
pageDown = EVT_PAGEDN_FIRST,
8-
pageUp = EVT_PAGEUP_FIRST or EVT_UP_BREAK
8+
pageUp = EVT_PAGEUP_FIRST or EVT_LEFT_BREAK
99
},
1010
longPress = {
1111
enter = EVT_ENTER_LONG,
12-
menu = EVT_MENU_LONG or EVT_DOWN_LONG
12+
menu = EVT_MENU_LONG or EVT_RIGHT_LONG
1313
},
1414
repeatPress = {
1515
minus = EVT_MINUS_REPT,
@@ -18,12 +18,12 @@ return
1818
release = {
1919
enter = EVT_ENTER_BREAK,
2020
exit = EVT_EXIT_BREAK,
21-
menu = EVT_MENU_BREAK or EVT_DOWN_BREAK,
21+
menu = EVT_MENU_BREAK or EVT_RIGHT_BREAK,
2222
minus = EVT_MINUS_BREAK,
2323
plus = EVT_PLUS_BREAK
2424
},
2525
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
2828
}
2929
}

0 commit comments

Comments
 (0)