Resolve "Alt+DoubleClickLeft also triggers Alt+ClickLeft"
This MR changes the shortcut for jumping to a frame from Alt + DblClick
to Ctrl + Alt + DblClick
and differentiates between Alt+Click
and Ctrl+Alt+Click
to resolve issue #328 (closed)
This way, only the jumping, without the changing of the trackpoint, gets activated,
Closes #328 (closed)
Reviewer Checklist
General code quality
-
naming conventions are met (see .clang-tidy for detailed information) -
no static analyzer warnings in new code parts (e.g., use clang-tidy for checking)
General usability
-
old versions of pet-files are still loadable
Only if changes in UI
-
new elements are also saved and loaded from pet-file -
check if tab order is still correct -
all new SpinBoxes are promoted -
new keybindings added to Petrack::keyBindings()
Edited by d.kilic
Merge request reports
Activity
added bug label
requested review from @t.schroedter
added 5 commits
-
5be14118...b0eb653a - 2 commits from branch
master
- b4c18b2c - Change Shortcut for jump Alt+DblCLick to Ctrl+Alt+DblClick
- 2895030f - Only fire mouseAltPressed event if Ctrl wasn't pressed as well
- d3a2575f - Update Keybindings description
Toggle commit list-
5be14118...b0eb653a - 2 commits from branch
enabled an automatic merge when the pipeline for d3a2575f succeeds
Please register or sign in to reply