devynspencer / edge-utils

Utility extensions for Microsoft Edge. Cleanup/group/sort/export tabs,
MIT License
1 stars 0 forks source link

[Feature]: Add hotkey to pin/unpin current tab #2

Open devynspencer opened 2 months ago

devynspencer commented 2 months ago

Describe the solution

An event listener for a keybind like Ctrl + Shift + x that pins the current tab.

Related issues

No response

Example usage

Press Ctrl + Shift + x with an unpinned tab selected => current tab pinned Press Ctrl + Shift + x with a pinned tab selected => current tab unpinned

Alternative solutions

Automatically pin tabs matching x url? Nothing sustainable.

Additional context

No response

Code of Conduct

devynspencer commented 2 months ago

Duplicate of #7