random-cuber / hotkeys
功能键盘快捷键
1.2.26
2020-08-13 21:12 UTC
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.2
README
技术插件名称为 hotkeys。
手动安装
安装可以分为两个步骤:提供资源和激活配置。
- 提供插件资源。例如,对于 archlinux 上的 roundcube
cd /usr/share/webapps/roundcubemail/plugins
rm -r -f hotkeys
git clone https://github.com/random-cuber/hotkeys.git hotkeys
- 在
roundcube
配置中激活插件。例如,对于 archlinux 上的 roundcube
cat /etc/webapps/roundcubemail/config/config.inc.php
$config['plugins'] = array(
'jqueryui', // dependency
'hotkeys', // plugin proper
);
设置
导航到
Settings -> Preferences -> User Interface -> Hot Keys
菜单项
TODO
: TODO
操作
主插件对话框
导航到
[Anywhere] -> [Press plugin access key (default: F1)]
对话框条目
TODO
: TODO
翻译
通过 transifex 贡献翻译 翻译。