mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
cleaning up
This commit is contained in:
parent
d0308142a3
commit
d212037ff5
@ -17,6 +17,6 @@ func (widget *Widget) initializeKeyboardControls() {
|
||||
widget.SetKeyboardKey(tcell.KeyUp, widget.Prev, "Select previous item")
|
||||
widget.SetKeyboardKey(tcell.KeyRight, widget.NextSource, "Select next source")
|
||||
widget.SetKeyboardKey(tcell.KeyLeft, widget.PrevSource, "Select previous source")
|
||||
widget.SetKeyboardKey(tcell.KeyEnter, widget.openPr, "Open item in browser")
|
||||
widget.SetKeyboardKey(tcell.KeyEnter, widget.openPr, "Open PR in browser")
|
||||
widget.SetKeyboardKey(tcell.KeyInsert, widget.openRepo, "Open item in browser")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user