cosmic-settings icon indicating copy to clipboard operation
cosmic-settings copied to clipboard

Cannot use F-keys custom shortcuts

Open touilleMan opened this issue 2 months ago • 1 comments

To reproduce:

  1. go to "COSMIC Settings -> Input Devices -> Keyboard -> View and customize shortcuts -> Custom"
  2. Click "Add shortcut"
  3. Add any name and command
  4. Input a F-key (typically F1 or F2)

Expected result: the list of custom shortcuts should contain the new shortcut Result: the list of custom shortcuts is not updated

Image

Interestingly enough, the shortcut works just fine by manually editing ~/.config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom:

{
    (
        modifiers: [],
        key: "F1",
    ): Spawn("tilda -T 0"),
}

However it is displayed as "Disabled" from the COSMIC Settings:

Image Image

touilleMan avatar Oct 13 '25 10:10 touilleMan

Same problem here but with some special keys I have on my keyboard, notably the XF86Launch1 key.

BjornTheProgrammer avatar Oct 18 '25 13:10 BjornTheProgrammer