mirror of
https://github.com/kepler155c/opus
synced 2025-01-01 03:10:28 +00:00
Update Overview.lua to work with N hotkey (#33)
This commit is contained in:
parent
3f80faa0fe
commit
db9c05fa89
@ -477,7 +477,7 @@ function page:eventHandler(event)
|
|||||||
shell.switchTab(shell.openTab(Alt.get('files')))
|
shell.switchTab(shell.openTab(Alt.get('files')))
|
||||||
|
|
||||||
elseif event.type == 'network' then
|
elseif event.type == 'network' then
|
||||||
shell.switchTab(shell.openTab('network'))
|
shell.switchTab(shell.openTab('Network'))
|
||||||
|
|
||||||
elseif event.type == 'help' then
|
elseif event.type == 'help' then
|
||||||
shell.switchTab(shell.openTab('Help Overview'))
|
shell.switchTab(shell.openTab('Help Overview'))
|
||||||
|
Loading…
Reference in New Issue
Block a user