feat(keybindings): Added a new keybinding for toggling the monitoring of a highlighted table item
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user