pub const EDITABLE_KEYBINDS: &[EditableSetting];Expand description
What: Phase-2 set of editable keybind rows backed by keybinds.conf.
Inputs:
- None.
Output:
- Static slice of
EditableSettingentries withfile = ConfigFile::Keybinds.
Details:
- Canonical key names match the parser in
theme::settings::parse_keybinds. - Aliases mirror the alias sets the parser already accepts so existing user-edited files migrate to canonical names on save.
- All entries reload via
AppliesOnSavebecausecrate::theme::settingsreparseskeybinds.confandapply_settings_to_app_statecopiesprefs.keymapintoapp.keymapafter each save.