-
Notifications
You must be signed in to change notification settings - Fork 44
Home
kepler155c edited this page Dec 30, 2018
·
5 revisions
To establish one-way trust between two computers with modems, run the following in a shell prompt:
On the target computer, run:
password
On the source computer, run:
trust
To create a program that runs at startup, create a file in /usr/autorun to start the program. Example:
/usr/autorun/startup.lua
shell.openForegroundTab('myprogram')
There are 3 different ways to open tabs:
- shell.openTab : background tab
- shell.openForegroundTab : focused tab
- shell.openHiddenTab : appears only in the Tasks application
Opus can paste from both the system clipboard and the internal clipboard.
- control-v: for normal clipboard
- control-shift-v: for internal clipboard