Publish OxTerm page
This commit is contained in:
parent
9b0e662c93
commit
e08a58f2aa
1 changed files with 22 additions and 2 deletions
|
@ -1,3 +1,23 @@
|
|||
(
|
||||
title: "OxTerm",
|
||||
summary: Some("A terminal emulator in gtk with split panes and tabs"),
|
||||
published: Some((
|
||||
year: 2022,
|
||||
month: 7,
|
||||
day: 18,
|
||||
hour: 23,
|
||||
minute: 57,
|
||||
second: 36,
|
||||
)),
|
||||
tags: [
|
||||
"terminal",
|
||||
"software",
|
||||
"oxterm",
|
||||
"rust",
|
||||
"gtk",
|
||||
],
|
||||
)
|
||||
---
|
||||
The **Oxized** terminal emulator
|
||||
|
||||
## Summary
|
||||
|
@ -24,7 +44,7 @@ A lot of Linux distros are significantly behind in packaging Gtk+ version 4 and
|
|||
FreeBSD has a compatible package for Gtk+ version 4, but not for Vte.
|
||||
## Keyboard Shortcuts
|
||||
The following table gives the default keybindings. If any customization is desired, see [configuration](#configuration)
|
||||
|
||||
```
|
||||
| Shortcut | Action |
|
||||
| ---------------- | ---------------------- |
|
||||
| Ctrl/Shift/T | New Tab |
|
||||
|
@ -37,7 +57,7 @@ The following table gives the default keybindings. If any customization is desir
|
|||
| Ctrl/Shift/N | New Window |
|
||||
| Ctrl/Shift/A | Show About Info |
|
||||
| Ctrl/Shift/Q | Close Window |
|
||||
|
||||
```
|
||||
## Configuration
|
||||
Most of the planned configuration items are not yet implemented.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue