Skip to content

Commit fa8e874

Browse files
authored
Add 'h' key to exit options in MainMenuScreen
1 parent 9b6178b commit fa8e874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class MainMenuScreen(terminal: Terminal) : Screen {
7171
}
7272
}
7373

74-
"q", "Escape" -> ScreenResult.Exit
74+
"q", "Escape", "h" -> ScreenResult.Exit
7575

7676
"1" -> ScreenResult.Navigate(SearchScreen())
7777

0 commit comments

Comments
 (0)