Submission checklist
Plugin
keybind-cheatsheet
Plugin version
0,2,1
Bug description
Some of my keybinds are showing the main key as "...", instead of the actual bind. When compared to those that are working (which is nearly every one), it doesn't make sense why these are different:
WORKING
hl.bind(
mainMod .. " + RETURN",
hl.dsp.exec_cmd(terminal),
{ description = "Kitty (terminal)" }
)
hl.bind(
mainMod .. " + down",
hl.dsp.focus({ direction = "down" }),
{ description = "Move focus down" }
)
NOT WORKING
hl.bind(
mainMod .. " + D",
hl.dsp.exec_cmd(menu),
{ description = "Fuzzel (menu)" }
)
hl.bind(
mainMod .. " + up",
hl.dsp.focus({ direction = "up" }),
{ description = "Move focus up" }
)
The category doesn't seem to matter.
Steps to reproduce
- Toggle plugin:
noctalia msg panel-toggle kenn/keybind-cheatsheet:cheatsheet
Expected behavior
All properly configured keybinds should work
Actual behavior
See a few keybinds that are missing the final key
Logs / error output
Noctalia version
v5.0.0 beta8
Compositor
Hyprland
Environment information
Additional context
No response
Submission checklist
Plugin
keybind-cheatsheet
Plugin version
0,2,1
Bug description
Some of my keybinds are showing the main key as "...", instead of the actual bind. When compared to those that are working (which is nearly every one), it doesn't make sense why these are different:
WORKING
NOT WORKING
The category doesn't seem to matter.
Steps to reproduce
noctalia msg panel-toggle kenn/keybind-cheatsheet:cheatsheetExpected behavior
All properly configured keybinds should work
Actual behavior
See a few keybinds that are missing the final key
Logs / error output
Noctalia version
v5.0.0 beta8
Compositor
Hyprland
Environment information
Additional context
No response