1
0
mirror of synced 2025-03-10 22:56:12 +03:00

Merge pull request #63 from ericbarnes/tags-tab

Adding tab support for tags
This commit is contained in:
Igor Vaynberg 2012-05-23 08:13:07 -07:00
commit 071d6c73d2

View File

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