| Shift-Tab - move to the next tab if on a tag or inside one
TMT_IF "INHTMLTAG THEN SEARCHBACK ""<"":LEFT"
#IfText "<"
 SEARCHFORWARD ">"
 SEARCHFORWARD "<"
 LEFT
 #IfText "<"
  | We're on the next tag, so leave us there
 #Else
  | We're not on a tag - no more tags left
  RIGHT
 #EndIf
#Else
 TAB
#EndIf
