Hello-- I would like to have several bindings to WindowList, each with different conditions. The following two for example.
# Key Tab A M WindowList Root c c SelectOnRelease Meta_L # Key Q A M WindowList ($[w.resource]) Root c c SelectOnRelease Meta_L The problem I have with the 2nd one, is that hitting 'q' repeatedly doesn't cycle through the entries of the window list (e.g. hitting 'q' twice does not take me to the 2nd item of the list). Any answer would be welcome. Best, --Nikos PS1 I run fvwm 2.5.28 and X.Org X Server 1.7.6 PS2 I would like to mention, just in case it is related, that the following options in my xorg.conf (some grp values in XkbOptions in particular) # Option "XkbLayout" "us,gr" # Option "XkbOptions" "grp:shifts_toggle,terminate:ctrl_alt_bksp" # Option "XkbVariant" ",extended" were in the past causing similar behaviour even with the usual "Key Tab A M WindowList ...". I cannot reproduce it at the moment though.
