Skip to content

[keybind-cheatsheet][BUG] Some keymaps are showing incomplete data #398

Description

@ajgringo619

Submission checklist

  • I have searched existing issues and confirmed this is not a duplicate.
  • I am using the latest available version of Noctalia and of the plugin.
  • This is a bug in a community plugin, not in Noctalia itself (those belong in the noctalia repo).

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

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions