u/Cubemaster12

Keybinds not firing

Okay so I've upgraded my Hyprland to the new Lua version. I thought I would start porting my configuration but I already hit a roadblock. So far what I did is I changed the keyboard layout and added some basic binds. Here is the minimal config I have:

-- mainMod = "Alt_L"

hl.config({
    input = {
        kb_layout = "hu"
    },
})

hl.bind("ALT + Q", hl.dsp.exec_cmd("alacritty"))
hl.bind("ALT + M", hl.dsp.exit())
hl.bind("ALT + C", hl.dsp.window.close())

Now the problem is when I change the modifier key to either the left or right variant it seems like the registered action does not fire. I did not encounter this issue previously. The regular versions work fine.

I tested the keypress inside the wev tool from the wiki where the appropriate keys do show up when pressed. I checked the other modifiers as well like Control and Shift and the same thing happens, only the regular versions work.

Am I missing something here or is this some kind of bug?

reddit.com
u/Cubemaster12 — 1 day ago