Lukáš Laštůvka

Results 51 comments of Lukáš Laštůvka
trafficstars

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` ![image](https://github.com/files-community/Files/assets/84145589/6e60524d-004d-4152-8849-348c3af5b5cf)

> It looks like your keyboard is not US keyboard, what keyboard type are you using? I use the Czech keyboard layout ![image](https://github.com/files-community/Files/assets/84145589/746dc3c0-673c-41ae-b645-3b5169e6e5dc)

> 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 ![image](https://github.com/files-community/Files/assets/84145589/812f2711-e0d0-4312-a81f-96ce2a78364b) ![image](https://github.com/files-community/Files/assets/84145589/29f5be5b-036a-409c-9879-ed25568e3312) ### Now it's worked ![image](https://github.com/files-community/Files/assets/84145589/18a1f4ba-287d-4ce8-b493-ab6d870cf4dc) ![image](https://github.com/files-community/Files/assets/84145589/c675c22d-8ad6-44e3-8493-edb2c3b0c40d) https://github.com/files-community/Files/assets/84145589/1b778795-94d9-4360-8291-2bc7a66856b2

### Oh, Decimal (NumPad) key not defined too ![image](https://github.com/files-community/Files/assets/84145589/08a0ec0b-4932-4f89-b3a3-d71932eeb2c6) ### 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) ![Qwertz_cz svg (2)](https://github.com/files-community/Files/assets/84145589/7d4dea9b-ecc2-48f1-af16-5af10b7f6c06) * **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...