Skip to content

Doesnt open with empty hotkeys #758

@rrakea

Description

@rrakea

When i add an empty hotkey to my config file (both = [] or = ['']) spf does not open and the log contains the following error:
level=ERROR msg="\x1b[38;2;255;85;85m■ ERROR: \x1b[0mHotkeys file "\x1b[38;2;0;217;255mPageDown\x1b[0m" invalidation"
There is no error in the terminal
However when i comment out another hotkey in the file, spf opens again:
This does not open spf:
page_up = ['pgup','']
page_down = []

This does and displays the error in the terminal
#page_up = ['pgup','']
page_down = []

(The rest of the hotkey file is the default)

System information:

  • OS: Arch Linux
  • Version: 6.13.8
  • superfile Version v.1.2.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpending releaseFix is merged, but not released to the newer versionreproduced

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions