-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting keyconfig.edit causes "Duplicate Key Error" #579
Comments
Do you have any additional key configurations? It's annoying because I don't show which keyconfigs are duplicated: taskwarrior-tui/src/keyconfig.rs Line 227 in aeefdea
I'll fix this in a upcoming release and leave this issue to track it. |
I was using it with quite a number of other keybinds (IIRC I simply copied all available from here). I did not try every permutation, but it works when I comment the This is the Taskwarrior TUI part of my
|
I do not know much rust, but I would wager that this commit 5c543f7 might have caused the bug by adding this line. Btw, I accidentally already discovered the functionality introduced by that commit. Very handy! Thanks for the quick reply either way! :) |
Issue should be solved by our PR |
Describe the bug
Having the option
uda.taskwarrior-tui.keyconfig.edit=h
set to anything causes the error[taskwarrior-tui error]: Duplicate keys found in key config
. Havinguda.taskwarrior-tui.keyconfig.edit=
"works" however.This only occurred after updating yesterday. I probably updated from version v0.25.4 to the lastest.
To Reproduce
Steps to reproduce the behavior:
uda.taskwarrior-tui.keyconfig.edit=h
in the.taskrc
. (Tested with test data setup and just no data and otherwise empty.taskrc
..taskrc
:Environment:
Additional context and information
No stacktrace is generated as
timewarrior-tui
does not crash but error out cleanly, I suppose.The text was updated successfully, but these errors were encountered: