We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b730882 commit 870776dCopy full SHA for 870776d
1 file changed
src/list.rs
@@ -83,7 +83,7 @@ fn handle_list(app_state: &mut AppState, stdout: &mut StdoutLock) -> Result<()>
83
}
84
85
KeyCode::Char('r') => list_state.reset_selected()?,
86
- KeyCode::Char('c') => {
+ KeyCode::Char('c') | KeyCode::Enter => {
87
if list_state.selected_to_current_exercise()? {
88
return Ok(());
89
0 commit comments