AliekberFFXI / xivcrossbar

FFXIV-style crossbar for FFXI -- Based on Edeon's XIVHotbar
MIT License
11 stars 6 forks source link

Steamdeck mapping does not work #20

Open ChadMaverick opened 1 year ago

ChadMaverick commented 1 year ago

Steam deck mapping does not work.

Replicated all the steps I did to make it work on windows, with the exception of using the run command instead of the .ahk file made the .py and the .sh executeable, double checked that the command shows up as a running process during desktop mode. mapping the buttons simply does not work.

FionaBrightgrass commented 5 months ago

This is not surprising considering by default the program tries to use xinput.dll and autohotkey, which are Windows only.

Stromgarde commented 2 months ago

The .sh/.py combo described in https://www.reddit.com/r/ffxi/comments/vkmzia/windower_addon_xivcrossbar_now_supports_steam/ is directed at Steam Deck, and at one point did work. However, at a later point in 2022 with the release of version 3.0 of SteamOS, it transitioned from using X11 to Wayland which is why it can no longer find the processes. So, it will remain broken until both the .sh and .py scripts are refactored to utilize something which can target Wayland.