Move windows-dummy-keystroke fork to signalapp organization

This commit is contained in:
Scott Nonnenberg 2023-08-07 17:39:57 -07:00 committed by GitHub
parent 3299b8f323
commit b2cb722c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 33 deletions

View file

@ -22,7 +22,7 @@ import { AUMID } from './startup_config';
import type { WindowsNotificationData } from '../ts/services/notifications';
import { renderWindowsToast } from './renderWindowsToast';
export { sendDummyKeystroke } from 'windows-dummy-keystroke';
export { sendDummyKeystroke } from '@signalapp/windows-dummy-keystroke';
const NOTIFICATION_GROUP = 'group';
const NOTIFICATION_TAG = 'tag';