chore: re-enable ApplePressAndHoldEnabled 🎨
This commit is contained in:
parent
0701e6b107
commit
bfb924a610
1 changed files with 3 additions and 3 deletions
|
|
@ -31,9 +31,9 @@
|
|||
system.defaults = {
|
||||
# Keyboard
|
||||
NSGlobalDomain = {
|
||||
ApplePressAndHoldEnabled = false;
|
||||
InitialKeyRepeat = 15;
|
||||
KeyRepeat = 2;
|
||||
ApplePressAndHoldEnabled = true;
|
||||
# InitialKeyRepeat = 15;
|
||||
# KeyRepeat = 2;
|
||||
};
|
||||
|
||||
# Finder & Dock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue