leokraft / QuickKey

📋✏️ A small background application to quickly access special characters.
GNU General Public License v3.0
8 stars 1 forks source link

Not all chars are loaded correctly from the config file (Ctrl + <) #32

Closed leokraft closed 3 years ago

leokraft commented 3 years ago

Example "<"

Can be setup as a hotkey (Ctrl + <) and is saved to the config, but when reloading the program it is not loaded.

leokraft commented 3 years ago

This is the cause:

https://github.com/leokraft/QuickKey/blob/45efa66a8b95eac2f3f5d610c140b522f6de8247/src/key_map.cpp#L29

Here chars are interpreted as ASCII if they are not found in the map. However only A-Z ASCII map to their vkcs