require overhaul part 2

This commit is contained in:
kepler155c@gmail.com
2018-12-23 17:32:38 -05:00
parent 29af471374
commit 83a9aa46ab
23 changed files with 99 additions and 101 deletions

View File

@@ -14,8 +14,6 @@ local version = "Version 1.1.6"
-- Original code by Bomb Bloke
-- Modified to integrate with opus os
_G.requireInjector()
local Util = require('util')
local multishell = _ENV.multishell
@@ -151,7 +149,7 @@ end
local tabId = multishell.getCurrent()
_G.device.keyboard.addHotkey('control-p', function()
os.queueEvent('recorder_stop')
os.queueEvent('recorder_stop')
end)
local tabs = multishell.getTabs()