feat(keybindings): Added a new keybinding for toggling the monitoring of a highlighted table item

This commit is contained in:
2024-12-13 14:53:39 -07:00
parent a28f8c3dd2
commit cfac433861
4 changed files with 20 additions and 2 deletions
+5
View File
@@ -28,6 +28,7 @@ generate_keybindings! {
tasks,
test,
test_all,
toggle_monitoring,
refresh,
update,
events,
@@ -127,6 +128,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('T'),
desc: "test all",
},
toggle_monitoring: KeyBinding {
key: Key::Char('m'),
desc: "toggle monitoring",
},
refresh: KeyBinding {
key: Key::Ctrl('r'),
desc: "refresh",