X10/SGR mouse: use alt as meta key instead of super/windows key
This commit is contained in:
		
							parent
							
								
									b1d97fec47
								
							
						
					
					
						commit
						2c5edf28ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								x.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								x.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -415,7 +415,7 @@ mousereport(XEvent *e)
 | 
			
		|||
 | 
			
		||||
	if (!IS_SET(MODE_MOUSEX10)) {
 | 
			
		||||
		code += ((state & ShiftMask  ) ?  4 : 0)
 | 
			
		||||
		      + ((state & Mod4Mask   ) ?  8 : 0)
 | 
			
		||||
		      + ((state & Mod1Mask   ) ?  8 : 0) /* meta key: alt */
 | 
			
		||||
		      + ((state & ControlMask) ? 16 : 0);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue