Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1059)

Unified Diff: ui/events/ozone/evdev/input_controller_evdev.cc

Issue 878673004: Handle Caps Lock for Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/ozone/evdev/input_controller_evdev.cc
diff --git a/ui/events/ozone/evdev/input_controller_evdev.cc b/ui/events/ozone/evdev/input_controller_evdev.cc
index 65ca67ec8cc4ebd86ff926c4fc819b87851ae2ce..b1f26a90fd1576c094204e30b36444626e8b759c 100644
--- a/ui/events/ozone/evdev/input_controller_evdev.cc
+++ b/ui/events/ozone/evdev/input_controller_evdev.cc
@@ -79,7 +79,7 @@ bool InputControllerEvdev::IsCapsLockEnabled() {
}
void InputControllerEvdev::SetCapsLockEnabled(bool enabled) {
- NOTIMPLEMENTED();
+ keyboard_->SetCapsLockEnabled(enabled);
}
void InputControllerEvdev::SetNumLockEnabled(bool enabled) {

Powered by Google App Engine
This is Rietveld 408576698