nimaid/LPHK

Different keyboard layout (like QWERTZ)

Opened this issue · 0 comments

Hey,
this is such a great project!

But as I am German, I'm using the QWERTZ keyboard layout, with has additional letters like ä, ö and ü (left of the P and L key), as well as the assigned characters of most character keys are different.

This produces two problems:
1.) When using the STRING command the additional letters are just left out: STRING Motörhead --> Motrhead (similar to mathilux's issue)

2.) I can't simulate the Press/Tap of any key that's not on the QWERTY keyboard layout. This is for example the # character.
I do have some programming experience but I'm an absolute beginner to Pyhton. Nevertheless I have searched through your code a bit and found the file "system_apis/keyboard_win.py" where the possible keys are listed. Would it be possible to seperate this list into a single file, which is used by LPHK an can be modified by the user?

Thanks in advance!
Christian