Skip to content

Commit

Permalink
apple repeat key
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 21, 2024
1 parent 65733c8 commit 40ac6b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/2023-07-01-pastebin.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ <h2 class="heading-element">macOS</h2>
<span class="pl-c"><span class="pl-c">#</span> Xcode mini version</span>
xcode-select --install</pre>
</div>
<p>Repeat key:</p>
<div class="highlight highlight-source-shell">
<pre>defaults write -g ApplePressAndHoldEnabled -bool <span class="pl-c1">false</span></pre>
</div>
<p>Reset launchpad:</p>
<div class="highlight highlight-source-shell">
<pre>defaults write com.apple.dock ResetLaunchPad -bool <span class="pl-c1">true</span><span class="pl-k">;</span> killall Dock</pre>
Expand Down
6 changes: 6 additions & 0 deletions posts/2023-07-01-pastebin.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ touch Xcode.app
xcode-select --install
```

Repeat key:

```sh
defaults write -g ApplePressAndHoldEnabled -bool false
```

Reset launchpad:

```sh
Expand Down

0 comments on commit 40ac6b4

Please sign in to comment.