zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #03146
Re: Hot key fot ToDo plugin
On Ubuntu, there should be a file ~/.config/zim/accelmap that lists the
accelerator keys. The defaults are commented out, eg. ctrl-f for find:
; (gtk_accel_path "<Actions>/PageView/show_find" "<Primary>f")
Close all of zim, edit the file, remove the ";" and set a command to a
key combo you like, eg. ctrl-t to show the task list:
(gtk_accel_path "<Actions>/MainWindowExtension/show_task_list" "<Primary>t")
Then start zim again and it should work.
Caveats:
- Maybe you need to also change the action to which a key combo is
assigned by default.
- I think new actions for plugins are added when you enable them.
I haven't verified this, it's been a while since I configured my zim :-)
Good luck.
~~Rolf.
On 19/01/15 14:34, nik wrote:
> Hello list!
>
> Is there any possibility in zim to bind "hot keys" to different plugins?
>
> Or maybe I can use some tricks to do this?
>
> Thanks in advanced...
>
References