random-cuber / hotkeys
Functional keyboard shortcuts
Package info
github.com/random-cuber/hotkeys
Language:JavaScript
Type:roundcube-plugin
pkg:composer/random-cuber/hotkeys
1.2.26
2020-08-13 21:12 UTC
Requires
- php: >=5.3.0
- roundcube/plugin-installer: >=0.1.2
README
Technical plugin name is hotkeys.
| Main plugin dialog |
|---|
![]() |
Manual Install
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
);
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.
