]> git.mdlowis.com Git - proto/labwc.git/commit
Prevent cursor based region-snapping when starting a move with A-Left
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 7 Mar 2023 16:51:28 +0000 (17:51 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 7 Mar 2023 20:55:35 +0000 (20:55 +0000)
commita4fb5b093b3bb7a15606f777f84346634dd86122
tree0c036e8ebd711bdfaaa1c75c9e366b6705bc81f0
parenta0b5a80ce1e41bd0b6148c8098afd527477f9259
Prevent cursor based region-snapping when starting a move with A-Left

When wanting to snap to a region when starting the move
operation with A-Left (or a similar mousebind which includes a
modifier), the modifier - or another one - must be pressed again.

Fixes #761
include/labwc.h
include/regions.h
src/cursor.c
src/interactive.c
src/keyboard.c
src/regions.c