Updated Home (markdown)

kepler155c 2018-12-29 23:50:10 -05:00
parent e1ab005dac
commit edcce5dc5a
1 changed files with 21 additions and 1 deletions

22
Home.md

@ -1 +1,21 @@
Welcome to the opus wiki!
Running Custom Programs
=======================
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
Copy / Paste
============
Opus can paste from both the system clipboard and the internal clipboard.
control-v: for normal clipboard
control-shift-v: for internal clipboard