Skip to content

Commit

Permalink
Merge pull request #94 from pkpkTech/master
Browse files Browse the repository at this point in the history
Fix Keybindings.cs
  • Loading branch information
jaburns authored Oct 3, 2023
2 parents 3bb24e2 + daf8c04 commit eaa649e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Keybindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,7 @@ static ushort vkConvert (Key key) {
{ "LEFTCTRL", vkConvert (Key.LeftCtrl) },
{ "RIGHTCTRL", vkConvert (Key.RightCtrl) },
{ "LEFTALT", vkConvert (Key.LeftAlt) },
{ "RIGHTALT", vkConvert (Key.RightAlt) },
{ "UP", vkConvert (Key.Up) },
{ "DOWN", vkConvert (Key.Down) },
{ "LEFT", vkConvert (Key.Left) },
{ "RIGHT", vkConvert (Key.Right) }
{ "RIGHTALT", vkConvert (Key.RightAlt) }
};
}
}

0 comments on commit eaa649e

Please sign in to comment.