Update participant guide and interface instructions for clarity and consistency

This commit is contained in:
Robin Olsen
2026-04-01 13:28:51 +02:00
parent d24121ef10
commit f755e9f01e
8 changed files with 41 additions and 35 deletions

View File

@@ -43,7 +43,7 @@ func (q *QuestionnaireModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
q.form.WithWidth(msg.Width)
case tea.KeyPressMsg:
switch msg.String() {
case "q", "ctrl+c":
case "ctrl+c":
q.userQuit = true
return q, tea.Quit
}