Add files to repository
This commit is contained in:
parent
8c4cc14d42
commit
dc9092e312
9 changed files with 369 additions and 1 deletions
19
README.md
19
README.md
|
@ -1,3 +1,20 @@
|
|||
# saphir
|
||||
|
||||
Tiling window extensions for TempleOS WinMgr
|
||||
Tiling window extensions for TempleOS WinMgr
|
||||
|
||||

|
||||
|
||||
# Info
|
||||
|
||||
Saphir extends the existing TempleOS WinMgr to provide tiling window functionality, as well as provide some sane defaults to those who prefer a less "blinky" interface. Saphir does not require you to recompile your Kernel; any changes to existing functions are live-patched and not persistent.
|
||||
|
||||
# Usage
|
||||
|
||||
`#include "Run";`
|
||||
|
||||
# Keyboard shortcuts
|
||||
|
||||
`ALT` + arrow keys : navigate windows
|
||||
`ALT` + `h` : split window horizontal
|
||||
`ALT` + `v` : split window vertical
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue