- 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:
Ben Reaves
2020-02-05 13:52:25 -06:00
parent ce9c80a02f
commit b930b96066
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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){