Mouse key binding move forward AND open on double click.

edited 2013 Dec 31 in DOOM
I would like to set my Right mouse button to move forward AND to open if double clicked.

I was able to do this on an older version of Doomsday.

Please advise...

Comments

  • maybe you could try bind in the console
  • Just noticed the reply!

    Could someone post an example of how to bind the right mouse key to move forward AND open when double clicked?
  • Try this:
    bindcontrol local1-walk "mouse-right"
    bindevent "game:sym-control-doubleclick-positive-walk" "impulse use %p"
    
  • It worked!

    Thank you!!!
Sign In or Register to comment.