more intuitive bindings order

This commit is contained in:
galister 2026-07-02 20:14:59 +09:00
parent a0c33bc744
commit 6563bbd7de
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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 {