mirror of
				https://github.com/Tha14/toxic.git
				synced 2025-10-31 06:16:52 +01:00 
			
		
		
		
	Configurable keybinds implemented and example conf updated
This commit is contained in:
		| @@ -332,7 +332,7 @@ int key_parse(const char** bind){ | ||||
| 		if(strncmp(*bind,"Ctrl+", 5)==0) return bind[0][5]-'A'+1; | ||||
| 	} | ||||
| 	if(strncmp(*bind,"Tab",3)==0) return 9; | ||||
| 	if(strncmp(*bind,"PAGE",4==0)) { | ||||
| 	if(strncmp(*bind,"PAGE",4)==0) { | ||||
| 		if(strlen(*bind) == 6) return 0523; | ||||
| 		return 0522; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user