Skip to content

Commit 324d8e9

Browse files
authored
Add 'h' key to navigate back in CommandDetailScreen
1 parent eabd222 commit 324d8e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class CommandDetailScreen(private val commandName: String) : Screen {
8282
ScreenResult.Stay
8383
}
8484

85-
"q", "Escape", "Enter" -> ScreenResult.Back
85+
"q", "Escape", "Enter", "h" -> ScreenResult.Back
8686

8787
else -> ScreenResult.Stay
8888
}

0 commit comments

Comments
 (0)