Author Topic: keyboard shortcuts  (Read 19166 times)

Offline niaou

  • Newbie
  • *
  • Posts: 5
Re: keyboard shortcuts
« Reply #15 on: February 27, 2013, 07:25:57 AM »
Thanks for the plugin Cor.

Is it possible to add our own extra keyboard shortcuts or only the predefined ones?

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
Re: keyboard shortcuts
« Reply #16 on: March 04, 2013, 08:32:17 AM »
Only the predefined ones.

Offline niaou

  • Newbie
  • *
  • Posts: 5
Re: keyboard shortcuts
« Reply #17 on: March 05, 2013, 12:39:03 PM »
However, the contents of config.inc.php.dist includes:
Code: [Select]
// each keyboard shortcut we support needs an entry in this array.
$rcmail_config['keyboard_shortcuts_extras'] = array();

So I guess it's for future use ?

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
Re: keyboard shortcuts
« Reply #18 on: March 05, 2013, 06:51:05 PM »
Yes. I took over the maintenance of this plugin from another author, and this seems to be a start at allowing more options.

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
Re: keyboard shortcuts
« Reply #19 on: September 09, 2013, 04:52:45 AM »
I released a new version of this plugin, which you can get through composer or github.

https://github.com/corbosman/keyboard_shortcuts/tree/2.3

Offline corbosman

  • Sr. Member
  • ****
  • Posts: 260
Re: keyboard shortcuts
« Reply #20 on: April 26, 2014, 05:06:38 AM »
I released version 2.4 of this plugin which fixes some bugs.