Technical plugin name is hotkeys.
| Main plugin dialog |
|---|
![]() |
Installation can be done in two steps: providing resources and activating configuration.
- 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
- Activate plugin in
roundcubeconfiguration. For example, for roundcube on archlinux:
cat /etc/webapps/roundcubemail/config/config.inc.php
$config['plugins'] = array(
'jqueryui', // dependency
'hotkeys', // plugin proper
);
Navigate to:
Settings -> Preferences -> User Interface -> Hot Keys
Menu entries:
TODO: TODO
Main plugin dialog:
Navigate to:
[Anywhere] -> [Press plugin access key (default: F1)]
Dialog entries:
TODO: TODO
Contribute to translation via transifex.
