suurjaak / InputScope

Mouse and keyboard input heatmap visualizer, with statistics.
MIT License
84 stars 13 forks source link

Supporting swedish keyboard layout? #29

Open jave opened 3 months ago

jave commented 3 months ago

Similar to this: https://github.com/suurjaak/InputScope/issues/11 I would like to be able to support the Swedish keyboard layout.

What changes would need to be made?

Inputscope already works for this layout for the most part, its just that keypresses dont seem to be reported for swedish characters.

As can be seen here: bild

For swedish chars normally placed here

bild

there is no data.

suurjaak commented 2 months ago

Are the keypresses visible in the detailed counts table below? They might be listed as Oem_somethingsomething.

If yes, then the solution would be similar as in the linked issue: providing a custom keyboard image, and overriding KeyPositions in configuration.

jave commented 2 months ago

they show up like this: bild

So I will try the solution in the linked issue, tnx

suurjaak commented 2 months ago

If it's no trouble, could you also detail your solution here upon success? Looks like it would help to have such guidance in program documentation, and this would help.

If you don't mind, I will keep this issue open, as a reminder for myself.

suurjaak commented 2 months ago

@jave Any luck with configuring the custom layout?

suurjaak commented 2 weeks ago

@jave So, any luck with configuring the custom layout?