mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Improve escapehatch help
This commit is contained in:
parent
ab5be37cff
commit
191ac7c067
1 changed files with 2 additions and 0 deletions
|
@ -3116,6 +3116,8 @@ import { useractions } from "@src/background/user_actions"
|
||||||
* Only useful if called from a background context, e.g. at the end of an RC file to ensure that when you start the browser you don't get trapped on an about: page, or via `bind --mode=browser escapehatch` (bound to `<C-,>` by default).
|
* Only useful if called from a background context, e.g. at the end of an RC file to ensure that when you start the browser you don't get trapped on an about: page, or via `bind --mode=browser escapehatch` (bound to `<C-,>` by default).
|
||||||
*
|
*
|
||||||
* NB: when called via `bind --mode=browser`, we return focus from the address bar by opening and closing the "sidebar" (which is used exclusively for this purpose). If escapehatch is called in any other way, we cannot do this as Mozilla thinks it might [spook](https://extensionworkshop.com/documentation/publish/add-on-policies/#no-surprises) [you](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions) : ).
|
* NB: when called via `bind --mode=browser`, we return focus from the address bar by opening and closing the "sidebar" (which is used exclusively for this purpose). If escapehatch is called in any other way, we cannot do this as Mozilla thinks it might [spook](https://extensionworkshop.com/documentation/publish/add-on-policies/#no-surprises) [you](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/User_actions) : ).
|
||||||
|
*
|
||||||
|
* This sidebar hack will close other sidebars such a TreestyleTabs. You can disable it with `:set escapehatchsidebarhack false`, but Tridactyl will no longer be able to get focus back from certain places such as the address bar.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//#background
|
//#background
|
||||||
|
|
Loading…
Add table
Reference in a new issue