How to Unbind Keyboard Button From Existing Bindings

Updated May 21, 2024

I have a list of controls such as Boolean buttons which are bound to keyboard input shown in exisiting bindings, how can I remove it?

bound buttons

  1. Find the name of the Boolean button which you are trying to unbind.
choose button.jpg
  1. Right click and choose Properties to check assigned name for Boolean button to get the right button you are trying to unbind.
image.png
  1. Once you got the right Boolean button, click Key Navigation to change to key navigation setting page. Change Focus or Toggle selection to None to remove key binding of the selected Boolean Button.
image.png
  1. Press OK to confirm setting.