random-cuber/hotkeys

Functional keyboard shortcuts

Installs: 1 258

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 5

Forks: 0

Open Issues: 4

Language:JavaScript

Type:roundcube-plugin

1.2.26 2020-08-13 21:12 UTC

This package is auto-updated.

Last update: 2024-04-14 05:14:55 UTC


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.