Shortcut Display Settings

When editor.tooltip.showShortcut is set to true, shortcuts are shown in toolbar UI tooltips and menus if shortcuts are defined. (default: true)

// synapeditor.config.js
{
  'editor.tooltip.showShortcut': true
}
<table> <thead> <tr><th colspan="3"><code>editor.tooltip.showShortcut: true</code> (default)</th></tr> </thead> <tbody> <tr> <td>

Bold tooltip (true)

</td> <td>

Menu bar (true)

</td> <td>

Menu bar tooltip (true)

</td> </tr> </tbody> </table> <table> <thead> <tr><th colspan="3"><code>editor.tooltip.showShortcut: false</code></th></tr> </thead> <tbody> <tr> <td>

Bold tooltip (false)

</td> <td>

Menu bar (false)

</td> <td>

Menu bar tooltip (false)

</td> </tr> </tbody> </table>