Build update

This commit is contained in:
Francisco Hodge
2024-03-05 01:45:41 +00:00
parent bde8c7cf98
commit 72384cc32e
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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.
+2 -2
View File
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
+1 -1
View File
@@ -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;