piroor / treestyletab

Tree Style Tab, Show tabs like a tree.
http://piro.sakura.ne.jp/xul/treestyletab/
Other
3.49k stars 278 forks source link

Auto-showhide-sidebar-by-mouseover-hover and Ctrl key press #2052

Closed marrak closed 5 years ago

marrak commented 6 years ago

Short description

Ability to show hidden sidebar with Ctrl key

Steps to reproduce

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Configure auto show/hide sidebar as described here: https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#auto-showhide-sidebar-by-mouseover-hover
  4. Press Ctrl key

Expected result

Sidebar is displayed

Actual result

No action

Environment

piroor commented 6 years ago

Due to limitations of WebExtensions APIs, it is impossible.

WebExtensions only allows to toggle visibility of the sidebar for limited keyboard shortcuts or the toolbar button. Other arbitrary timing are disallowed, including mouseover and long-press of a key.

piroor commented 5 years ago

I close this because outdated.