test
This commit is contained in:
@@ -141,17 +141,8 @@ export default function keys(globalData: IGlobalData) {
|
||||
mp.gui.takeScreenshot(new Date().toLocaleDateString(), 1, 100, 80);
|
||||
});
|
||||
|
||||
KeyBinder.bind("alt+h", () => {
|
||||
mp.events.call("keyPress:ControllH"); //hup
|
||||
return;
|
||||
});
|
||||
|
||||
KeyBinder.bind("ctrl+h", () => {
|
||||
mp.events.call("keyPress:ControllH"); //hup
|
||||
return;
|
||||
});
|
||||
KeyBinder.bind("h", () => {
|
||||
mp.events.call("keyPress:ControllH"); //hup
|
||||
mp.events.callRemote("keyPress:ControllH"); //hup
|
||||
return;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user