From 09f436a3c2c1ea167fb9276fc3d0274e59bdf699 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 30 Dec 2018 00:07:29 -0500 Subject: [PATCH] more help --- sys/help/Opus | 39 ++++++++++++++++++++++++++++++++++++ sys/help/Overview | 15 ++++++++++++++ sys/help/Wireless-Networking | 7 ------- 3 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 sys/help/Opus create mode 100644 sys/help/Overview delete mode 100644 sys/help/Wireless-Networking diff --git a/sys/help/Opus b/sys/help/Opus new file mode 100644 index 0000000..e4c1fc3 --- /dev/null +++ b/sys/help/Opus @@ -0,0 +1,39 @@ +Shortcut Keys +============= + * Control-o: Show the Overview + * Control-tab: Cycle to next tab + * Control-shift-tab: Cycle to previous tab + * Control-d: Show/toggle logging screen + * Control-c: Copy (in most applications) + * Control-shift-v: Paste from internal clipboard + * Control-shift-doubleclick: Open in Lua the clicked UI element + +Wireless Networking +=================== +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 + +Running Custom Programs +======================= +To create a program that runs at startup, create a file in /usr/autorun to start the program. Example: + +In file: /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 diff --git a/sys/help/Overview b/sys/help/Overview new file mode 100644 index 0000000..d39a4dd --- /dev/null +++ b/sys/help/Overview @@ -0,0 +1,15 @@ +Overview is the main application launcher. + +Shortcut keys +============= + * s: Shell + * l: Lua application + * f: Files + * e: Edit an application (or right-click) + * control-n: Add a new application + * delete: Delete an application + +Adding a new application +======================== +The run entry can be either a disk file or a URL. +Icons must be in NFT format with a height of 3 and a width of 3 to 8 characters. \ No newline at end of file diff --git a/sys/help/Wireless-Networking b/sys/help/Wireless-Networking deleted file mode 100644 index 9411058..0000000 --- a/sys/help/Wireless-Networking +++ /dev/null @@ -1,7 +0,0 @@ -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