From 5833105b2def1c76c311b244d86ecc1efa15a135 Mon Sep 17 00:00:00 2001 From: dupoxy Date: Wed, 5 Jun 2024 19:30:24 +0200 Subject: [PATCH 1/2] UI: Improved Operator to Delete Custom Keyconfigs https://projects.blender.org/blender/blender/commit/57729aa8bb --- manual/editors/preferences/keymap.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/editors/preferences/keymap.rst b/manual/editors/preferences/keymap.rst index 89aa52ced..cc53dc794 100644 --- a/manual/editors/preferences/keymap.rst +++ b/manual/editors/preferences/keymap.rst @@ -23,6 +23,14 @@ Preset Management Keymap Presets Select the keymap from a list of predefined keymaps. + .. _bpy.ops.wm.keyconfig_preset_add: + + You add a custom keymap configuration to the preset list by ``LMB`` on the *Add* button ``+``. + + .. _bpy.ops.wm.keyconfig_preset_remove: + + You remove a custom keymap configuration from the preset list by ``LMB`` on the *Remove* button ``-``. + .. _bpy.ops.preferences.keyconfig_import: Import -- 2.30.2 From 15cb55f4d01e201bc634b5b2af8119bfc595e75e Mon Sep 17 00:00:00 2001 From: dupoxy Date: Sat, 15 Jun 2024 08:25:53 +0200 Subject: [PATCH 2/2] Apply Markup Style Guide to commit f165ba97112a1031e5512ebc969876184d6a8446 --- manual/editors/preferences/keymap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/editors/preferences/keymap.rst b/manual/editors/preferences/keymap.rst index cc53dc794..18f4c6378 100644 --- a/manual/editors/preferences/keymap.rst +++ b/manual/editors/preferences/keymap.rst @@ -25,11 +25,11 @@ Keymap Presets .. _bpy.ops.wm.keyconfig_preset_add: - You add a custom keymap configuration to the preset list by ``LMB`` on the *Add* button ``+``. + You add a custom keymap configuration to the preset list by :kbd:`LMB` on the *Add* button ``+``. .. _bpy.ops.wm.keyconfig_preset_remove: - You remove a custom keymap configuration from the preset list by ``LMB`` on the *Remove* button ``-``. + You remove a custom keymap configuration from the preset list by :kbd:`LMB` on the *Remove* button ``-``. .. _bpy.ops.preferences.keyconfig_import: -- 2.30.2