I want use shift tab in inquirer. But readchar not read this keyevent ``` print("Press a key") key = readchar.readkey() print("Key is {0}".format(key.encode())) >>>Press a key >>>shift+tab >>>Key is b'\t' ```