]> git.mdlowis.com Git - proto/labwc.git/commit
action: remember initial direction of PreviousView
authordroc12345 <80716141+droc12345@users.noreply.github.com>
Wed, 26 Jun 2024 21:03:56 +0000 (16:03 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2024 21:03:56 +0000 (22:03 +0100)
commitf2755a4e2ea28939994752491031c1eaef5d121e
treeab2c794dcf0751b4edbc2b79be4a2cd72ceda1e9
parent7f94486773d35f7302bbadf3784352af706d75fc
action: remember initial direction of PreviousView

...when cycling windows. Also make the toggling of direction when shift
is pressed relative to the initial direction. For example if W-j is
bound to PreviousWindow, subsequent key presses will continue to
cycle backwards unless shift if pressed.

Add documentation for using shift/arrow keys in Next/Previous
docs/labwc-actions.5.scd
include/labwc.h
src/action.c
src/input/keyboard.c