mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Build update
This commit is contained in:
parent
bde8c7cf98
commit
72384cc32e
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
*
|
||||
* simple-keyboard v3.7.64
|
||||
* simple-keyboard v3.7.65
|
||||
* https://github.com/hodgef/simple-keyboard
|
||||
*
|
||||
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
build/services/PhysicalKeyboard.d.ts
vendored
2
build/services/PhysicalKeyboard.d.ts
vendored
@ -20,6 +20,6 @@ declare class PhysicalKeyboard {
|
||||
* Retrieve key from keyCode
|
||||
*/
|
||||
keyCodeToKey(keyCode: number): string;
|
||||
isMofifierKey: (e: KeyboardEvent) => boolean;
|
||||
isModifierKey: (e: KeyboardEvent) => boolean;
|
||||
}
|
||||
export default PhysicalKeyboard;
|
||||
|
Loading…
Reference in New Issue
Block a user