p2sr / srconfigs

A simple-to-use set of Portal 2 config files for speedrunning with SAR.
The Unlicense
28 stars 11 forks source link

[p2binder] Console output for execing init_binds #50

Closed JaioCG closed 1 year ago

JaioCG commented 1 year ago

I see "Hey did running exec init_binds work it didn't do anything in console" way too damn much

ThisAMJ commented 1 year ago

It would be changing this in mlugg.co.uk/p2binder/keypanel.js:

        file_str += `bind "${key}" "${cmd}"\n`;
    }

+   file_str += "echo Binds saved!\n";
    file_str += "host_writeconfig\n";
mlugg commented 1 year ago

done