mirror of
				https://github.com/nmasur/dotfiles
				synced 2025-11-04 00:03:16 +00:00 
			
		
		
		
	set keyd overload tap timeout
helps prevent escape key from being sent if not tapped
This commit is contained in:
		@@ -18,7 +18,14 @@
 | 
			
		||||
      keyboards = {
 | 
			
		||||
        default = {
 | 
			
		||||
          ids = [ "*" ];
 | 
			
		||||
          settings = { main = { capslock = "overload(control, esc)"; }; };
 | 
			
		||||
          settings = {
 | 
			
		||||
            main = { capslock = "overload(control, esc)"; };
 | 
			
		||||
 | 
			
		||||
            # Fix: ctrl-click sends escape afterwards
 | 
			
		||||
            # Suppresses escape if held for more than 500ms
 | 
			
		||||
            # https://github.com/rvaiya/keyd/issues/424
 | 
			
		||||
            global = { overload_tap_timeout = 500; };
 | 
			
		||||
          };
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user