mirror of
				https://github.com/rbreaves/kinto.git
				synced 2025-11-03 21:04:00 +01:00 
			
		
		
		
	- Fixed kintox11 to always apply gui keymap on initialization unless a term app has focus. (aka boot and user logoff/logon)
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							@@ -327,7 +327,7 @@ int main(void){
 | 
			
		||||
    // printf("window:%#x name:%s\n", w, name);
 | 
			
		||||
    // printf("%s\n","1");
 | 
			
		||||
    // printf("%s\n",str_window_class(d, w,prior_app));
 | 
			
		||||
    if(strcmp(current_app,prior_app)){
 | 
			
		||||
    if(strcmp(current_app,prior_app) || !strcmp(current_app,"none")){
 | 
			
		||||
      // printf("%s\n","2");
 | 
			
		||||
      for(i = 0; i < arraylen; ++i){
 | 
			
		||||
        if(breakouter == 0){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user