random-cuber/hotkeys 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

random-cuber/hotkeys

最新稳定版本:1.2.26

Composer 安装命令:

composer require random-cuber/hotkeys

包简介

Functional keyboard shortcuts

README 文档

README

Technical plugin name is hotkeys.

Main plugin dialog

Manual Install

Installation can be done in two steps: providing resources and activating configuration.

  1. Provision plugin resources. For example, for roundcube on archlinux:
cd /usr/share/webapps/roundcubemail/plugins

rm -r -f hotkeys
git clone https://github.com/random-cuber/hotkeys.git hotkeys
  1. Activate plugin in roundcube configuration. For example, for roundcube on archlinux:
cat /etc/webapps/roundcubemail/config/config.inc.php

$config['plugins'] = array(
    'jqueryui',  // dependency
    'hotkeys',   // plugin proper
);

Settings

Navigate to:

Settings -> Preferences -> User Interface -> Hot Keys

Menu entries:

  • TODO : TODO

Operation

Main plugin dialog:

Navigate to:

[Anywhere] -> [Press plugin access key (default: F1)]

Dialog entries:

  • TODO : TODO

Translation

Contribute to translation via transifex.

统计信息

  • 总下载量: 1.4k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 4
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2020-08-13