A fork of Gnome-control-center with some tweaks
The volume slider only has a page up/down increment of 1%, and can't be moved with the arrow keys, but still consumes arrow key presses with a beep sound. Fix this by adding a step increment of 1%, and increasing the page increment to 10%, as that one should be bigger. Do the same for the subwoofer slider. Furthermore, the balance slider has both a page and step increment that are way too big to use effectively. So, set the page and step increments also to 10% and 1%, respectively. Stepping with arrow keys close to 0 requires rounding to avoid an additional micro step, so let's add that as well. |
||
---|---|---|
.gitlab/issue_templates | ||
.gitlab-ci | ||
build-aux | ||
data/icons | ||
docs | ||
gettext/its | ||
man | ||
panels | ||
po | ||
search-provider | ||
shell | ||
subprojects | ||
tests | ||
.clang-format | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
COPYING | ||
gnome-control-center.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
README.md |
GNOME Settings
GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop.
If you are looking for usage tips and instructions, you can find it at the User Documentation (translated in various languages).
Reporting Issues
Before reporting any bugs or opening feature requests, read the communication guidelines.
Report issues to the GNOME issue tracking system.
Feature Requests
For feature requests or conceptual changes, please start a topic on GNOME Discourse.
Contributing
See docs/CONTRIBUTING.md
for details on the contribution process, and docs/CODING_STYLE.md
for the coding style guidelines.
Visit the Settings development wiki for more information.