mirror of
https://git.checksum.fail/alec/saphir.git
synced 2026-05-01 18:09:42 +03:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -8,7 +8,9 @@ Tiling window extensions for TempleOS WinMgr
|
||||
|
||||
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.
|
||||
The default configuration settings are in `Defaults.HC` - these settings can be modified at any time.
|
||||
|
||||
You can toggle Saphir with `Saphir(0);` to revert to existing WinMgr behavior, or run with default arg to re-enable.
|
||||
|
||||
Cursors are automatically hidden for inactive windows; the active window cursor blinks `CYAN` & `WHITE` instead of `YELLOW` and `BLACK`.
|
||||
|
||||
@@ -20,11 +22,12 @@ Saphir does not require you to recompile your Kernel; any changes to existing fu
|
||||
|
||||
`#include "Run";`
|
||||
|
||||
# Keyboard shortcuts
|
||||
# Commands
|
||||
|
||||
`ALT` + arrow keys : navigate windows
|
||||
`CTRL-B` : Prefix
|
||||
|
||||
`ALT` + `h` : split window horizontal
|
||||
- `%` : Split window horizontally
|
||||
|
||||
`ALT` + `v` : split window vertical
|
||||
- `"` : Split window vertically
|
||||
|
||||
- `arrow keys` : Select the window in [direction] from the active window
|
||||
|
||||
Reference in New Issue
Block a user