Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
BuffyBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
_ _
BuffyBox
Commits
77d16aec
Commit
77d16aec
authored
1 year ago
by
Johannes Marbach
Browse files
Options
Downloads
Patches
Plain Diff
Update README
parent
81c331f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buffyboard/README.md
+30
-2
30 additions, 2 deletions
buffyboard/README.md
with
30 additions
and
2 deletions
buffyboard/README.md
+
30
−
2
View file @
77d16aec
...
...
@@ -22,8 +22,36 @@ Here are a few highlights of what already works:
-
Key chords with one or more modifiers terminated by a single non-modifier (e.g.
`CTRL-c`
)
-
Highlighting of active modifiers
-
Automatic resizing (and later reset) of active VT to prevent overlap with keyboard
-
Theming support
For a growing collection of demo videos, see the [wiki].
# Usage
You can get an overview of available command line options by running it with the
`-h`
or
`--help`
argument.
```
$ buffyboard --help
Usage: buffyboard [OPTION]
Mandatory arguments to long options are mandatory for short options too.
-C, --config-override Path to a config override file. Can be supplied
multiple times. Config files are merged in the
following order:
* /etc/buffyboard.conf
* /etc/buffyboard.conf.d/* (alphabetically)
* Override files (in supplied order)
-r, --rotate=[0-3] Rotate the UI to the given orientation. The
values match the ones provided by the kernel in
/sys/class/graphics/fbcon/rotate.
* 0 - normal orientation (0 degree)
* 1 - clockwise orientation (90 degrees)
* 2 - upside down orientation (180 degrees)
* 3 - counterclockwise orientation (270 degrees)
-h, --help Print this message and exit
-V, --version Print the buffyboard version and exit
```
For an example configuration file, see [buffyboard.conf].
# Development
...
...
@@ -119,6 +147,7 @@ The [FontAwesome] font is licensed under the Open Font License version 1.1.
[
LVGL
]:
https://lvgl.io
[
OpenSans
]:
https://fonts.google.com/specimen/Open+Sans
[
arrow-alt-circle-up
]:
https://fontawesome.com/v5.15/icons/arrow-alt-circle-up?style=solid
[
buffyboard.conf
]:
./buffyboard.conf
[
fbkeyboard
]:
https://github.com/bakonyiferenc/fbkeyboard
[
inih
]:
https://github.com/benhoyt/inih
[
libinput
]:
https://gitlab.freedesktop.org/libinput/libinput
...
...
@@ -132,4 +161,3 @@ The [FontAwesome] font is licensed under the Open Font License version 1.1.
[
squeekboard's US terminal layout
]:
https://gitlab.gnome.org/World/Phosh/squeekboard/-/blob/master/data/keyboards/terminal/us.yaml
[
squeekboard
]:
https://gitlab.gnome.org/World/Phosh/squeekboard/-/tree/master
[
v1 milestone
]:
https://gitlab.com/cherrypicker/buffyboard/-/milestones/1
[
wiki
]:
https://gitlab.com/cherrypicker/buffyboard/-/wikis/home
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment