Skip to content

Commit

Permalink
Fix key combo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Jan 17, 2024
1 parent 6378f45 commit 1c80bad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
{
"name": "L+R+Down",
"value": "ZL+ZR+DDOWN"
"value": "L+R+DDOWN"
},
{
"name": "L+R+Up",
"value": "ZL+ZR+DUP"
"value": "L+R+DUP"
},
{
"name": "Plus+Minus",
Expand Down

0 comments on commit 1c80bad

Please sign in to comment.