tildearrow / input-modifier

uinput based key bindings and macros tool for Linux
GNU General Public License v2.0
20 stars 6 forks source link

listprofiles problem #3

Closed tildearrow closed 5 years ago

tildearrow commented 5 years ago

From this issue:

also,

When I want to list the profiles available, the following is the returned results:

listprofiles honey [info] client 6: listprofiles honey using device Honey Bee Nostromo SpeedPad2 .

teson Default Ready. I never made a 'teson' profile. I cannot "switchprofile" to teson, nor can I delete it as "delprofile" says it does not exist.

TherinS commented 5 years ago

Here is my config directory.

input-modifier-config-directory.tar.gz

tildearrow commented 5 years ago

I just found out the issue. The listprofiles command uses directory listing functions to list all profiles, and then remove the ".json" extension, but for some reason the extension remover didn't work well with a profile named "test1".

Fixed in 4fb25decf427da3d873b9ab39d37fc88765dd471. v1.3.4 will be released soon with the fix.

tildearrow commented 5 years ago

v1.3.4 now released.