Is it possible to hide the ‘keyboard shortcuts’ button?

In that case, this should work:

.sidebar-footer-actions-keyboard-shortcuts {
  display: none;
}
5 Likes