When you select a tag currently the only way to select it was by using the enter key. This change allows the tab key to also select it. Signed-off-by: Eric Barnes <[email protected]>
@@ -1122,6 +1122,7 @@
killEvent(e);
return;
case KEY.ENTER:
+ case KEY.TAB:
this.selectHighlighted();