chore: re-enable ApplePressAndHoldEnabled 🎨

This commit is contained in:
Daniel Thoren 2025-09-08 19:14:25 +02:00 committed by GitHub
parent 0701e6b107
commit bfb924a610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,9 +31,9 @@
system.defaults = {
# Keyboard
NSGlobalDomain = {
ApplePressAndHoldEnabled = false;
InitialKeyRepeat = 15;
KeyRepeat = 2;
ApplePressAndHoldEnabled = true;
# InitialKeyRepeat = 15;
# KeyRepeat = 2;
};
# Finder & Dock