.a970 { width: 970px; margin: 0 auto; } ".ob_get_contents(); ob_end_Clean(); }elseif($mmorpgforums970Active == "yes" && $mmorpgforums970Campaign == 2){ ob_start(); include($ad970x250path .'ad970x250_2.php'); $ad970x250 = "".ob_get_contents(); ob_end_Clean(); }elseif($mmorpgforums970Active == "yes" && $mmorpgforums970Campaign == 3){ ob_start(); include($ad970x250path .'ad970x250_3.php'); $ad970x250 = "".ob_get_contents(); ob_end_Clean(); } //echo $ad970x250;

push to zoom key (not hold)

Discussion in 'Metro: Last Light General Discussion' started by dhaine, May 15, 2013.

  1. dhaine

    dhaine Member

    Joined:
    May 15, 2013
    Messages:
    5
    Likes Received:
    0
    hi

    any tweak to make the zoom a push once key instead of hold ?
     
  2. dhaine

    dhaine Member

    Joined:
    May 15, 2013
    Messages:
    5
    Likes Received:
    0
    ok i got it to work with autohotkey script

    $z::
    {
    toggle:=!toggle
    if (toggle)
    {
    sendinput, {z down}
    }
    else
    {
    sendinput, {z up}
    }
    }
    return

    my zoom key is z, change to what you want
    this might not work for mouse click, there's a way to make it work for mouse click with another script but i don't have it, make google search :)