Resolve the following bugs in the handleKeydown function in treeview/treeview-1/js/treeitem.js:
- It incorrectly captures printable char keys that are pressed in combination with ctrl, alt, or meta modifiers. Such key events should be allowed to propagate.
- It should allow any keydown event where alt or meta modifier is pressed to propagate.