fix
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user