Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 7036c04

Browse files
committed
Fix typo on KEYS constant
1 parent 991bbfb commit 7036c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ local KEYS = {
7676
DOWNARROW = 0x28,
7777
SELECT = 0x29,
7878
PRINT = 0x2A,
79-
ExECUTE = 0x2B,
79+
EXECUTE = 0x2B,
8080
PRINTSCREEN = 0x2C,
8181
INSERT = 0x2D,
8282
DELETE = 0x2E,

0 commit comments

Comments
 (0)