Skip to content

Commit

Permalink
Merge pull request #59 from ewilliams0305/info-nav-bug
Browse files Browse the repository at this point in the history
added ctrl+q
  • Loading branch information
ewilliams0305 committed Jan 4, 2024
2 parents be55f7e + 135f1d8 commit 17b7763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tui/device_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (m DeviceTableModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {

case tea.KeyMsg:
switch msg.String() {
case "q", "ctrl+c", "esc":
case "q", "ctrl+q", "esc":
return ReturnToHomeModel(info), tea.Batch(tick, DeviceInfoCommand)
case "down":
m.Table.SetCursor(m.Table.Cursor() + 1)
Expand Down

0 comments on commit 17b7763

Please sign in to comment.