mirror of
				https://git.shylie.info/shylie/terml.git
				synced 2025-11-04 15:50:22 +00:00 
			
		
		
		
	Don't send shift key events
This commit is contained in:
		@@ -81,7 +81,10 @@ void terml_windows::process_events()
 | 
			
		||||
				{
 | 
			
		||||
					for (int repeat = 0; repeat < record->wRepeatCount; repeat++)
 | 
			
		||||
					{
 | 
			
		||||
						key_event(record->uChar.AsciiChar);
 | 
			
		||||
						if (record->uChar.AsciiChar)
 | 
			
		||||
						{
 | 
			
		||||
							key_event(record->uChar.AsciiChar);
 | 
			
		||||
						}
 | 
			
		||||
					}
 | 
			
		||||
				}
 | 
			
		||||
				break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user