docs(context): Updated the Servarr context clues to say how to switch Servarr tabs via TAB and SHIFT+TAB

This commit is contained in:
2024-11-27 17:14:40 -07:00
parent f139db07d9
commit 4d1b0fe301
4 changed files with 16 additions and 10 deletions
-5
View File
@@ -32,7 +32,6 @@ generate_keybindings! {
events,
home,
end,
tab,
delete,
submit,
confirm,
@@ -139,10 +138,6 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::End,
desc: "end",
},
tab: KeyBinding {
key: Key::Tab,
desc: "tab",
},
delete: KeyBinding {
key: Key::Delete,
desc: "delete",