[Update/TMP] Hotkey Alt+Y will active VRCT when VRChat is the active window.

This commit is contained in:
Sakamoto Shiina
2025-01-05 14:10:48 +09:00
parent ffa1319b5b
commit 47126bf5c8
10 changed files with 830 additions and 426 deletions

View File

@@ -4,10 +4,9 @@ import {
useWindow,
} from "@logics_common";
// import React from "react";
import {
KeyEventController,
GlobalHotKeyController,
StartPythonController,
UiLanguageController,
ConfigPageCloseTriggerController,
@@ -34,6 +33,7 @@ export const App = () => {
return (
<div className={styles.container}>
<KeyEventController />
<GlobalHotKeyController />
<StartPythonController />
<UiLanguageController />
<ConfigPageCloseTriggerController />