Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ public static SettingGroup GetGamingAndPerformanceOptimizations()
Id = "gaming-touch-keyboard-service",
IsSubjectivePreference = true,
Name = "Touch Keyboard and Handwriting Panel Service",
Description = "Manages the Windows Input Experience including touch keyboard, pen/stylus input, handwriting panel, emoji panel (Win+.), and Xbox controller keyboard. Disabling will break all virtual/software keyboard input but is safe on desktop systems without touchscreen, pen, or gamepad",
Description = "Manages the Windows Input Experience, including the touch keyboard, pen/stylus input, handwriting panel, emoji panel (Win+.), Windows clipboard history (Win+V), and Xbox controller keyboard. Disabling breaks these features and all virtual/software keyboard input",
GroupName = "System Services",
Icon = "KeyboardOutline",
InputType = InputType.Selection,
Expand Down
2 changes: 1 addition & 1 deletion src/Winhance.UI/Features/Common/Localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@
"Setting_gaming-biometric-service_Name": "Windows Biometric Service",
"Setting_gaming-biometric-service_Description": "Enables fingerprint and facial recognition login via Windows Hello. Safe to disable on desktop systems without biometric hardware",
"Setting_gaming-touch-keyboard-service_Name": "Touch Keyboard and Handwriting Panel Service",
"Setting_gaming-touch-keyboard-service_Description": "Manages the Windows Input Experience including touch keyboard, pen/stylus input, handwriting panel, emoji panel (Win+.), and Xbox controller keyboard. Disabling will break all virtual/software keyboard input but is safe on desktop systems without touchscreen, pen, or gamepad",
"Setting_gaming-touch-keyboard-service_Description": "Manages the Windows Input Experience, including the touch keyboard, pen/stylus input, handwriting panel, emoji panel (Win+.), Windows clipboard history (Win+V), and Xbox controller keyboard. Disabling breaks these features and all virtual/software keyboard input",
"Setting_gaming-sensor-monitoring-service_Name": "Sensor Monitoring Service",
"Setting_gaming-sensor-monitoring-service_Description": "Monitors various sensors like ambient light and orientation. Safe to disable on desktop systems without sensor hardware",
"Setting_gaming-sensor-data-service_Name": "Sensor Data Service",
Expand Down