File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -449,6 +449,7 @@ int main(int argc, char **argv)
449449 if (!access (& command [7 ], R_OK )) {
450450 fp = popen (command , "r" );
451451 if (fp != NULL ) {
452+ printf ("Applied console keymap command: \"%s\"\n" , command );
452453 pclose (fp );
453454 } else {
454455 fprintf (stderr , "WARNING: Cannot apply console keymap command: \"%s\"\n" ,
@@ -462,6 +463,7 @@ int main(int argc, char **argv)
462463 if (!access (& command [7 ], R_OK )) {
463464 fp = popen (command , "r" );
464465 if (fp != NULL ) {
466+ printf ("Applied FK-Keymap command: \"%s\"\n" , command );
465467 pclose (fp );
466468 } else {
467469 fprintf (stderr , "WARNING: Cannot apply FK-Keymap command: \"%s\"\n" ,
@@ -475,6 +477,7 @@ int main(int argc, char **argv)
475477 if (!access (& command [7 ], R_OK )) {
476478 fp = popen (command , "r" );
477479 if (fp != NULL ) {
480+ printf ("Applied game keymap command: \"%s\"\n" , command );
478481 pclose (fp );
479482 } else {
480483 fprintf (stderr , "WARNING: Cannot apply game keymap command: \"%s\"\n" ,
You can’t perform that action at this time.
0 commit comments