From cc91f36ade90fa9883436c3eaafb97c0dc80a035 Mon Sep 17 00:00:00 2001 From: Jaimos Skriletz Date: Sat, 16 Dec 2023 21:20:08 -0700 Subject: [PATCH] Add CurrentAtEnd to Alt-Tab WindowList This makes the default-config alt-tab key binding work more as expected so a single press of alt-tab will move to the next window. --- default-config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default-config/config b/default-config/config index 427562084..cfa23ffa0 100644 --- a/default-config/config +++ b/default-config/config @@ -487,7 +487,7 @@ AddToMenu MenuFvwmManPages "Help" Title # Silent suppresses any errors (such as keyboards with no Menu key). Silent Key F1 A M Menu MenuFvwmRoot Silent Key Menu A A Menu MenuFvwmRoot -Silent Key Tab A M WindowList Root c c NoDeskSort, NoGeometry, SelectOnRelease Meta_L +Silent Key Tab A M WindowList Root c c NoDeskSort, NoGeometry, SelectOnRelease Meta_L, CurrentAtEnd Silent Key F1 A C GotoDesk 0 0 Silent Key F2 A C GotoDesk 0 1 Silent Key F3 A C GotoDesk 0 2