Show an initial empty keymap (#14609)
Release Notes: - Added default content for the user keymap file.
This commit is contained in:
parent
cf92b83c04
commit
2cdfae9ce3
4 changed files with 28 additions and 3 deletions
|
@ -54,6 +54,10 @@ pub fn initial_local_settings_content() -> Cow<'static, str> {
|
|||
asset_str::<SettingsAssets>("settings/initial_local_settings.json")
|
||||
}
|
||||
|
||||
pub fn initial_keymap_content() -> Cow<'static, str> {
|
||||
asset_str::<SettingsAssets>("keymaps/initial.json")
|
||||
}
|
||||
|
||||
pub fn initial_tasks_content() -> Cow<'static, str> {
|
||||
asset_str::<SettingsAssets>("settings/initial_tasks.json")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue