1
0
mirror of https://github.com/teverse/teverse synced 2025-08-24 07:04:46 +02:00

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

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)