我总是使用 ctrl + T 打开一个新标签,所以我不需要新标签按钮。我还想删除关闭标签按钮,因为我总是用 ctrl + W 关闭标签。
自从对 Thunderbird 进行了最新的“改进”以来,我现在拥有两个不同的 gpg 钥匙圈,而不是只有一个。如何让 Thunderbird 使用 ~/.gnupg 中的 gpg 密钥环,而不是它自己的内部密钥环?
默认情况下 mplayer 以秒为单位显示视频中的当前位置,这几乎没有用。例子:
A:4086.2 V:4086.2 A-V: 0.000 ct: 0.039 0/ 0 17% 2% 2.1% 3 0
^--------^----- This is the current location in seconds.
Run Code Online (Sandbox Code Playgroud)
那么,那又怎样?Mplayer 有可怕的默认设置。还有什么是新的?但是 mplayer 是高度可配置的,因此必须有一种方法可以更改该行并将您想要的任何信息放在那里。不过,我搜索了联机帮助页,但找不到可以执行此操作的选项。理想行为:
A:1:08:06.2 V:1:08:06.2 A-V: 0.000 ct: 0.039 0/ 0 17% 2% 2.1% 3 0
^-----------^----- This is the current location in hours:minutes:seconds.
Run Code Online (Sandbox Code Playgroud)
有没有人想出一种方法来做到这一点?