# 是否可以禁用键盘快捷键？

**URL:** https://meta.discourse.org/t/is-it-possible-to-hide-the-keyboard-shortcuts-button/371778
**Category:** Support
**Tags:** keyboard-shortcuts
**Created:** [2025年六月26日 07:11 UTC](https://meta.discourse.org/t/is-it-possible-to-hide-the-keyboard-shortcuts-button/371778 "2025-06-26T07:11:43Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2025年六月26日 09:42 UTC](https://meta.discourse.org/t/is-it-possible-to-hide-the-keyboard-shortcuts-button/371778/7 "2025-06-26T09:42:54Z")

</div>

在这种情况下，这应该可以：

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

```

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-hide-the-keyboard-shortcuts-button/371778)._
