You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
menu/config: Add comprehensive S Pen settings system integration
Complete settings framework integration for S Pen stylus support:
* Add three new boolean configuration options:
- input_stylus_enable: Master enable/disable for all stylus features
- input_stylus_require_contact_for_click: Two-mode interaction control
- input_stylus_hover_moves_pointer: Cursor movement during hover
* Full menu system integration:
- Menu entries with proper categorization in Input settings
- Internationalization support with descriptive labels
- Context-sensitive help text and sublabels
- Proper settings validation and display logic
* Configuration persistence across sessions
* Backward compatibility with existing configurations
Enables user control over S Pen behavior: contact-based vs hover+button
interaction modes, with granular control over cursor movement and
feature enablement.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments