Results 48 comments of V0rT3x

Why don't just use `press('DOWN')` or `press('UP')`? If the focus is on the page, you will scroll on it. Same for `press('LEFT')` or `press('RIGHT')`.

Do you try `sudo dhclient` or `dhcpcd`? [Wifi does not appear #225](https://github.com/RoganDawes/P4wnP1_aloa/issues/225)

I found how made it. `"¡": [{"Modifiers": ["MOD_RIGHT_CONTROL", "MOD_LEFT_SHIFT"], "Keys": ["KEY_1"]}],`

@RoganDawes i know someone else worked on a Canadian Multilingual keyboard, but this one was a lack of characters. I extract every keys from the layout and i test each...

@TheMMcOfficial excellent ^^. Hey by the way, do you know how the code communicates by usb? I'm trying to add a "hold" function to the script, but I'm still trying...

No, it's not what I'm searching for. The hold function can give us access to the ALT-code (eventually we can avoid the use of a keyboard layout with it, but...

@TheMMcOfficial i just load your file and i rapidly saw this duplicate and the missing of a mod/key. maybe its just it. on line 47: "°": [{"Modifiers": [], "Keys": ["KEY_GRAVE"]}],...

@RoganDawes You are absolutely right. I think the best approach is with a keySequence. Do you have an idea how to achieve that? or is it possible to proceed exactly...

@TheMMcOfficial I modify this, and it work. ` ".": [{"Modifiers": [""], "Keys": [""]}],` ` ".": [{"Modifiers": ["MOD_LEFT_SHIFT"], "Keys": ["KEY_DOT"]}],` [CA.zip](https://github.com/RoganDawes/P4wnP1_aloa/files/5264862/CA.zip)

@TheMMcOfficial No problem, it's my pleasure ^^.