HomeKeyPlugIns -> HomeKeyPlugins

This commit is contained in:
v0x3l 2020-02-29 20:10:42 -06:00
parent 240b397f5f
commit ecd598c2ab
10 changed files with 5 additions and 5 deletions

View file

@ -11,6 +11,6 @@ MapFileLoad("::/Compiler/Compiler");
#include "::/Apps/Psalmody/Load"
#include "~/TOS/MakeTOS"
#include "~/HomeKeyPlugIns"
#include "~/HomeKeyPlugins"
#include "~/HomeSys"
Cd("..");;

View file

@ -8,7 +8,7 @@ $WW,1$$FG,5$$TX+CX,"Tips"$$FG$
* See $MA-X+PU,"Key Map",LM="KeyMap;View;\n"$ for a list of defined keys. Define your own keys in $LK,"MyPutKey",A="MN:MyPutKey"$(). See $LK,"Keyboard Devices",A="HI:Keyboard Devices/System"$.
* $FG,2$<ALT-m>$FG$ maximizes a window. $FG,2$<ALT-SHIFT-a>$FG$ closes AutoComplete. $FG,2$<ALT-a>$FG$ brings back AutoComplete. $FG,2$<ALT-v>$FG$ vertically tiles windows. $FG,2$<ALT-h>$FG$ horizontally tiles windows. The $FG,2$ALT$FG$ keys are defined in $LK,"~/HomeKeyPlugIns.CC"$. You can customize them.
* $FG,2$<ALT-m>$FG$ maximizes a window. $FG,2$<ALT-SHIFT-a>$FG$ closes AutoComplete. $FG,2$<ALT-a>$FG$ brings back AutoComplete. $FG,2$<ALT-v>$FG$ vertically tiles windows. $FG,2$<ALT-h>$FG$ horizontally tiles windows. The $FG,2$ALT$FG$ keys are defined in $LK,"~/HomeKeyPlugins.CC"$. You can customize them.
* If you make changes to ZenithOS files in your $FG,2$/Home$FG$ directory, generally you reboot to make them take effect. (You don't compile anything.) You should have two ZenithOS partitions on your hard drive because a syntax error in a start-up file will make the partition unbootable. Boot to the second partition or boot to a standard ZenithOS CD/DVD and use $LK,"Mount",A="MN:Mount"$() to mount your hard drive.

View file

@ -104,7 +104,7 @@ $FG,2$<ALT-SHIFT-a>$FG$ closes AutoComplete.
$FG,2$<ALT-a>$FG$ brings back AutoComplete.
$FG,2$<ALT-v>$FG$ vertically tiles windows.
$FG,2$<ALT-h>$FG$ horizontally tiles windows.
The $FG,2$ALT$FG$ keys are defined in $LK,"~/HomeKeyPlugIns.CC"$. You can customize them.
The $FG,2$ALT$FG$ keys are defined in $LK,"~/HomeKeyPlugins.CC"$. You can customize them.
$FG,2$<CTRL-ALT-t>$FG$ new terminal window.
$FG,2$<CTRL-ALT-n>$FG$ switches to the next window.

View file

@ -4,5 +4,5 @@ BootHDIns;
if(YorN)
{
Once("CursorRemove(\"/*\");;;#include \"DoDistro\";;if(DriveIsWritable){Del(\"~/Registry.CC\");OutU16(0x4004, 0x3400);}");
Reboot;
BootRAM;
}

BIN
src/Home/PersonalMenu.DD Executable file

Binary file not shown.

View file

@ -8,6 +8,6 @@ Cd(__DIR__);;
#include "~/HomeWrappers"
MapFileLoad("::/Kernel/Kernel");
MapFileLoad("::/Compiler/Compiler");
#include "~/HomeKeyPlugIns"
#include "~/HomeKeyPlugins"
#include "~/HomeSys"
Cd("..");;

Binary file not shown.