From 95fee95006b33bb9e798219d903bae4b1b8d6b46 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 8 Feb 2020 20:26:16 +0000 Subject: [PATCH] Fix spelling of Ctrl --- src/main/resources/data/computercraft/lua/rom/apis/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/computercraft/lua/rom/apis/keys.lua b/src/main/resources/data/computercraft/lua/rom/apis/keys.lua index 06dc1c6d1..47c581f2c 100644 --- a/src/main/resources/data/computercraft/lua/rom/apis/keys.lua +++ b/src/main/resources/data/computercraft/lua/rom/apis/keys.lua @@ -126,7 +126,7 @@ tKeys[341] = 'leftCtrl' tKeys[342] = 'leftAlt' -- tKeys[343] = 'leftSuper' tKeys[344] = 'rightShift' -tKeys[345] = 'rightControl' +tKeys[345] = 'rightCtrl' tKeys[346] = 'rightAlt' -- tKeys[347] = 'rightSuper' -- tKeys[348] = 'menu'