The current code only matches the first finding of the keyEvent to a keycombination to a keyBinding
e.g. the first found entry in the KeyBindings enum will be returned.
This is a problem when multiple dialogs/windows have the same keybinding (e.g Entry Editor and Search bar)
The current code only matches the first finding of the keyEvent to a keycombination to a keyBinding
e.g. the first found entry in the KeyBindings enum will be returned.
This is a problem when multiple dialogs/windows have the same keybinding (e.g Entry Editor and Search bar)