We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d52e4a commit 8460a52Copy full SHA for 8460a52
1 file changed
main.cpp
@@ -668,9 +668,9 @@ class Framework {
668
} else if (key == 'C') {
669
batteryController.isCharging = false;
670
batteryController.isPowerPresent = false;
671
- } else if (key == 'l') {
+ } else if (key == 'l' && !screen_off_created) {
672
brightnessController.Higher();
673
- } else if (key == 'L') {
+ } else if (key == 'L' && !screen_off_created) {
674
brightnessController.Lower();
675
} else if (key == 'p') {
676
this->print_memory_usage = true;
0 commit comments