mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	opt: not convert kb layout exclude us layout
This commit is contained in:
		
							parent
							
								
									1ee5f0ef91
								
							
						
					
					
						commit
						25fb8112c5
					
				
					 1 changed files with 0 additions and 8 deletions
				
			
		| 
						 | 
					@ -445,14 +445,6 @@ xkb_keysym_t normalize_keysym(xkb_keysym_t sym) {
 | 
				
			||||||
	case XKB_KEY_parenright:
 | 
						case XKB_KEY_parenright:
 | 
				
			||||||
		return XKB_KEY_0; // )
 | 
							return XKB_KEY_0; // )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// 其他布局可能需要的变体(如欧洲键盘)
 | 
					 | 
				
			||||||
	case XKB_KEY_quotedbl:
 | 
					 | 
				
			||||||
		return XKB_KEY_2; // "
 | 
					 | 
				
			||||||
	case XKB_KEY_section:
 | 
					 | 
				
			||||||
		return XKB_KEY_6; // §
 | 
					 | 
				
			||||||
	case XKB_KEY_degree:
 | 
					 | 
				
			||||||
		return XKB_KEY_0; // °
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	default:
 | 
						default:
 | 
				
			||||||
		return sym;
 | 
							return sym;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue