From 4306d8eecd800f73472d6c962f3c333878cb6863 Mon Sep 17 00:00:00 2001 From: pwnwriter Date: Fri, 9 Aug 2024 12:33:59 +0545 Subject: [PATCH] chore(key): set key type speed to be maximum --- modules/darwin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/darwin.nix b/modules/darwin.nix index 87114ec..f595e5e 100644 --- a/modules/darwin.nix +++ b/modules/darwin.nix @@ -15,8 +15,8 @@ NSGlobalDomain = { _HIHideMenuBar = true; - InitialKeyRepeat = 5; - KeyRepeat = 5; + InitialKeyRepeat = 10; + KeyRepeat = 1; }; screencapture = {