I am trying to remove some extra tabbing when I do ctrl+L and search for a tiddler and try to link to it. Now it tabs through the search “tabs” first and then goes to the list. I think I can just remove that with the CSS attribute tabindex="-1" but I have no idea how to actually do it. I tried to set buttonTemplate so transclude my own template which would then have this command in it but I can’t seem to get it to work. I don’t think the template adds the attribute to the button itself, just to the content inside of the button.
How can I achieve this?
Thanks,
Petri