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
-1
View File
@@ -30,7 +30,6 @@ mod test {
#[case(DEFAULT_KEYBINDINGS.update, Key::Char('u'), "update")]
#[case(DEFAULT_KEYBINDINGS.home, Key::Home, "home")]
#[case(DEFAULT_KEYBINDINGS.end, Key::End, "end")]
#[case(DEFAULT_KEYBINDINGS.tab, Key::Tab, "tab")]
#[case(DEFAULT_KEYBINDINGS.delete, Key::Delete, "delete")]
#[case(DEFAULT_KEYBINDINGS.submit, Key::Enter, "submit")]
#[case(DEFAULT_KEYBINDINGS.confirm, Key::Ctrl('s'), "submit")]