openmonk
openmonk
This is fixed in corresponding fork branch: https://github.com/openmonk/guayadeque/tree/collate-search
I'm struggling to reproduce that. Could you please clarify which player version you are using and post detailed steps-to-reproduce?
As a workaround you can toggle Y axis of XR mouse using xinput: ``` xr_dev_id=$(xinput list --short | grep "XR virtual mouse" | sed 's/.*id=\([0-9]*\).*/\1/g') xr_prop_id=$(xinput --list-props $xr_dev_id | grep...