Hi,
This is very simple but also very useful I think when you want to change the status of multiple segments to Confirmed quickly
(1) Select the segments (click on the segment numbers, using Shift/Ctrl as necessary)
(2) With the mouse cursor still over the segment numbers area, press Ctrl T to confirm the selected segments
^t::
{
MouseClick, right
sleep, 50
SendInput, {down 3}
SendInput, {right}
SendInput, {down 2}
SendInput, {Enter}
return
}
Of course, you could easily adapt this for the other segment statuses