How to extend the convenience of being able to shift-click links and open them in a new window to forms:
<form onsubmit="this.target=event.shiftKey?'_blank':'_self'">
Try it with the search-form (bottom of menu column): holding shift while submitting will open the search results in a new window.