Skip to content
Snippets Groups Projects
Commit d28b9a5d authored by Hachem_Muche's avatar Hachem_Muche
Browse files

Textbox: Copy functionality added (bound to ctrl-c)

parent bfffa178
No related branches found
No related tags found
1 merge request!452Debugging update: Random Actors and Objects
......@@ -145,6 +145,10 @@ function _M:generate()
self:updateText()
end
end,
[{"_c", "ctrl"}] = function(c)
self:updateText()
core.key.setClipboard(self.text)
end,
}
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment