Compare commits

...

2 Commits

Author SHA1 Message Date
Jay 9cc085edf3 update tevgit shortcut 2020-05-10 09:05:06 +01:00
Jay 8c7e69560d changed tevgit shortcut 2020-05-10 08:52:56 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if teverse.dev.localTevGit then
})
elseif _TEV_VERSION_PATCH and _TEV_VERSION_PATCH >= 12 then
teverse.input:on("keyUp", function(key)
if key == "KEY_F1" and not teverse.dev.localTevGit then
if key == "KEY_F1" and not teverse.dev.localTevGit and teverse.input:isKeyDown("KEY_LSHIFT") then
teverse.dev:promptTevGit()
end
end)