mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 21:22:05 +00:00
QOL: Move source code under the src directory. (#1318)
This commit is contained in:
12
src/plugins/picture-in-picture/keyboardevent-from-electron-accelerator.d.ts
vendored
Normal file
12
src/plugins/picture-in-picture/keyboardevent-from-electron-accelerator.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
declare module 'keyboardevent-from-electron-accelerator' {
|
||||
interface KeyboardEvent {
|
||||
key?: string;
|
||||
code?: string;
|
||||
metaKey?: boolean;
|
||||
altKey?: boolean;
|
||||
ctrlKey?: boolean;
|
||||
shiftKey?: boolean;
|
||||
}
|
||||
|
||||
export const toKeyEvent: (accelerator: string) => KeyboardEvent;
|
||||
}
|
||||
Reference in New Issue
Block a user