This commit is contained in:
2021-04-07 01:54:16 +02:00
parent 4ef97cff7c
commit c05cf4425e

View File

@@ -141,7 +141,7 @@ export default function keys(globalData: IGlobalData) {
mp.gui.takeScreenshot(new Date().toLocaleDateString(), 1, 100, 80);
});
BetterBindings.bind('ctrl + g', () => {
BetterBindings.bind('ctrl+h', () => {
mp.events.call("keyPress:ControllH"); //hup
return;
});