mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-18 05:38:36 +01:00
HomeKeyPlugIns -> HomeKeyPlugins
This commit is contained in:
parent
240b397f5f
commit
ecd598c2ab
10 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -11,6 +11,6 @@ MapFileLoad("::/Compiler/Compiler");
|
|||
|
||||
#include "::/Apps/Psalmody/Load"
|
||||
#include "~/TOS/MakeTOS"
|
||||
#include "~/HomeKeyPlugIns"
|
||||
#include "~/HomeKeyPlugins"
|
||||
#include "~/HomeSys"
|
||||
Cd("..");;
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
BIN
src/Home/PersonalMenu.DD
Executable file
Binary file not shown.
|
@ -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.
Loading…
Reference in a new issue