Lukáš Laštůvka
Lukáš Laštůvka
I'll start working on finding all the text strings that will need to be reworked. I won't be opening any more PRs, just in the private branch for now, or...
@yaira2 Maybe I would like to be able to map also numeric keys e.g. Num0, Num1 and others and divide e.g. `+` and `NumPlus` 
> It looks like your keyboard is not US keyboard, what keyboard type are you using? I use the Czech keyboard layout 
> And, when you have a time to do, could you do that same in Windows Terminal > Settings > Actions? In other applications it works correctly ### PowerToys ###...
### Maybe it will be useful. I don't know how the implementation is used here, but I personally use this class: ```csharp public class KeyCodeConverter { [DllImport("user32.dll")] private static extern...
@0x5bfa I have my general solution, but I'm here for a short time and need time to get my head around the code, it's not easy with complex code. But...
@yaira2 I found the cause of the NumKeys mapping not working, Not localized Pad0-9   ### Now it's worked   https://github.com/files-community/Files/assets/84145589/1b778795-94d9-4360-8291-2bc7a66856b2
### Oh, Decimal (NumPad) key not defined too  ### Feature As I follow the definition of the Numpad keys at PowerToys is not bad as they define instead of...
### Test own layout (cs-CZ_QWERTZ)  * **All** Green lines are correct * **Orange** lines unused * **Red Box** (Caps Lock / Scroll Lock / Num Lock) would...
> **Red Box** (Caps Lock / Scroll Lock / Num Lock) would be good to disable in the selection, because they are not possible, but they are marked as Empty...