Improve built-in keymaps

This commit is contained in:
JannisX11 2021-06-24 18:19:06 +02:00
parent 6c602e319c
commit cc08f41dfd
6 changed files with 334 additions and 423 deletions

View File

@ -774,6 +774,7 @@ function addStartScreenSection(id, data) {
</li>`)
node.on('click', e => {
Keybinds.loadKeymap(id, true);
obj.detach();
localStorage.setItem('selected_keymap_preference', true);
})
keymap_list.append(node);

View File

@ -447,13 +447,13 @@ BARS.defineActions(() => {
click() {
var keys = {}
for (var key in Keybinds.stored) {
if (Keybinds.stored[key].key == -1) {
keys[key] = null;
Keybinds.actions.forEach(item => {
if (Keybinds.stored[item.id].key == -1) {
keys[item.id] = null;
} else {
keys[key] = new oneLiner(Keybinds.stored[key])
keys[item.id] = new oneLiner(Keybinds.stored[item.id])
}
}
})
Blockbench.export({
resource_id: 'config',
type: 'Blockbench Keymap',

File diff suppressed because one or more lines are too long

View File

@ -1,41 +1,57 @@
{
"keys": {
"reload": {"key": 116},
"fill_tool": null,
"apply_display_preset": null,
"preview_select": {"key": 1},
"preview_rotate": {"key": 2},
"preview_drag": {"key": 2, "shift": true},
"resolve_keyframe_expressions": null,
"preview_select": {"key": 1},
"preview_zoom": {"key": 1, "shift": true},
"confirm": {"key": 13},
"cancel": {"key": 27},
"start": null,
"edit": {"key": 49},
"paint": {"key": 50},
"display": {"key": 51},
"animate": {"key": 52},
"move_tool": {"key": 71},
"resize_tool": {"key": 83},
"rotate_tool": {"key": 82},
"pivot_tool": {"key": 80},
"vertex_snap_tool": {"key": 88},
"swap_tools": {"key": 32},
"brush_tool": {"key": 66},
"eraser": {"key": 69, "ctrl": true},
"color_picker": {"key": 69},
"draw_shape_tool": {"key": 85},
"copy_paste_tool": {"key": 77},
"clone_brush": null,
"vertex_snap_mode": null,
"swap_tools": {"key": 32},
"open_model_folder": null,
"open_backup_folder": null,
"settings_window": null,
"keybindings_window": null,
"theme_window": null,
"reload": {"key": 116},
"rename": {"key": 113},
"delete": {"key": 46},
"duplicate": {"key": 68, "shift": true},
"open_dev_tools": {"key": 73, "ctrl": true, "shift": true},
"fullscreen": {"key": 122},
"zoom_in": null,
"zoom_out": null,
"zoom_reset": null,
"toggle_sidebars": {"key": 66, "ctrl": true},
"action_control": {"key": 70},
"import_theme": null,
"export_theme": null,
"reset_theme": null,
"reset_layout": null,
"start": null,
"edit": {"key": 49},
"paint": {"key": 50},
"display": {"key": 51},
"animate": {"key": 52},
"load_keymap": null,
"import_keymap": null,
"export_keymap": null,
"import_settings": null,
"export_settings": null,
"copy": {"key": 67, "ctrl": true},
"cut": {"key": 88, "ctrl": true},
"paste": {"key": 86, "ctrl": true},
"undo": {"key": 90, "ctrl": true},
"redo": {"key": 90, "ctrl": true, "shift": true},
"edit_history": null,
"edit_session": null,
"outliner_toggle": {"key": 115},
"cube_counter": null,
"sort_outliner": null,
"unlock_everything": null,
"element_colors": null,
@ -43,57 +59,19 @@
"invert_selection": {"key": 73, "ctrl": true},
"select_all": {"key": 65},
"add_group": {"key": 71, "ctrl": true},
"group_elements": {"key": 71, "ctrl": true, "shift": true},
"collapse_groups": null,
"unfold_groups": null,
"edit_bedrock_binding": null,
"add_cube": {"key": 78, "ctrl": true},
"edit_material_instances": null,
"add_locator": null,
"toggle_skin_layer": null,
"open_model_folder": null,
"open_backup_folder": null,
"project_window": null,
"close_project": null,
"convert_project": null,
"open_model": {"key": 79, "ctrl": true},
"add_model": null,
"extrude_texture": null,
"export_over": {"key": 83, "ctrl": true},
"upload_sketchfab": null,
"save_project": {"key": 83, "ctrl": true, "alt": true},
"save_project_as": {"key": 83, "ctrl": true, "shift": true, "alt": true},
"export_blockmodel": null,
"export_bedrock": null,
"export_entity": null,
"export_obj": null,
"export_gltf": null,
"export_class_entity": null,
"export_optifine_full": null,
"export_optifine_part": null,
"import_optifine_part": null,
"import_csmodel": null,
"export_csmodel": null,
"settings_window": null,
"update_window": null,
"reset_keybindings": null,
"action_control": {"key": 70},
"import_theme": null,
"export_theme": null,
"reset_theme": null,
"reset_layout": null,
"edit_session": null,
"toggle_chat": null,
"uv_dialog": null,
"uv_dialog_full": null,
"plugins_window": null,
"reload_plugins": {"key": 74, "ctrl": true},
"load_plugin": null,
"load_plugin_from_url": null,
"fullscreen": {"key": 122},
"zoom_in": null,
"zoom_out": null,
"zoom_reset": null,
"toggle_wireframe": {"key": 90},
"add_null_object": null,
"view_mode": {"key": 90, "shift": true},
"preview_checkerboard": null,
"uv_checkerboard": null,
"toggle_shading": {"key": 90},
"toggle_motion_trails": null,
"screenshot_model": {"key": 80, "ctrl": true},
"record_model_gif": null,
"timelapse": null,
@ -108,18 +86,6 @@
"camera_north": {"key": 102},
"camera_east": {"key": 103},
"camera_west": {"key": 105},
"painting_grid": {"key": 71, "shift": true},
"cube_counter": null,
"gui_light": null,
"timeline_focus": null,
"open_particle_graphics_generator": null,
"save_start": null,
"export_animation": null,
"open_seat_position": null,
"share_on_pastebin": null,
"language_downloader": null,
"generate_optifine_template": null,
"Bedrock Entity Generator": null,
"transform_space": null,
"rotation_space": null,
"slider_pos_x": null,
@ -165,14 +131,15 @@
"origin_to_geometry": null,
"rescale_toggle": null,
"bone_reset_toggle": null,
"move_keyframe_back": {"key": 37},
"move_keyframe_forth": {"key": 39},
"remove_blank_faces": null,
"import_texture": {"key": 84, "ctrl": true},
"create_texture": {"key": 84, "ctrl": true, "shift": true},
"save_textures": {"key": 83, "alt": true},
"change_textures_folder": null,
"animated_textures": null,
"animated_texture_frame": null,
"uv_dialog": null,
"uv_dialog_full": null,
"uv_rotation": null,
"uv_grid": null,
"uv_select_all": null,
@ -190,10 +157,18 @@
"face_tint": null,
"slider_face_tint": null,
"toggle_uv_overlay": null,
"brush_tool": {"key": 66},
"fill_tool": null,
"eraser": {"key": 69, "ctrl": true},
"color_picker": {"key": 69},
"draw_shape_tool": {"key": 85},
"gradient_tool": null,
"copy_paste_tool": {"key": 77},
"draw_shape_type": null,
"fill_mode": null,
"mirror_painting": null,
"lock_alpha": null,
"painting_grid": {"key": 71, "shift": true},
"slider_brush_size": null,
"slider_brush_softness": null,
"slider_brush_opacity": null,
@ -206,70 +181,72 @@
"slider_color_h": null,
"slider_color_s": null,
"slider_color_v": null,
"pick_screen_color": null,
"add_display_preset": null,
"apply_display_preset": null,
"gui_light": null,
"slider_animation_length": null,
"set_animation_end": {"key": 35, "ctrl": true},
"add_animation": null,
"load_animation_file": null,
"export_animation_file": null,
"play_animation": {"key": 32},
"slider_animation_length": null,
"slider_animation_speed": null,
"slider_keyframe_time": null,
"reset_keyframe": null,
"change_keyframe_file": null,
"reverse_keyframes": null,
"previous_keyframe": null,
"next_keyframe": null,
"add_keyframe": {"key": 73},
"add_marker": {"key": 77},
"bring_up_all_animations": null,
"fold_all_animations": null,
"clear_timeline": null,
"select_effect_animator": null,
"plaster": null,
"upload_light_tracer": null,
"export_rp": null,
"record_image_sequence": null,
"open_code_view": null,
"persona_copy_texture": null,
"persona_export_dev_package": null,
"persona_export_package": null,
"edit_persona_zones": null,
"generate_persona_tintmap": null,
"persona_texture_mode": null,
"create_outline": null,
"jump_to_timeline_start": {"key": 36},
"jump_to_timeline_end": {"key": 35},
"hide_everything_except_selection": {"key": 220},
"theme_window": null,
"keybindings_window": null,
"animated_texture_frame": null,
"edit_material_instances": null,
"add_null_object": null,
"explode_skin_model": null,
"import_project": null,
"import_java_block_model": null,
"export_minecraft_skin": null,
"import_settings": null,
"export_settings": null,
"open_dev_tools": {"key": 73, "ctrl": true, "shift": true},
"share_model": null,
"persona_validate": null,
"new_bedrock_entity": null,
"generate_shape": null,
"bedrockentitygenerator": null,
"toggle_motion_trails": null,
"generate_player_statue": null,
"save_all_animations": null,
"ik_enabled": null,
"slider_ik_chain_length": null,
"lock_motion_trail": null,
"add_keyframe": {"key": 73},
"move_keyframe_back": {"key": 37},
"move_keyframe_forth": {"key": 39},
"previous_keyframe": null,
"next_keyframe": null,
"slider_keyframe_time": null,
"keyframe_interpolation": {"key": 84},
"reset_keyframe": null,
"resolve_keyframe_expressions": null,
"change_keyframe_file": null,
"reverse_keyframes": null,
"flip_animation": null,
"timeline_graph_editor": {"key": 114},
"graph_editor_zero_line": null,
"play_animation": {"key": 32},
"slider_animation_speed": null,
"jump_to_timeline_start": {"key": 36},
"jump_to_timeline_end": {"key": 35},
"timeline_frame_back": {"key": 188},
"timeline_frame_forth": {"key": 190},
"bake_animations": null,
"import_keymap": null,
"export_keymap": null,
"view_mode": {"key": 90, "shift": true}
"bring_up_all_animations": null,
"fold_all_animations": null,
"clear_timeline": null,
"select_effect_animator": null,
"timeline_focus": null,
"add_marker": {"key": 77},
"plugins_window": null,
"reload_plugins": {"key": 74, "ctrl": true},
"load_plugin": null,
"load_plugin_from_url": null,
"project_window": null,
"close_project": null,
"convert_project": null,
"open_model": {"key": 79, "ctrl": true},
"extrude_texture": null,
"export_over": {"key": 83, "ctrl": true},
"upload_sketchfab": null,
"share_model": null,
"save_project": {"key": 83, "ctrl": true, "alt": true},
"save_project_as": {"key": 83, "ctrl": true, "shift": true, "alt": true},
"import_project": null,
"export_blockmodel": null,
"import_java_block_model": null,
"export_bedrock": null,
"export_entity": null,
"export_obj": null,
"export_gltf": null,
"export_class_entity": null,
"export_optifine_full": null,
"export_optifine_part": null,
"import_optifine_part": null,
"toggle_skin_layer": null,
"export_minecraft_skin": null,
"explode_skin_model": null
}
}

View File

@ -1,99 +1,77 @@
{
"keys": {
"reload": null,
"fill_tool": null,
"apply_display_preset": null,
"preview_select": {"key": 1},
"preview_rotate": {"key": 1, "alt": true},
"preview_drag": {"key": 2, "alt": true},
"resolve_keyframe_expressions": null,
"preview_select": {"key": 1},
"preview_zoom": {"key": 1, "shift": true},
"confirm": {"key": 13},
"cancel": {"key": 27},
"start": null,
"edit": {"key": 49},
"paint": {"key": 50},
"display": {"key": 51},
"animate": {"key": 52},
"move_tool": {"key": 69},
"resize_tool": {"key": 84},
"rotate_tool": {"key": 82},
"pivot_tool": {"key": 80},
"vertex_snap_tool": {"key": 88},
"swap_tools": {"key": 32},
"brush_tool": {"key": 66},
"eraser": null,
"color_picker": null,
"draw_shape_tool": {"key": 85},
"copy_paste_tool": {"key": 77},
"clone_brush": null,
"vertex_snap_mode": null,
"swap_tools": {"key": 32},
"open_model_folder": null,
"open_backup_folder": null,
"settings_window": null,
"keybindings_window": null,
"theme_window": null,
"reload": null,
"rename": {"key": 113},
"delete": {"key": 46},
"duplicate": null,
"copy": {"key": 67, "ctrl": true},
"cut": {"key": 88, "ctrl": true},
"paste": {"key": 86, "ctrl": true},
"undo": {"key": 90, "ctrl": true},
"redo": {"key": 90, "shift": true},
"outliner_toggle": {"key": 115},
"sort_outliner": null,
"unlock_everything": null,
"element_colors": null,
"select_window": {"key": 70, "ctrl": true},
"invert_selection": {"key": 73, "ctrl": true},
"select_all": {"key": 65, "ctrl": true},
"add_group": {"key": 71, "shift": true},
"collapse_groups": null,
"add_cube": null,
"add_locator": null,
"toggle_skin_layer": null,
"open_model_folder": null,
"open_backup_folder": null,
"project_window": {"key": 68, "ctrl": true},
"close_project": {"key": 87, "ctrl": true, "shift": true},
"convert_project": null,
"open_model": {"key": 79, "ctrl": true},
"add_model": null,
"extrude_texture": null,
"export_over": {"key": 83, "ctrl": true},
"upload_sketchfab": null,
"save_project": {"key": 83, "ctrl": true, "alt": true},
"save_project_as": {"key": 83, "ctrl": true, "shift": true, "alt": true},
"export_blockmodel": null,
"export_bedrock": null,
"export_entity": null,
"export_obj": null,
"export_gltf": null,
"export_class_entity": null,
"export_optifine_full": null,
"export_optifine_part": null,
"import_optifine_part": null,
"import_csmodel": null,
"export_csmodel": null,
"settings_window": null,
"update_window": null,
"reset_keybindings": null,
"open_dev_tools": {"key": 73, "ctrl": true, "shift": true},
"fullscreen": {"key": 122},
"zoom_in": {"key": 187},
"zoom_out": {"key": 189},
"zoom_reset": null,
"toggle_sidebars": {"key": 66, "ctrl": true},
"action_control": {"key": 112},
"import_theme": null,
"export_theme": null,
"reset_theme": null,
"reset_layout": null,
"start": null,
"edit": {"key": 49},
"paint": {"key": 50},
"display": {"key": 51},
"animate": {"key": 52},
"load_keymap": null,
"import_keymap": null,
"export_keymap": null,
"import_settings": null,
"export_settings": null,
"copy": {"key": 67, "ctrl": true},
"cut": {"key": 88, "ctrl": true},
"paste": {"key": 86, "ctrl": true},
"undo": {"key": 90, "ctrl": true},
"redo": {"key": 90, "shift": true},
"edit_history": null,
"edit_session": null,
"toggle_chat": null,
"uv_dialog": null,
"uv_dialog_full": null,
"plugins_window": null,
"reload_plugins": {"key": 74, "ctrl": true},
"load_plugin": null,
"load_plugin_from_url": null,
"fullscreen": {"key": 122},
"zoom_in": {"key": 187},
"zoom_out": {"key": 189},
"zoom_reset": null,
"toggle_wireframe": {"key": 90},
"outliner_toggle": {"key": 115},
"cube_counter": null,
"sort_outliner": null,
"unlock_everything": null,
"element_colors": null,
"select_window": null,
"invert_selection": {"key": 73, "ctrl": true},
"select_all": {"key": 65, "ctrl": true},
"add_group": {"key": 71, "shift": true},
"group_elements": {"key": 71, "ctrl": true, "shift": true},
"collapse_groups": null,
"unfold_groups": null,
"edit_bedrock_binding": null,
"add_cube": null,
"edit_material_instances": null,
"add_locator": null,
"add_null_object": null,
"view_mode": {"key": 52},
"preview_checkerboard": null,
"uv_checkerboard": null,
"toggle_shading": null,
"toggle_motion_trails": null,
"screenshot_model": {"key": 80, "ctrl": true},
"record_model_gif": null,
"timelapse": null,
@ -108,18 +86,6 @@
"camera_north": {"key": 102},
"camera_east": {"key": 103},
"camera_west": {"key": 105},
"painting_grid": {"key": 71},
"cube_counter": null,
"gui_light": null,
"timeline_focus": null,
"open_particle_graphics_generator": null,
"save_start": null,
"export_animation": null,
"open_seat_position": null,
"share_on_pastebin": null,
"language_downloader": null,
"generate_optifine_template": null,
"Bedrock Entity Generator": null,
"transform_space": null,
"rotation_space": null,
"slider_pos_x": null,
@ -165,14 +131,15 @@
"origin_to_geometry": null,
"rescale_toggle": null,
"bone_reset_toggle": null,
"move_keyframe_back": {"key": 37},
"move_keyframe_forth": {"key": 39},
"remove_blank_faces": null,
"import_texture": {"key": 84, "ctrl": true},
"create_texture": {"key": 84, "ctrl": true, "shift": true},
"save_textures": null,
"change_textures_folder": null,
"animated_textures": null,
"animated_texture_frame": null,
"uv_dialog": null,
"uv_dialog_full": null,
"uv_rotation": null,
"uv_grid": null,
"uv_select_all": null,
@ -190,10 +157,18 @@
"face_tint": null,
"slider_face_tint": null,
"toggle_uv_overlay": null,
"brush_tool": {"key": 66},
"fill_tool": null,
"eraser": null,
"color_picker": null,
"draw_shape_tool": {"key": 85},
"gradient_tool": null,
"copy_paste_tool": {"key": 77},
"draw_shape_type": null,
"fill_mode": null,
"mirror_painting": null,
"lock_alpha": null,
"painting_grid": {"key": 71},
"slider_brush_size": null,
"slider_brush_softness": null,
"slider_brush_opacity": null,
@ -206,80 +181,72 @@
"slider_color_h": null,
"slider_color_s": null,
"slider_color_v": null,
"pick_screen_color": null,
"add_display_preset": null,
"apply_display_preset": null,
"gui_light": null,
"slider_animation_length": null,
"set_animation_end": {"key": 35, "ctrl": true},
"add_animation": null,
"load_animation_file": null,
"export_animation_file": null,
"play_animation": {"key": 32},
"slider_animation_length": null,
"slider_animation_speed": null,
"slider_keyframe_time": null,
"reset_keyframe": null,
"change_keyframe_file": null,
"reverse_keyframes": null,
"previous_keyframe": {"key": 70, "ctrl": true},
"next_keyframe": {"key": 71, "ctrl": true},
"add_keyframe": {"key": 73},
"add_marker": {"key": 77, "ctrl": true},
"bring_up_all_animations": null,
"fold_all_animations": null,
"clear_timeline": null,
"select_effect_animator": null,
"plaster": null,
"upload_light_tracer": null,
"export_rp": null,
"record_image_sequence": null,
"open_code_view": null,
"persona_copy_texture": null,
"persona_export_dev_package": null,
"persona_export_package": null,
"edit_persona_zones": null,
"generate_persona_tintmap": null,
"persona_texture_mode": null,
"create_outline": null,
"jump_to_timeline_start": {"key": 70, "shift": true},
"jump_to_timeline_end": {"key": 35},
"hide_everything_except_selection": {"key": 73},
"theme_window": null,
"keybindings_window": null,
"animated_texture_frame": null,
"edit_material_instances": null,
"add_null_object": null,
"explode_skin_model": null,
"import_project": null,
"import_java_block_model": null,
"export_minecraft_skin": null,
"import_settings": null,
"export_settings": null,
"open_dev_tools": {"key": 73, "ctrl": true, "shift": true},
"share_model": null,
"persona_validate": null,
"new_bedrock_entity": null,
"generate_shape": null,
"bedrockentitygenerator": null,
"toggle_motion_trails": null,
"generate_player_statue": null,
"save_all_animations": null,
"ik_enabled": null,
"slider_ik_chain_length": null,
"lock_motion_trail": null,
"add_keyframe": {"key": 73},
"move_keyframe_back": {"key": 37},
"move_keyframe_forth": {"key": 39},
"previous_keyframe": {"key": 70, "ctrl": true},
"next_keyframe": {"key": 71, "ctrl": true},
"slider_keyframe_time": null,
"keyframe_interpolation": null,
"reset_keyframe": null,
"resolve_keyframe_expressions": null,
"change_keyframe_file": null,
"reverse_keyframes": null,
"flip_animation": null,
"timeline_graph_editor": {"key": 114},
"graph_editor_zero_line": null,
"play_animation": {"key": 32},
"slider_animation_speed": null,
"jump_to_timeline_start": {"key": 70, "shift": true},
"jump_to_timeline_end": {"key": 35},
"timeline_frame_back": {"key": 188, "alt": true},
"timeline_frame_forth": {"key": 190, "alt": true},
"bake_animations": null,
"import_keymap": null,
"export_keymap": null,
"view_mode": {"key": 52},
"fabric_info": null,
"set_animation_end": {"key": 35, "ctrl": true},
"flip_animation": null,
"graph_editor_zero_line": null,
"flip_animations": null,
"edit_history": null,
"unfold_groups": null,
"edit_bedrock_binding": null,
"gradient_tool": null,
"pick_screen_color": null
"bring_up_all_animations": null,
"fold_all_animations": null,
"clear_timeline": null,
"select_effect_animator": null,
"timeline_focus": null,
"add_marker": {"key": 77, "ctrl": true},
"plugins_window": null,
"reload_plugins": {"key": 74, "ctrl": true},
"load_plugin": null,
"load_plugin_from_url": null,
"project_window": {"key": 68, "ctrl": true},
"close_project": {"key": 87, "ctrl": true, "shift": true},
"convert_project": null,
"open_model": {"key": 79, "ctrl": true},
"extrude_texture": null,
"export_over": {"key": 83, "ctrl": true},
"upload_sketchfab": null,
"share_model": null,
"save_project": {"key": 83, "ctrl": true, "alt": true},
"save_project_as": {"key": 83, "ctrl": true, "shift": true, "alt": true},
"import_project": null,
"export_blockmodel": null,
"import_java_block_model": null,
"export_bedrock": null,
"export_entity": null,
"export_obj": null,
"export_gltf": null,
"export_class_entity": null,
"export_optifine_full": null,
"export_optifine_part": null,
"import_optifine_part": null,
"toggle_skin_layer": null,
"export_minecraft_skin": null,
"explode_skin_model": null
}
}

View File

@ -1,42 +1,57 @@
{
"keys": {
"reload": null,
"fill_tool": null,
"apply_display_preset": null,
"preview_select": {"key": 1},
"preview_rotate": {"key": 1, "alt": true},
"preview_drag": {"key": 2, "alt": true},
"preview_zoom": {"key": 3, "alt": true},
"resolve_keyframe_expressions": null,
"preview_select": {"key": 1},
"confirm": {"key": 13},
"cancel": {"key": 27},
"start": null,
"edit": null,
"paint": null,
"display": null,
"animate": null,
"move_tool": {"key": 87},
"resize_tool": {"key": 82},
"rotate_tool": {"key": 69},
"pivot_tool": {"key": 80},
"vertex_snap_tool": {"key": 88},
"swap_tools": {"key": 32},
"brush_tool": {"key": 66},
"eraser": null,
"color_picker": null,
"draw_shape_tool": {"key": 85},
"copy_paste_tool": {"key": 77},
"clone_brush": null,
"vertex_snap_mode": null,
"swap_tools": {"key": 32},
"open_model_folder": null,
"open_backup_folder": null,
"settings_window": null,
"keybindings_window": null,
"theme_window": null,
"reload": null,
"rename": {"key": 113},
"delete": {"key": 46},
"duplicate": {"key": 68, "ctrl": true},
"open_dev_tools": {"key": 73, "ctrl": true, "shift": true},
"fullscreen": {"key": 122},
"zoom_in": null,
"zoom_out": null,
"zoom_reset": null,
"toggle_sidebars": {"key": 66, "ctrl": true},
"action_control": {"key": 112},
"import_theme": null,
"export_theme": null,
"reset_theme": null,
"reset_layout": null,
"start": null,
"edit": {"key": 49},
"paint": {"key": 50},
"display": {"key": 51},
"animate": {"key": 52},
"load_keymap": null,
"import_keymap": null,
"export_keymap": null,
"import_settings": null,
"export_settings": null,
"copy": {"key": 67, "ctrl": true},
"cut": {"key": 88, "ctrl": true},
"paste": {"key": 86, "ctrl": true},
"undo": {"key": 90, "ctrl": true},
"redo": {"key": 90, "shift": true},
"edit_history": null,
"edit_session": null,
"outliner_toggle": {"key": 115},
"cube_counter": null,
"sort_outliner": null,
"unlock_everything": null,
"element_colors": null,
@ -44,57 +59,19 @@
"invert_selection": {"key": 73, "ctrl": true},
"select_all": {"key": 65, "ctrl": true},
"add_group": {"key": 71, "ctrl": true},
"group_elements": {"key": 71, "ctrl": true, "shift": true},
"collapse_groups": null,
"unfold_groups": null,
"edit_bedrock_binding": null,
"add_cube": null,
"edit_material_instances": null,
"add_locator": null,
"toggle_skin_layer": null,
"open_model_folder": null,
"open_backup_folder": null,
"project_window": null,
"close_project": null,
"convert_project": null,
"open_model": {"key": 79, "ctrl": true},
"add_model": null,
"extrude_texture": null,
"export_over": {"key": 83, "ctrl": true},
"upload_sketchfab": null,
"save_project": {"key": 83, "ctrl": true, "alt": true},
"save_project_as": {"key": 83, "ctrl": true, "shift": true, "alt": true},
"export_blockmodel": null,
"export_bedrock": null,
"export_entity": null,
"export_obj": null,
"export_gltf": null,
"export_class_entity": null,
"export_optifine_full": null,
"export_optifine_part": null,
"import_optifine_part": null,
"import_csmodel": null,
"export_csmodel": null,
"settings_window": null,
"update_window": null,
"reset_keybindings": null,
"action_control": {"key": 112},
"import_theme": null,
"export_theme": null,
"reset_theme": null,
"reset_layout": null,
"edit_session": null,
"toggle_chat": null,
"uv_dialog": null,
"uv_dialog_full": null,
"plugins_window": null,
"reload_plugins": {"key": 74, "ctrl": true},
"load_plugin": null,
"load_plugin_from_url": null,
"fullscreen": {"key": 122},
"zoom_in": null,
"zoom_out": null,
"zoom_reset": null,
"toggle_wireframe": {"key": 90},
"add_null_object": null,
"view_mode": {"key": 52},
"preview_checkerboard": null,
"uv_checkerboard": null,
"toggle_shading": null,
"toggle_motion_trails": null,
"screenshot_model": {"key": 80, "ctrl": true},
"record_model_gif": null,
"timelapse": null,
@ -109,18 +86,6 @@
"camera_north": {"key": 102},
"camera_east": {"key": 103},
"camera_west": {"key": 105},
"painting_grid": {"key": 71},
"cube_counter": null,
"gui_light": null,
"timeline_focus": null,
"open_particle_graphics_generator": null,
"save_start": null,
"export_animation": null,
"open_seat_position": null,
"share_on_pastebin": null,
"language_downloader": null,
"generate_optifine_template": null,
"Bedrock Entity Generator": null,
"transform_space": null,
"rotation_space": null,
"slider_pos_x": null,
@ -166,14 +131,15 @@
"origin_to_geometry": null,
"rescale_toggle": null,
"bone_reset_toggle": null,
"move_keyframe_back": {"key": 37},
"move_keyframe_forth": {"key": 39},
"remove_blank_faces": null,
"import_texture": {"key": 84, "ctrl": true},
"create_texture": {"key": 84, "ctrl": true, "shift": true},
"save_textures": null,
"change_textures_folder": null,
"animated_textures": null,
"animated_texture_frame": null,
"uv_dialog": null,
"uv_dialog_full": null,
"uv_rotation": null,
"uv_grid": null,
"uv_select_all": null,
@ -191,10 +157,18 @@
"face_tint": null,
"slider_face_tint": null,
"toggle_uv_overlay": null,
"brush_tool": {"key": 66},
"fill_tool": null,
"eraser": null,
"color_picker": null,
"draw_shape_tool": {"key": 85},
"gradient_tool": null,
"copy_paste_tool": {"key": 77},
"draw_shape_type": null,
"fill_mode": null,
"mirror_painting": null,
"lock_alpha": null,
"painting_grid": {"key": 71},
"slider_brush_size": null,
"slider_brush_softness": null,
"slider_brush_opacity": null,
@ -207,80 +181,72 @@
"slider_color_h": null,
"slider_color_s": null,
"slider_color_v": null,
"pick_screen_color": null,
"add_display_preset": null,
"apply_display_preset": null,
"gui_light": null,
"slider_animation_length": null,
"set_animation_end": {"key": 35, "ctrl": true},
"add_animation": null,
"load_animation_file": null,
"export_animation_file": null,
"play_animation": {"key": 32},
"slider_animation_length": null,
"slider_animation_speed": null,
"slider_keyframe_time": null,
"reset_keyframe": null,
"change_keyframe_file": null,
"reverse_keyframes": null,
"previous_keyframe": {"key": 188},
"next_keyframe": {"key": 190},
"add_keyframe": {"key": 83},
"add_marker": {"key": 77, "ctrl": true},
"bring_up_all_animations": null,
"fold_all_animations": null,
"clear_timeline": null,
"select_effect_animator": null,
"plaster": null,
"upload_light_tracer": null,
"export_rp": null,
"record_image_sequence": null,
"open_code_view": null,
"persona_copy_texture": null,
"persona_export_dev_package": null,
"persona_export_package": null,
"edit_persona_zones": null,
"generate_persona_tintmap": null,
"persona_texture_mode": null,
"create_outline": null,
"jump_to_timeline_start": {"key": 36},
"jump_to_timeline_end": {"key": 35},
"hide_everything_except_selection": {"key": 73},
"theme_window": null,
"keybindings_window": null,
"animated_texture_frame": null,
"edit_material_instances": null,
"add_null_object": null,
"explode_skin_model": null,
"import_project": null,
"import_java_block_model": null,
"export_minecraft_skin": null,
"import_settings": null,
"export_settings": null,
"open_dev_tools": {"key": 73, "ctrl": true, "shift": true},
"share_model": null,
"persona_validate": null,
"new_bedrock_entity": null,
"generate_shape": null,
"bedrockentitygenerator": null,
"toggle_motion_trails": null,
"generate_player_statue": null,
"save_all_animations": null,
"ik_enabled": null,
"slider_ik_chain_length": null,
"lock_motion_trail": null,
"add_keyframe": {"key": 83},
"move_keyframe_back": {"key": 37},
"move_keyframe_forth": {"key": 39},
"previous_keyframe": {"key": 188},
"next_keyframe": {"key": 190},
"slider_keyframe_time": null,
"keyframe_interpolation": null,
"reset_keyframe": null,
"resolve_keyframe_expressions": null,
"change_keyframe_file": null,
"reverse_keyframes": null,
"flip_animation": null,
"timeline_graph_editor": {"key": 114},
"graph_editor_zero_line": null,
"play_animation": {"key": 32},
"slider_animation_speed": null,
"jump_to_timeline_start": {"key": 36},
"jump_to_timeline_end": {"key": 35},
"timeline_frame_back": {"key": 188, "alt": true},
"timeline_frame_forth": {"key": 190, "alt": true},
"bake_animations": null,
"import_keymap": null,
"export_keymap": null,
"view_mode": {"key": 52},
"fabric_info": null,
"set_animation_end": {"key": 35, "ctrl": true},
"flip_animation": null,
"graph_editor_zero_line": null,
"flip_animations": null,
"edit_history": null,
"unfold_groups": null,
"edit_bedrock_binding": null,
"gradient_tool": null,
"pick_screen_color": null
"bring_up_all_animations": null,
"fold_all_animations": null,
"clear_timeline": null,
"select_effect_animator": null,
"timeline_focus": null,
"add_marker": {"key": 77, "ctrl": true},
"plugins_window": null,
"reload_plugins": {"key": 74, "ctrl": true},
"load_plugin": null,
"load_plugin_from_url": null,
"project_window": null,
"close_project": null,
"convert_project": null,
"open_model": {"key": 79, "ctrl": true},
"extrude_texture": null,
"export_over": {"key": 83, "ctrl": true},
"upload_sketchfab": null,
"share_model": null,
"save_project": {"key": 83, "ctrl": true, "alt": true},
"save_project_as": {"key": 83, "ctrl": true, "shift": true, "alt": true},
"import_project": null,
"export_blockmodel": null,
"import_java_block_model": null,
"export_bedrock": null,
"export_entity": null,
"export_obj": null,
"export_gltf": null,
"export_class_entity": null,
"export_optifine_full": null,
"export_optifine_part": null,
"import_optifine_part": null,
"toggle_skin_layer": null,
"export_minecraft_skin": null,
"explode_skin_model": null
}
}