Adding tab support for tags
@@ -1123,6 +1123,7 @@
killEvent(e);
return;
case KEY.ENTER:
+ case KEY.TAB:
this.selectHighlighted();