random-cuber/hotkeys

功能键盘快捷键

安装量: 1,285

依赖项: 0

建议者: 0

安全性: 0

星标: 5

关注者: 5

分支: 0

公开问题: 4

语言:JavaScript

类型:roundcube 插件

1.2.26 2020-08-13 21:12 UTC

This package is auto-updated.

Last update: 2024-09-14 06:02:07 UTC


README

技术插件名称为 hotkeys

手动安装

安装可以分为两个步骤:提供资源和激活配置。

  1. 提供插件资源。例如,对于 archlinux 上的 roundcube
cd /usr/share/webapps/roundcubemail/plugins

rm -r -f hotkeys
git clone https://github.com/random-cuber/hotkeys.git hotkeys
  1. 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 贡献翻译 翻译