Skip to content

Problem: Modifier keys are not exclusive

Lukas Orsvärn requested to merge lukors/vismut:modifiers into main

The issue is that pressing Ctrl Alt S triggers the Ctrl S hotkey because it doesn't ensure that other modifier keys are not pressed.

This merge requests adds an easy way to check if modifier keys are pressed exclusively, and uses it everywhere.

Merge request reports