Prevent Tri-Layer keys from stopping caps words (#20398)
This commit is contained in:
		
							parent
							
								
									f8d70116cc
								
							
						
					
					
						commit
						d3b8179f46
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -371,6 +371,11 @@ INSTANTIATE_TEST_CASE_P(
 | 
			
		|||
            "OSL", OSL(1), 1, KC_NO, true},
 | 
			
		||||
        CapsWordPressUserParams{
 | 
			
		||||
            "LT_held", LT_1_KC_A, TAPPING_TERM + 1, KC_NO, true},
 | 
			
		||||
        // Tri-Layer keys are ignored and continue Caps Word.
 | 
			
		||||
        CapsWordPressUserParams{
 | 
			
		||||
            "TL_LOWR", TL_LOWR, 1, KC_NO, true},
 | 
			
		||||
        CapsWordPressUserParams{
 | 
			
		||||
            "TL_UPPR", TL_UPPR, 1, KC_NO, true},
 | 
			
		||||
        // AltGr keys are ignored and continue Caps Word.
 | 
			
		||||
        CapsWordPressUserParams{
 | 
			
		||||
            "KC_RALT", KC_RALT, 1, KC_NO, true},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue