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 = { system.defaults = {
# Keyboard # Keyboard
NSGlobalDomain = { NSGlobalDomain = {
ApplePressAndHoldEnabled = false; ApplePressAndHoldEnabled = true;
InitialKeyRepeat = 15; # InitialKeyRepeat = 15;
KeyRepeat = 2; # KeyRepeat = 2;
}; };
# Finder & Dock # Finder & Dock