---
title: "Remove caps lock Press Delay"
slug: remove-caps-lock-press-delay
canonical_url: https://nerdymomocat.github.io/posts/remove-caps-lock-press-delay/
collection: Stream
published_at: 2024-07-20T00:00:00.000Z
updated_at: 2024-07-20T00:00:00.000Z
tags: 
  - Tips
author: "Nerdy Momo Cat"
---

## Navigation Context

- Canonical URL: https://nerdymomocat.github.io/posts/remove-caps-lock-press-delay/
- You are here: Home > Posts > Stream > Remove caps lock Press Delay

### Useful Next Links
- [Home](https://nerdymomocat.github.io/)
- [Bundles](https://nerdymomocat.github.io/collections/bundles/)
- [Logbook](https://nerdymomocat.github.io/collections/logbook/)
- [Notes](https://nerdymomocat.github.io/collections/notes/)
- [Stream](https://nerdymomocat.github.io/collections/stream/)

If you are like me and use CapsLock as your hyperkey and sometimes wonder why it didn’t get triggered, apparently there is a built in delay. You can turn it off by using the following command in your terminal.

```
hidutil property --set '{"CapsLockDelayOverride":0}'
```