I am making a game in which the player can have a primary and secondary weapon (like an ability). These are my current planned key bindings:
Action | Effect ----------------- Click | Shoot primary weapon WASD | Move Space | Use ability (secondary weapon) Q | Previous primary weapon E | Next primary weapon ??? | Previous/Next ability (secondary weapon) I am trying to think of a way to switch the secondary weapon. Here are some options I have thought of and why I have rejected them:
- scroll wheel
- some mice don't have scroll wheels
- R / F
- awkward, also primary weapon switch is horizontal and this is vertical
- shift / ???
- cannot think of another key
So, what is a good key binding for switching a secondary attack?