<!-- Before submitting your bug report, please check for duplicates, and +1 the duplicate if you find one, adding additional details if you have any to add. There are a few common issues that are commonly reported. If there is an exception copying to/from the clipboard, it's probably the same as https://github.com/lzybkr/PSReadLine/issues/265 If there is an exception shortly after resizing the console, it's probably the same as https://github.com/lzybkr/PSReadLine/issues/292 --> Environment data ---------------- PS version: 6.0.0-beta PSReadline version: 1.2 os: 10.0.15063.0 (WinBuild.160101.0800) PS file version: Steps to reproduce or exception report -------------------------------------- `Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete` then use Tab to cycle between items. 