https://github.com/elementary/settings-keyboard
Switchboard Keyboard Plug
https://github.com/elementary/settings-keyboard
gtk gtk4 hacktoberfest meson switchboard vala
Last synced: 3 months ago
JSON representation
Switchboard Keyboard Plug
- Host: GitHub
- URL: https://github.com/elementary/settings-keyboard
- Owner: elementary
- License: gpl-2.0
- Created: 2017-04-06T18:34:35.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T05:55:31.000Z (3 months ago)
- Last Synced: 2025-06-28T00:05:22.683Z (3 months ago)
- Topics: gtk, gtk4, hacktoberfest, meson, switchboard, vala
- Language: Vala
- Homepage:
- Size: 16.5 MB
- Stars: 29
- Watchers: 25
- Forks: 23
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Keyboard Settings
[](https://l10n.elementaryos.org/engage/settings/)
## Building and Installation
You'll need the following dependencies:
* libswitchboard-3-dev
* libgnomekbd-dev
* libgranite-70dev
* libgtk-4-dev
* libadwaita-1-dev
* libibus-1.0-dev
* libxklavier-dev
* libxml2-dev
* meson
* valacRun `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninjaTo install, use `ninja install`
ninja install