[ci-build]
Fix issue with exporting keymaps Fix typo
This commit is contained in:
parent
2efad79c8e
commit
a14e365217
@ -455,6 +455,7 @@ BARS.defineActions(() => {
|
||||
var keys = {}
|
||||
|
||||
Keybinds.actions.forEach(item => {
|
||||
if (!Keybinds.stored[item.id]) return
|
||||
if (Keybinds.stored[item.id].key == -1) {
|
||||
keys[item.id] = null;
|
||||
} else {
|
||||
|
File diff suppressed because one or more lines are too long
@ -74,7 +74,7 @@
|
||||
"mode.start.recent": "Recent",
|
||||
"mode.start.no_recents": "No recently opened models",
|
||||
"mode.start.keymap_preference": "Keybinding Preference",
|
||||
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindigns later in the settings.",
|
||||
"mode.start.keymap_preference.desc": "If you are new to Blockbench and you are coming from another 3D program, you can select a keymap to make your transition easier. You can change the keymap or individual keybindings later in the settings.",
|
||||
"mode.start.select_keymap": "Select Keymap",
|
||||
|
||||
"format.free": "Generic Model",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user