bugfix: Custom lock key for Windows (#3334)
Win+Shift+L => Win+L and update readme
This commit is contained in:
		
							parent
							
								
									3d7428a333
								
							
						
					
					
						commit
						03766619d5
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -139,7 +139,7 @@ bool process_record_keymap(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
        if (edvorakjp_config.enable_kc_lang) {
 | 
			
		||||
          SEND_STRING( SS_LCTRL(SS_LSFT(SS_TAP(X_POWER))) );
 | 
			
		||||
        } else {
 | 
			
		||||
          SEND_STRING( SS_LGUI("L") );
 | 
			
		||||
          SEND_STRING( SS_LGUI("l") );
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
      return false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue