redo input translation + shift-paste

This commit is contained in:
kepler155c
2017-10-15 19:55:43 -04:00
parent d0c8d2dc4f
commit 194e6f0a91
2 changed files with 89 additions and 120 deletions

View File

@@ -147,7 +147,7 @@ end
local tabId = multishell.getCurrent()
multishell.addHotkey(25, function()
multishell.addHotkey('control-p', function()
os.queueEvent('recorder_stop')
end)
@@ -185,7 +185,7 @@ while true do
end
end
multishell.removeHotkey(25)
multishell.removeHotkey('control-p')
for k,fn in pairs(oldTerm) do
multishell.term[k] = fn