We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97955b commit aed2bbfCopy full SHA for aed2bbf
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "BetterKnob"
3
description = "A better volume knob for controlling your computer's audio"
4
-version = "1.0.0"
+version = "1.1.0"
5
license = "GPL-3.0-only"
6
readme = "README.md"
7
src/keyb.py
@@ -49,6 +49,7 @@ def load_config():
49
"default_process": "chrome.exe",
50
"volume_step_min": "0.05",
51
"volume_step_max": "0.10",
52
+ "change_system_vol_if_no_audio": "false",
53
"key_quit": "f13", # 100
54
"key_cycle_audio_source": "f15", # 102
55
"key_currently_focused": "f16", # 103
0 commit comments