Remove legacy sendstring keycodes (#18749)
This commit is contained in:
		
							parent
							
								
									c57330d340
								
							
						
					
					
						commit
						bad8c5992b
					
				
					 73 changed files with 581 additions and 557 deletions
				
			
		| 
						 | 
				
			
			@ -306,7 +306,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
            // ======================================================== CUSTOM KEYCOADS BELOW ========================================================
 | 
			
		||||
            case COPY_ALL:
 | 
			
		||||
                // Selects all and text and copy
 | 
			
		||||
                SEND_STRING(SS_LCTRL("ac"));
 | 
			
		||||
                SEND_STRING(SS_LCTL("ac"));
 | 
			
		||||
                return false;
 | 
			
		||||
            case SEL_CPY:
 | 
			
		||||
                // Select word under cursor and copy. Double mouse click then ctrl+c
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -274,7 +274,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
            // ======================================================== CUSTOM KEYCOADS BELOW ========================================================
 | 
			
		||||
            case COPY_ALL:
 | 
			
		||||
                // Selects all and text and copy
 | 
			
		||||
                SEND_STRING(SS_LCTRL("ac"));
 | 
			
		||||
                SEND_STRING(SS_LCTL("ac"));
 | 
			
		||||
                return false;
 | 
			
		||||
            case ROUT_TG:
 | 
			
		||||
                // Toggle idle LED timeout on or off
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue