Skip to content

Commit 04a5026

Browse files
authored
Add 'h' key to return to previous screen
1 parent 324d8e9 commit 04a5026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/commonMain/kotlin/com/linuxcommandlibrary/nativecli/screens/TipDetailScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class TipDetailScreen(private val tip: TipInfo) : Screen {
9595
ScreenResult.Stay
9696
}
9797

98-
"q", "Escape", "Enter" -> ScreenResult.Back
98+
"q", "Escape", "Enter", "h" -> ScreenResult.Back
9999

100100
else -> ScreenResult.Stay
101101
}

0 commit comments

Comments
 (0)