mirror of https://github.com/wayvr-org/wayvr.git
more intuitive bindings order
This commit is contained in:
parent
a0c33bc744
commit
6563bbd7de
|
|
@ -83,7 +83,7 @@
|
|||
"CLICK_MODIFIER_RIGHT": "Right-click modifier",
|
||||
"CLICK_MODIFIER_MIDDLE": "Middle-click modifier",
|
||||
"MOVE_MOUSE": "Move mouse (if off by default)",
|
||||
"SCROLL": "Scroll"
|
||||
"SCROLL": "Scroll*"
|
||||
},
|
||||
"LEFT": "Left",
|
||||
"RIGHT": "Right",
|
||||
|
|
|
|||
|
|
@ -212,7 +212,7 @@ impl View {
|
|||
let action_names = [
|
||||
"click",
|
||||
"grab",
|
||||
"alt_click",
|
||||
"scroll",
|
||||
"show_hide",
|
||||
"toggle_dashboard",
|
||||
"space_drag",
|
||||
|
|
@ -220,8 +220,8 @@ impl View {
|
|||
"space_reset",
|
||||
"click_modifier_right",
|
||||
"click_modifier_middle",
|
||||
"alt_click",
|
||||
"move_mouse",
|
||||
"scroll",
|
||||
];
|
||||
|
||||
let mut mp = MacroParams {
|
||||
|
|
|
|||
Loading…
Reference in New Issue