Skip to content

Command keybindings in config file reset to default on startup #470

@GlekoMa

Description

@GlekoMa

Custom command keybindings in the config file are reset to defaults on each launch.

Had a quick look at the code — I guess it might be related to this spot:

//- rjf: if config did not define any keybindings for the user, then we need to build a sensible default
if(file_is_okay && kind == RD_CmdKind_OpenUser)
{
rd_cmd(RD_CmdKind_ResetToDefaultBindings);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA report of unintended or broken behavior.DebuggerPertains to the debugger.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions