mudgangster

Log | Files | Refs

commit a24716c9366f43ce0c0d2dae9fe7a715d504fd72
parent 72b0096e18c59c75bd77872cfe20e5b23fd06a5b
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu,  6 Dec 2012 02:58:55 +0000

Fixed ctrl+key macros

Diffstat:
handlers.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers.lua b/handlers.lua @@ -238,7 +238,7 @@ local function handleMacro( key, shift, ctrl, alt ) key = "s" .. key end - if control then + if ctrl then key = "c" .. key end