Custom Keybindings

Issue #251 new
KASA created an issue

It seems to be very easy to add the possibility to add custom keybindings (for example for panning, you could replace every "if event.button == 2:" in PlotCanvas.py with "if event.button == panButton:" and make panButton editable by the user in the options menu, right?

Comments (1)

  1. Marius Stanciu

    Big ECAD players, have some kind of files to store those settings and a mechanism implemented to create the associations. BTW, I just added some shortcuts to FlatCAM (vispy based) I think I will make soon a pull request on the official Flatcam repository.

  2. Log in to comment