Code52 / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
4.2k stars 506 forks source link

Support to show keyboard keys based on locales #161

Open bfritscher opened 7 years ago

bfritscher commented 7 years ago

This fixes partially issue #110 and #65.

Keys are now showed after transforming them with win32 KeyCodeToUnicode. If a ctrl or alt is used it defaults to the lowercase default letter => shortcut If shift is pushed without ctrl or alt it shows directly the mapped character, as was handled before with the hardcoded list, but now it is locale specific and automatic.

However there are some improvements which could be added:

bfritscher commented 7 years ago

Based on the tests shortcuts letters have to be capital?