Skip to content

Commit

Permalink
Adding missing key handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Macmod committed May 7, 2024
1 parent d0b10bf commit a5201bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gpo.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,5 +355,11 @@ func gpoPageKeyHandler(event *tcell.EventKey) *tcell.EventKey {
return nil
}

switch event.Key() {
case tcell.KeyCtrlS:
exportCurrentGpos()
return nil
}

return event
}

0 comments on commit a5201bc

Please sign in to comment.