oskretc/fman-tortoisesvnhelper

Keybindings Question

Opened this issue · 0 comments

Hi,

I really enjoy your plugin; great job!

I would like to set a custom shortcut (not ctrl+shift+P default shortcut) with the Key Bindings.json (in
%AppData%\Roaming\fman\Plugins\Third-party\fman-tortoisesvnhelper\Key Bindings.json)

[
	{"keys": ["Ctrl+F1"], "command": "SVNUpdate"}
]

Unfortunately, SVNUpdate doesn't work.... What shoud I put instead? Is it possible? Would it be possible to do it (from the current opened folder, or for a complete specific SVN, as you wish)?

Many thanks