mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Make C-] and other punctuation-based control key combinations work again.
ok nicm
This commit is contained in:
		@@ -154,7 +154,7 @@ key_string_lookup_string(const char *string)
 | 
			
		||||
		if (modifiers & KEYC_CTRL) {
 | 
			
		||||
			if (key >= 97 && key <= 122)
 | 
			
		||||
				key -= 96;
 | 
			
		||||
			else if (key >= 65 && key <= 90)
 | 
			
		||||
			else if (key >= 64 && key <= 95)
 | 
			
		||||
				key -= 64;
 | 
			
		||||
			else if (key == 32)
 | 
			
		||||
				key = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user