mirror of
https://github.com/kepler155c/opus
synced 2025-11-01 16:13:01 +00:00
run autorun programs in shell mode
This commit is contained in:
@@ -4,6 +4,10 @@ local kernel = _G.kernel
|
||||
local keyboard = _G.device.keyboard
|
||||
local multishell = _ENV.multishell
|
||||
|
||||
if not multishell or not multishell.getTabs then
|
||||
return
|
||||
end
|
||||
|
||||
-- overview
|
||||
keyboard.addHotkey('control-o', function()
|
||||
for _,tab in pairs(multishell.getTabs()) do
|
||||
|
||||
Reference in New Issue
Block a user