In order for QuickCut to fully function under Unix systems, it requires an implementation for global keyboard hook, similar to the one already implemented on Windows.
Base implementation for Unix hook can be found here:
https://github.com/giladreich/QuickCut/tree/master/source/QuickCutShared/Hooks
In order for QuickCut to fully function under Unix systems, it requires an implementation for global keyboard hook, similar to the one already implemented on Windows.
Base implementation for Unix hook can be found here:
https://github.com/giladreich/QuickCut/tree/master/source/QuickCutShared/Hooks