-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hey there! Submitting my first issue ever on Github.
So as a new Linux user I successfully built this for my Ubuntu-based distro as I use my G13 for all manner of gaming. Got this to boot and everything under Ubuntu without issue and have made my own key-binds specifically for FFXIV.
However I have run into one issue where the default Stick zones for STICK_PAGEUP and STICK_PAGEDOWN that load when first initializing remains loaded when running my own config, resulting in page up and page down respectively being pushed whenever my stick is pushed forwards and backwards.
Below I'm posting my current config file. I will also mentioned I've attempted the stickzone STICK_PAGEUP del commands on both page up and page down to no avail. I am running the software through the terminal using sudo ./g13d --config XIV.txt as without the sudo g13d refuses to detect my G13.
bind G1 KEY_1
bind G2 KEY_2
bind G3 KEY_3
bind G4 KEY_4
bind G5 KEY_5
bind G6 KEY_6
bind G7 KEY_7
bind G8 KEY_LEFTSHIFT+KEY_1
bind G9 KEY_LEFTSHIFT+KEY_2
bind G10 KEY_LEFTSHIFT+KEY_3
bind G11 KEY_LEFTSHIFT+KEY_4
bind G12 KEY_LEFTSHIFT+KEY_5
bind G13 KEY_LEFTSHIFT+KEY_6
bind G14 KEY_LEFTSHIFT+KEY_7
bind G15 KEY_LEFTCTRL+KEY_2
bind G16 KEY_LEFTCTRL+KEY_3
bind G17 KEY_LEFTCTRL+KEY_4
bind G18 KEY_LEFTCTRL+KEY_5
bind G19 KEY_LEFTCTRL+KEY_6
bind G20 KEY_LEFTCTRL+KEY_7
bind G21 KEY_LEFTCTRL+KEY_7
bind G22 KEY_LEFTCTRL+KEY_1
bind STICK_LEFT KEY_A
bind STICK_RIGHT KEY_D
bind STICK_UP KEY_W
bind STICK_DOWN KEY_S
Like I said I am entirely new to Linux and might be doing something incorrectly? Will clarify more if necessary.
Quick addition edit:
I have tried adding bind STICK_PAGEUP KEY_W and bind STICK_PAGEDOWN KEY_S to no success either, as that simply makes the buttons push twice, which for a game like XIV might not be too much of a problem, but I run other things on this G13 as well where that WOULD be an issue