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 = {
|
system.defaults = {
|
||||||
# Keyboard
|
# Keyboard
|
||||||
NSGlobalDomain = {
|
NSGlobalDomain = {
|
||||||
ApplePressAndHoldEnabled = false;
|
ApplePressAndHoldEnabled = true;
|
||||||
InitialKeyRepeat = 15;
|
# InitialKeyRepeat = 15;
|
||||||
KeyRepeat = 2;
|
# KeyRepeat = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Finder & Dock
|
# Finder & Dock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue