keyd: fix modifier keys (rightshift bacame leftshift)
This commit is contained in:
		
							parent
							
								
									0247c7aadb
								
							
						
					
					
						commit
						21fc3e6d71
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
					@ -8,6 +8,16 @@
 | 
				
			||||||
        "main" = {
 | 
					        "main" = {
 | 
				
			||||||
          # Some programs don't respect colemaks capslock bind, so we force it here
 | 
					          # Some programs don't respect colemaks capslock bind, so we force it here
 | 
				
			||||||
          "capslock" = "backspace";
 | 
					          "capslock" = "backspace";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          # keyd has incorrect defaults :/
 | 
				
			||||||
 | 
					          "leftshift" = "leftshift";
 | 
				
			||||||
 | 
					          "rightshift" = "rightshift";
 | 
				
			||||||
 | 
					          "leftalt" = "leftalt";
 | 
				
			||||||
 | 
					          "rightalt" = "rightalt";
 | 
				
			||||||
 | 
					          "leftcontrol" = "leftcontrol";
 | 
				
			||||||
 | 
					          "rightcontrol" = "rightcontrol";
 | 
				
			||||||
 | 
					          "leftmeta" = "leftmeta";
 | 
				
			||||||
 | 
					          "rightmeta" = "rightmeta";
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue