mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-08 19:29:28 +08:00
add back tab to mapping
This commit is contained in:
parent
908f90fdc1
commit
99a94bdceb
@ -185,6 +185,7 @@ var translate = map[string]Key{
|
||||
"Backspace": KeyBackspace,
|
||||
"CtrlH": KeyCtrlH,
|
||||
"Tab": KeyTab,
|
||||
"BackTab": KeyBacktab,
|
||||
"CtrlI": KeyCtrlI,
|
||||
"CtrlJ": KeyCtrlJ,
|
||||
"CtrlK": KeyCtrlK,
|
||||
|
Loading…
x
Reference in New Issue
Block a user