mirror of
https://github.com/jroimartin/gocui.git
synced 2025-05-08 19:29:28 +08:00
support back tab
This commit is contained in:
parent
66c577279d
commit
908f90fdc1
@ -266,6 +266,7 @@ const (
|
|||||||
KeyBackspace = Key(tcell.KeyBackspace)
|
KeyBackspace = Key(tcell.KeyBackspace)
|
||||||
KeyCtrlH = Key(tcell.KeyCtrlH)
|
KeyCtrlH = Key(tcell.KeyCtrlH)
|
||||||
KeyTab = Key(tcell.KeyTab)
|
KeyTab = Key(tcell.KeyTab)
|
||||||
|
KeyBacktab = Key(tcell.KeyBacktab)
|
||||||
KeyCtrlI = Key(tcell.KeyCtrlI)
|
KeyCtrlI = Key(tcell.KeyCtrlI)
|
||||||
KeyCtrlJ = Key(tcell.KeyCtrlJ)
|
KeyCtrlJ = Key(tcell.KeyCtrlJ)
|
||||||
KeyCtrlK = Key(tcell.KeyCtrlK)
|
KeyCtrlK = Key(tcell.KeyCtrlK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user