A customizable touchbar || keyboard || controller || for linux π§ using your mobile device
- [..][π][π€][π§][..] Emojis Keyboard
- [..][π][π][π][..] π‘ Controller
- [..][π][βοΈ][π][..] π¨ Apps Shortcuts
- Download the latest release
chmod +x ./boar.AppImage
./boar.AppImage
- Custom apps shortcuts
- Custom commands
- Custom emojis
- Custom text input
This app works in linux with X.Org and xdotool.
- Node, yarn
- Rust, cargo
cargo build --release
cargo run --release
Create a new file in /client/src/presets/
{
"title": "",
"label": "",
"keycaps": [
{
"appTitle": "", // Optional
"background": "", // Optional
"command": "",
"label": "",
"kind": "" // "keys" || "type" || "cli"
}
]
}
Built with Rust π¦ + TS π΅