+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: keyboard shortcuts

  1. #1
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default keyboard shortcuts

    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

  2. #2
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    Just a quick note, the current version 1.2 should be compatible with 0.4-stable.

  3. #3
    eliot75 is offline Roundcube Newcomer
    Join Date
    Aug 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Installation

    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...

  4. #4
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    Did you actually activate the plugin? You need to put the plugin in your main.inc.php in your config dir.

  5. #5
    eliot75 is offline Roundcube Newcomer
    Join Date
    Aug 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Plug-in activation

    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?

  6. #6
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,085
    Downloads
    5
    Uploads
    0

    Default

    In <RC root>/config/main.inc.php add it to the $rcmail_config['plugins'] array, like:
    PHP Code:
    $rcmail_config['plugins'] = array('keyboard_shortcuts'); 

  7. #7
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,392
    Downloads
    36
    Uploads
    0

    Default

    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

  8. #8
    eliot75 is offline Roundcube Newcomer
    Join Date
    Aug 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Many thanks Rosali. This works a treat. What an awesome plug-in; should be in roundcube core! Thanks again.

  9. #9
    strictlydata is offline Registered User
    Join Date
    Apr 2008
    Posts
    36
    Downloads
    2
    Uploads
    1

    Default

    Great Plugin, however I would prefer to have standard shortkeys. ie ctrl +a selects all.

    Is there away this can be changed?

    Thanks

  10. #10
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    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.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts