-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
bugSomething isn't workingSomething isn't workingpending releaseFix is merged, but not released to the newer versionFix is merged, but not released to the newer versionreproduced
Milestone
Description
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
Labels
bugSomething isn't workingSomething isn't workingpending releaseFix is merged, but not released to the newer versionFix is merged, but not released to the newer versionreproduced