Files
OpenSpace/scripts/default_keybinding.lua
Alexander Bock 86efb3573b More work in preparing for lua-based keyboard controller
Modified ScriptManager to decouple adding libraries from registering libraries
Allowing ScriptManager to register libraries to other lua states as well
2014-10-14 00:08:26 +02:00

5 lines
74 B
Lua

return {
W = function() print("w") end,
S = function() print("s") end
}