Update README.md
This commit is contained in:
parent
dc9092e312
commit
9946b34455
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -6,7 +6,15 @@ 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.
|
||||
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.
|
||||
|
||||
The active window is displayed with `LTRED` border color; inactive windows use `LTGRAY` border color.
|
||||
|
||||
Cursors are automatically hidden for inactive windows; the active window cursor blinks `CYAN` & `WHITE` instead of `YELLOW` and `BLACK`.
|
||||
|
||||
The current `CTask` address and `task_title` is displayed on a status bar at the bottom of the screen.
|
||||
|
||||
Saphir does not require you to recompile your Kernel; any changes to existing functions are live-patched and not persistent.
|
||||
|
||||
# Usage
|
||||
|
||||
|
@ -15,6 +23,8 @@ Saphir extends the existing TempleOS WinMgr to provide tiling window functionali
|
|||
# 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