# File wm.rb, line 296
    def invert_selection!
      if selected?
        unselect!
      else
        select!
      end
    end