Merge pull request #63 from ericbarnes/tags-tab
Adding tab support for tags
This commit is contained in:
commit
071d6c73d2
1 changed files with 1 additions and 0 deletions
|
@ -1123,6 +1123,7 @@
|
|||
killEvent(e);
|
||||
return;
|
||||
case KEY.ENTER:
|
||||
case KEY.TAB:
|
||||
this.selectHighlighted();
|
||||
killEvent(e);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue