Added help that's always visible for modals with new shortcuts for accepting all modals, or closing all modals without the need of seeing the UI
This commit is contained in:
@@ -33,6 +33,7 @@ generate_keybindings! {
|
||||
tab,
|
||||
delete,
|
||||
submit,
|
||||
confirm,
|
||||
quit,
|
||||
esc
|
||||
}
|
||||
@@ -140,6 +141,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
|
||||
key: Key::Enter,
|
||||
desc: "submit",
|
||||
},
|
||||
confirm: KeyBinding {
|
||||
key: Key::Ctrl('s'),
|
||||
desc: "submit",
|
||||
},
|
||||
quit: KeyBinding {
|
||||
key: Key::Char('q'),
|
||||
desc: "quit",
|
||||
|
||||
Reference in New Issue
Block a user