add back tab to mapping

This commit is contained in:
Jesse Duffield 2021-02-09 22:59:41 +11:00
parent 908f90fdc1
commit 99a94bdceb

View File

@ -185,6 +185,7 @@ var translate = map[string]Key{
"Backspace": KeyBackspace,
"CtrlH": KeyCtrlH,
"Tab": KeyTab,
"BackTab": KeyBacktab,
"CtrlI": KeyCtrlI,
"CtrlJ": KeyCtrlJ,
"CtrlK": KeyCtrlK,