I am trying to pull multiple values from a webpage by either reorganizing the css of a webpage or a copy to clipboard short cut to send the values straight to clipboard.
<fieldset id="property_info">
    <legend>Property Information</legend>
        <table id="prop_table">
            <tbody>
                <tr>
                    <td><label for="street_num">Street Num</label></td>
                    <td><input name="form[street_num]" id="street_num" class="required" value="1223" type="text"></td>
                    <td><input name="form[address1]" id="address1" class="required" value="CABRILLO PARK" type="text"></td>
for example with out having to highlight the value on the page is there a way I can send the value of "1223" and also the value "CABRILLO PARK" at the same time to my clipboard with autohotkey or anything else? Either that or rearrange the css?
 
     
     
    