bruno/packages
dev.paramjot 36ef38be6a
feat(#736): Switch tabs with keyboard shortcut (#812)
* 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>
2024-08-29 11:12:28 +05:30
..
bruno-app feat(#736): Switch tabs with keyboard shortcut (#812) 2024-08-29 11:12:28 +05:30
bruno-cli Update bruno-cli/options-description (#1592) 2024-08-24 01:19:47 +05:30
bruno-common fix: interpolation of multiple interdependent variables (#2899) 2024-08-23 16:13:00 +05:30
bruno-docs chore: initial commit for bruno docs package 2023-05-19 19:57:58 +05:30
bruno-electron release: v1.27.0 2024-08-28 15:10:28 +05:30
bruno-graphql-docs Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-js fix(#2767): Fix serilization issues of bigint in json body (#2773) 2024-08-27 14:12:56 +05:30
bruno-lang fix: type error in jsonToBru during import collection (#2761) 2024-08-06 12:43:47 +05:30
bruno-query Fix: update rollup / fix build warnings (#2711) 2024-08-22 18:12:40 +05:30
bruno-schema Add TRACE to allowed import methods (#2783) 2024-08-08 17:28:17 +05:30
bruno-tests chore: updated tests 2024-08-27 14:38:44 +05:30
bruno-toml fix: params test (#2395) 2024-05-31 15:55:23 +05:30