Just a quick note, the current version 1.2 should be compatible with 0.4-stable.
Hi all, ive taken over development of the keyboard shortcuts plugin from Rosali, who had taken it himself from Netzorz. Rosali has so many plugins, I volunteered to take over this one. Im starting this thread to act as a place for discussion about this plugin. I have released a new version 1.2 which has just a minor change. The link in the footer that shows the shortcut help page is now an icon , in line with existing icons in the footer. I plan to release a version 2.0 in the coming weeks that will allow users to configure personal key settings for the shortcuts.
IMPORTANT: this plugin depends on the jqueryui support plugin
You can get both plugins here: Downloads - roundcube-plugins - Project Hosting on Google Code
Just a quick note, the current version 1.2 should be compatible with 0.4-stable.
Sounds like a great plug-in, but I could really do with a set of installation instructions (dropping in the plugins directory doesn't seem to do anything) and also a list of shortcuts would be helpful. Thanks in advance...
Did you actually activate the plugin? You need to put the plugin in your main.inc.php in your config dir.
I understand you need to add the plugin to main.inc.php to enable it, but can you advise what string I need to add to this file in order to activate?
In <RC root>/config/main.inc.php add it to the $rcmail_config['plugins'] array, like:
PHP Code:$rcmail_config['plugins'] = array('keyboard_shortcuts');
We need jqueryui aswell:
PHP Code:$rcmail_config['plugins'] = array(
'jqueryui',
'keyboard_shortcuts'
);
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
Many thanks Rosali. This works a treat. What an awesome plug-in; should be in roundcube core! Thanks again.
Great Plugin, however I would prefer to have standard shortkeys. ie ctrl +a selects all.
Is there away this can be changed?
Thanks
Allowing meta keys opens up a huge can of worms. I doubt this would ever work. What if you select a piece of text in your webbrowser and want to actually select THAT instead of selecting all messages? It would badly conflict with OS specific key bindings.
There are currently 1 users browsing this thread. (0 members and 1 guests)