remove uiohook-napi and keystroke monitoring

This commit is contained in:
CREDO23 2026-04-03 16:10:52 +02:00
parent a99d999a36
commit 8ba571566d
12 changed files with 57 additions and 350 deletions

View file

@ -24,7 +24,6 @@ contextBridge.exposeInMainWorld('electronAPI', {
// Permissions
getPermissionsStatus: () => ipcRenderer.invoke(IPC_CHANNELS.GET_PERMISSIONS_STATUS),
requestAccessibility: () => ipcRenderer.invoke(IPC_CHANNELS.REQUEST_ACCESSIBILITY),
requestInputMonitoring: () => ipcRenderer.invoke(IPC_CHANNELS.REQUEST_INPUT_MONITORING),
restartApp: () => ipcRenderer.invoke(IPC_CHANNELS.RESTART_APP),
// Autocomplete
onAutocompleteContext: (callback: (data: { text: string; cursorPosition: number; searchSpaceId?: string }) => void) => {