mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Adding keyboard shortcut for direct access + Fixes for Linux clipboard reading (#1479)
* feat: add ctrl+d keyboard shortcut to open direct access * fix: make sure direct access promt only get shown once * fix: linux clipboard acess on non x11 systems xclip not present on all linux machines: using the electron mechanism instead
This commit is contained in:
1
src/types/globals.d.ts
vendored
1
src/types/globals.d.ts
vendored
@@ -36,6 +36,7 @@ declare global {
|
||||
};
|
||||
electron: {
|
||||
getArch: () => Promise<string>;
|
||||
getClipboardText: () => Promise<string>;
|
||||
getNoUpdater: () => Promise<boolean>;
|
||||
setTrayIconNotification: (notify: boolean) => Promise<void>;
|
||||
openFileDialog: () => Promise<string>;
|
||||
|
||||
Reference in New Issue
Block a user