educelab / volume-cartographer

Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63 stars 22 forks source link

(VC) Add basic keyboard shortcuts #21

Closed csparker247 closed 1 year ago

csparker247 commented 1 year ago

Adds basic keyboard shortcuts:

This uses Qt's QKeySequence to detect keyboard inputs. As such, there are some things to note:

Future updates will make these user-customizable.

Closes #14