mirror of https://github.com/teverse/teverse
Compare commits
2 Commits
90695eee40
...
9cc085edf3
Author | SHA1 | Date |
---|---|---|
![]() |
9cc085edf3 | |
![]() |
8c7e69560d |
|
@ -24,7 +24,7 @@ if teverse.dev.localTevGit then
|
||||||
})
|
})
|
||||||
elseif _TEV_VERSION_PATCH and _TEV_VERSION_PATCH >= 12 then
|
elseif _TEV_VERSION_PATCH and _TEV_VERSION_PATCH >= 12 then
|
||||||
teverse.input:on("keyUp", function(key)
|
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()
|
teverse.dev:promptTevGit()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in New Issue