‘키보드 단축키’ 버튼을 숨길 수 있나요?

In that case, this should work:

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