configurator icon indicating copy to clipboard operation
configurator copied to clipboard

Mouse up/down keys reversed (both x1 and x5)

Open ToyKeeper opened this issue 6 years ago • 4 comments

Using kiibohd-configurator-0.4.1-linux-amd64.deb on my brand new whitefox vera, it appears that the mappings for Mouse Up and Mouse Down are swapped. This affects both the x1 and x5 speeds.

For a layout, it's easy enough to just swap them to make the keys work as intended, but the configurator should probably have the right mappings by default.

ToyKeeper avatar Apr 01 '18 00:04 ToyKeeper

The json it creates comes out like this. Looks like it just needs to swap 1 and -1 in the output, or swap the up/down glyph.

{
    "key": "#:mouseOut( 0, 0, -1 )",
    "label": "↓ x1"
}
{
    "key": "#:mouseOut( 0, 0, 1 )",
    "label": "↑ x1"
}

ToyKeeper avatar Apr 01 '18 00:04 ToyKeeper

This also affect the k-type under macOS. v4.1 of the configurator.

dmgm avatar May 15 '18 04:05 dmgm

Is there someone this could be assigned to?

dmgm avatar Sep 14 '18 01:09 dmgm

This is still bugged.

Phiphel avatar Sep 07 '19 10:09 Phiphel