Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过 echo 命令或其他命令知道 Firefox 的选项值,但在 vimperator 的手册中找不到 anwser。(我知道 :set! 可以查看 Firefox 的选项值,但我想使用 echo 命令)
你能帮我吗?
尝试
echo options.getPref("your setting here")
例如
echo options.getPref("accessibility.accesskeycausesactivation")