gillescastel/inkscape-shortcut-manager

Script partially broken with the last Inkscape update

Opened this issue · 0 comments

As you could know, Inkscape 1.0 is the new version which broke quite a lot things:

  • Now a different command is used to recompile SVG to PDF+TeX. I'm using this one:
inkscape --batch-process --actions="export-filename:$name.pdf;export-latex;export-do" "$name.svg" >/dev/null 2>/dev/null
  • When I run a new Inkscape window the shortcut manager doesn't detect them. Detection of already existing ones works fine for some reason, but the problem is that t and Shift+t keybinds don't work with existing windows :(