Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Murat Güven
Hi, you may want to try this: --> within the plugins/tasklist/ folder open the file __init__.py --> go to line 153 --> replace this: @action(_('Task List'), stock='zim-task-list', readonly=True) # T: menu item --> with this: @action(_('Task List'), stock='zim-task-list', accelerator='t', r

Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Alessia Moretti
@Jaap thanks but...there must be a problem with my installation: synaptic tell my I have 0.67 rc, the help section of zim tells it's 0.66 and there' s no the menu item you cited. maybe I should downgrade to.0.65 in the meantime (before 0.67 official). I don't know :could it be a problem of localiza

Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Jaap Karssenberg
@Alessia it is in "Show" --> "Tasklist" an dit will popup the dialog On Thu, May 18, 2017 at 3:22 PM Alessia Moretti wrote: > Sorry to intrude but this interest me too. I recently upgrade to the ppa > 0.67 rc and there's no way to open the tasklist from the menu (there's no > menu item about tas

Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Alessia Moretti
Sorry to intrude but this interest me too. I recently upgrade to the ppa 0.67 rc and there's no way to open the tasklist from the menu (there's no menu item about tasklist) Thanks and regards Il 18/Mag/2017 14:56, "OpenMailBox" ha scritto: > I meant defining a function key or a key sequence to

Re: [Zim-wiki] question on tasklist

2017-05-18 Thread OpenMailBox
I meant defining a function key or a key sequence to call the tasklist. Would be nice if we could configure it in the plugin options. Thanks Renaud Le 18/05/2017 à 06:33, Murat Güven a écrit : > Hi, > > could you be more specific? Where do you need this shortcut? > > Regards, > Murat > > > On 1

Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Murat Güven
Hi, could you be more specific? Where do you need this shortcut? Regards, Murat On 18.05.2017 02:14, OpenMailBox wrote: Hi everyone, I'm a new one on this team, so maybe this is not the right place to ask it, but I would like to know how to configure a shortcut to the tasklist button. Thank

Re: [Zim-wiki] question on tasklist

2017-05-18 Thread Jaap Karssenberg
Hi, There is no option to do so directly in zim - but Gtk in general allows configuration for the keybinding for menu items. There are some notes about this in the manual http://zim-wiki.org/manual/Help/Key_Bindings.html under "Changing Accelerators". Regards, Jaap On Thu, May 18, 2017 at 9:06