mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
36ef38be6a
* feat(#736): Switch tabs with keyboard shortcut 1. Registered keyboard events in Hotkeys/index.js 2. Added logic for replacing `state.activeTabUid` to switch active tab as per keyboard event. 3. Maintained a stack `recentUsedTabsStack` for tab visit history and pop out on `Ctrl+Tab` keyboard event. * feat(#736): Switch tabs with keyboard shortcut Keeping this feature request only limited to CTRL+PGUP and CTRL_PGDN button clicks functionality. Hence removing logic for CTRL+TAB click functionality. * feat(#736): Switch tabs with keyboard shortcut clean up * feate(#827): Switch tabs with keyboard shortcut * Implimented logic of cyclic traversal of tabs array with % opreator. --------- Co-authored-by: Anoop M D <anoop.md1421@gmail.com> |
||
---|---|---|
.. | ||
bruno-app | ||
bruno-cli | ||
bruno-common | ||
bruno-docs | ||
bruno-electron | ||
bruno-graphql-docs | ||
bruno-js | ||
bruno-lang | ||
bruno-query | ||
bruno-schema | ||
bruno-tests | ||
bruno-toml |