Added full support for managing the blocklist

This commit is contained in:
2024-02-15 16:20:03 -07:00
parent d869647dd8
commit 6cadf70c1e
42 changed files with 2004 additions and 123 deletions
+5
View File
@@ -15,6 +15,7 @@ generate_keybindings! {
left,
right,
backspace,
clear,
search,
settings,
filter,
@@ -67,6 +68,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Backspace,
desc: "backspace",
},
clear: KeyBinding {
key: Key::Char('c'),
desc: "clear",
},
search: KeyBinding {
key: Key::Char('s'),
desc: "search",