pixaline / bardmacroplayer

FFXIV Bard Macro Player
23 stars 4 forks source link

Keybind bug in 1.3 preview #15

Closed ghost closed 6 years ago

ghost commented 6 years ago

Only alphanumeric keybinds are recognized by the program. Binding notes to anything besides 1-0 a-z will result in the program skipping those notes. There is no known workaround because there are only 36 alphanumberic keys and 37 ingame notes.

pixaline commented 6 years ago

What symbols were you interested in using as a keybind? I have investigated this and found that the game uses its own codes for non-alphanumeric keybinds, which i'll have to manually map to proper keys.

ghost commented 6 years ago

Just the symbols next to the numbers and letters which don't include a modifier. , . / ; ' [ ] \ - = ` Full keyboard mode is broken until the issue is addressed.

pixaline commented 6 years ago

BardMacroPlayer-1.3.zip

Here, try this version. I added the keys =,./;'[]#`\.

ghost commented 6 years ago

Thanks for fixing this!